Age | Commit message (Expand) | Author |
2016-06-30 | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454 | Rémi Verschelde |
2016-06-29 | Fixed function highlighting with spaces | Paulb23 |
2016-06-26 | Fixed selected text turning black, issue 5199 | Paulb23 |
2016-06-24 | Fix weird deselection behaviour with text field | Ignacio Etcheverry |
2016-06-22 | Merge pull request #5344 from Paulb23/code_completion_colors | Rémi Verschelde |
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-20 | Fixed caret not drawing on focus regain | Paulb23 |
2016-06-20 | Merge pull request #5196 from vnen/similarity-code-completion | Rémi Verschelde |
2016-06-19 | Text Edit no longer draws caret on focus loss | Paulb23 |
2016-06-19 | Improve code completion search | George Marques |
2016-06-19 | Fix TextEdit cursor position after undo remove text | George Marques |
2016-06-18 | TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down | Ignacio Etcheverry |
2016-06-14 | does not fix the bug reported in #4326 and #4818, | Juan Linietsky |
2016-06-12 | Fixed overloaded virtual functions with const vs none warning | marcelofg55 |
2016-06-08 | Caret blink no longer updates when hidden, issue 5100 | Paulb23 |
2016-06-07 | Improved breakpoint marker position, and scales with font size | Paulb23 |
2016-05-31 | Merge pull request #4916 from Paulb23/current_line_highlighting | Rémi Verschelde |
2016-05-30 | Fixed and improved search bar | Ignacio Etcheverry |
2016-05-30 | Current line draws behind line numbers and breakpont gutter | Paulb23 |
2016-05-29 | Merge pull request #4823 from Paulb23/fix_backspace_selection_redo_crash | Rémi Verschelde |
2016-05-29 | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750 | Rémi Verschelde |
2016-05-29 | Merge pull request #4812 from neikeq/pr-search-bar | Rémi Verschelde |
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky |
2016-05-29 | ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar | Ignacio Etcheverry |
2016-05-28 | TextEdit: Improve search method to avoid overlapping results | Ignacio Etcheverry |
2016-05-28 | TextEdit: Avoid capturing KEY_ESCAPE when there is no completion hint | Ignacio Etcheverry |
2016-05-26 | Fix crash when redoing backspace to clear selection | Paulb23 |
2016-05-26 | Added breakpoint markers, issue 4750 | Paulb23 |
2016-05-17 | Merge pull request #4659 from Paulb23/hex_notation_highlighting | Rémi Verschelde |
2016-05-16 | Default editing popup for LineEdit and TextEdit | Juan Linietsky |
2016-05-15 | Fixed hex notation highlighting | Paulb23 |
2016-05-11 | Bind caret blink to gdscript and properties | Paulb23 |
2016-05-09 | Added caret blink in text editor | Paulb23 |
2016-05-08 | Fixed autocomlete strings not appearing for function arguments | Paulb23 |
2016-05-07 | Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554 | Rémi Verschelde |
2016-05-07 | Fixed code completion after opening bracket, issue 3977 | Paulb23 |
2016-05-05 | Fixed autocomplete truncate, issue 4554 | Paulb23 |
2016-05-03 | Autocomplete no longer shows duplicates, issue 1824 | 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 |
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 |
2016-04-06 | Merge pull request #4234 from Paulb23/member_variable_syntax_highlighting | Rémi Verschelde |
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 |