summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Collapse)Author
2016-06-22Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde
Code completion box colors
2016-06-21Added code completion existing color settingPaulb23
2016-06-21Added code completion selected color settingPaulb23
2016-06-21Added code completion background color settingPaulb23
2016-06-20Fixed caret not drawing on focus regainPaulb23
2016-06-20Merge pull request #5196 from vnen/similarity-code-completionRémi Verschelde
Improve code completion search
2016-06-19Text Edit no longer draws caret on focus lossPaulb23
2016-06-19Improve code completion searchGeorge Marques
- List completion by subsequence match. - Case insensitive. - Sort completion list by similarity.
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques
It was going to where the text started, now it goes to where the text ends.
2016-06-18TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry
2016-06-14does not fix the bug reported in #4326 and #4818,Juan Linietsky
but at least make sure it throws and error and does not crash
2016-06-12Fixed overloaded virtual functions with const vs none warningmarcelofg55
2016-06-08Caret blink no longer updates when hidden, issue 5100Paulb23
2016-06-07Improved breakpoint marker position, and scales with font sizePaulb23
2016-05-31Merge pull request #4916 from Paulb23/current_line_highlightingRémi Verschelde
Current line highlighting draws behind line numbers and breakpont gutter
2016-05-30Fixed and improved search barIgnacio Etcheverry
- Search no longer selects the results - Return focus to the text editor when hiding the bar - Fix connecting to invalid signal - Update/redraw the text editor after searching
2016-05-30Current line draws behind line numbers and breakpont gutterPaulb23
2016-05-29Merge pull request #4823 from Paulb23/fix_backspace_selection_redo_crashRémi Verschelde
Fix crash when redoing backspace to clear selection
2016-05-29Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde
Added breakpoint markers, issue 4750
2016-05-29Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde
ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar
2016-05-29Finalized DynamicFont implementationJuan Linietsky
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this
2016-05-29ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry
2016-05-28TextEdit: Improve search method to avoid overlapping resultsIgnacio Etcheverry
2016-05-28TextEdit: Avoid capturing KEY_ESCAPE when there is no completion hintIgnacio Etcheverry
2016-05-26Fix crash when redoing backspace to clear selectionPaulb23
2016-05-26Added breakpoint markers, issue 4750Paulb23
2016-05-17Merge pull request #4659 from Paulb23/hex_notation_highlightingRémi Verschelde
Fixed hex notation highlighting
2016-05-16Default editing popup for LineEdit and TextEditJuan Linietsky
2016-05-15Fixed hex notation highlightingPaulb23
2016-05-11Bind caret blink to gdscript and propertiesPaulb23
2016-05-09Added caret blink in text editorPaulb23
2016-05-08Fixed autocomlete strings not appearing for function argumentsPaulb23
2016-05-07Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde
Fixed autocomplete truncate, issue 4554
2016-05-07Fixed code completion after opening bracket, issue 3977Paulb23
2016-05-05Fixed autocomplete truncate, issue 4554Paulb23
2016-05-03Autocomplete no longer shows duplicates, issue 1824Paulb23
2016-04-27Added scroll lines, issue 4243Paulb23
2016-04-08Setting to change line number colorPaulb23
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
Fixed block indent inconsistency, issue #3803
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
Ability to change the caret color
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
Member variable syntax highlighting
2016-04-06Fixed text edit undo and redo operation interactionPaul Batty
2016-04-05Ability to change the caret colorPaulb23
2016-04-05Member variable syntax highlightingPaulb23
2016-04-05Fixed 'complex' typo in method namePaulb23
2016-04-05Fixed undoing twice when removing selectionPaulb23
2016-04-03Fixed insert mode interaction with auto completePaulb23
2016-04-03Fixed insert mode removing first unselected characterPaulb23
2016-04-02Function syntax highlightingPaul Batty