Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-04-18 | Added support for space indentation | Paulb23 | |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-04-06 | Fix highlight typo | supaiku | |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde | |
I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | |||
2017-01-28 | Fixed line lenght guideline drawing with color option | Paulb23 | |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde | |
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more ↵ | Juan Linietsky | |
differentiated than generalized _input | |||
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and ↵ | Juan Linietsky | |
renamed to PoolVector | |||
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | |
Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde | |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||
2016-11-06 | Made background and symbol color follow the color API | Paulb23 | |
2016-10-13 | Allow turing off zero-padding for line numbers | Pedro J. Estébanez | |
2016-10-11 | Merge pull request #6778 from Hinsbart/completion_z | Rémi Verschelde | |
Fix Script Editor drawing over Dialogs. | |||
2016-10-10 | Fix Script Editor drawing over Dialogs. | Andreas Haas | |
Resets the z-index when focus is lost and the completion is shown. Fixes #6769 | |||
2016-10-10 | Add line length guideline to code editors | Pedro J. Estébanez | |
2016-09-29 | Add inline ColorPicker to Script text editor. | Andreas Haas | |
Adds an option to the script editor context menu that lets you open a ColorPicker in order to easily edit `Color()` constructors. To do this, right click on the word `Color` and select `Pick Color`. A side effect of this change is that the script editor now has its own context menu instead of re-using the one from TextEdit. It's now possible to indent left/right and to toggle comments via this menu. I also felt free to make it more context-sensitive than before: Now "Cut" and "Copy" will only be shown if text has actually been selected. I also added default shortcuts for indent left/right. (alt + left/right) Closes #6232 | |||
2016-09-12 | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | |
2016-08-06 | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | |
support, but VisualScript should be more or less done! | |||
2016-07-23 | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | |
TextEdit: Scroll search results to the center | |||
2016-07-21 | TextEdit: Center search results | Ignacio Etcheverry | |
2016-07-12 | Added block caret to TextEdit | Paulb23 | |
2016-07-11 | Expose highlight all occurrences | Paulb23 | |
2016-07-11 | Expose show line numbers | Paulb23 | |
2016-07-11 | Added completion font colors | Paulb23 | |
2016-06-21 | Added code completion existing color setting | Paulb23 | |
2016-06-21 | Added code completion selected color setting | Paulb23 | |
2016-06-21 | Added code completion background color setting | Paulb23 | |
2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 | |
2016-06-12 | Fixed overloaded virtual functions with const vs none warning | marcelofg55 | |
2016-05-29 | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde | |
Added breakpoint markers, issue 4750 | |||
2016-05-29 | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry | |
2016-05-26 | Added breakpoint markers, issue 4750 | Paulb23 | |
2016-05-16 | Default editing popup for LineEdit and TextEdit | Juan Linietsky | |
2016-05-09 | Added caret blink in text editor | Paulb23 | |
2016-04-27 | Added scroll lines, issue 4243 | Paulb23 | |
2016-04-08 | Setting to change line number color | Paulb23 | |
2016-04-06 | Merge pull request #4251 from Paulb23/block_indent_issue_3803 | Rémi Verschelde | |
Fixed block indent inconsistency, issue #3803 | |||
2016-04-06 | Fixed block indent inconsistency, fixes issue 3803 | Paulb23 | |
2016-04-06 | Merge pull request #4238 from Paulb23/caret_color | Rémi Verschelde | |
Ability to change the caret color | |||
2016-04-06 | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde | |
Member variable syntax highlighting | |||
2016-04-06 | Fixed text edit undo and redo operation interaction | Paul Batty | |
2016-04-05 | Ability to change the caret color | Paulb23 | |
2016-04-05 | Member variable syntax highlighting | Paulb23 | |
2016-04-05 | Fixed 'complex' typo in method name | Paulb23 | |
2016-04-02 | Function syntax highlighting | Paul Batty | |
2016-04-01 | Added insert mode to text editor | Paulb23 | |
2016-03-21 | Syntax highlighting for numbers | Paulb23 | |
2016-03-16 | Highlight all occurrences of selected word | Paulb23 | |
2016-03-14 | Merge pull request #4017 from Paulb23/set_tab_size | Rémi Verschelde | |
Added configurable tab size in the text editor. |