summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2016-07-11Added completion font colorsPaulb23
2016-07-10Fixed highlight all occurrences highlighing highlighted sectionPaulb23
2016-07-07Remove unused variables (third pass) + dead codeRémi Verschelde
2016-07-03Fix completion string check when column = 0George Marques
2016-07-03Stop completion when the match is perfectGeorge Marques
2016-07-03Fix code completion sortingGeorge Marques
2016-06-30Merge pull request #5419 from djrm/shortcutsRémi Verschelde
2016-06-30Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde
2016-06-29Fixed function highlighting with spacesPaulb23
2016-06-26Fixed selected text turning black, issue 5199Paulb23
2016-06-26Shortcuts for script switching in script ModeDaniel J. Ramirez
2016-06-24Fix weird deselection behaviour with text fieldIgnacio Etcheverry
2016-06-22Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde
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
2016-06-19Text Edit no longer draws caret on focus lossPaulb23
2016-06-19Improve code completion searchGeorge Marques
2016-06-19Fix TextEdit cursor position after undo remove textGeorge Marques
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
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
2016-05-30Fixed and improved search barIgnacio Etcheverry
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
2016-05-29Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde
2016-05-29Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde
2016-05-29Finalized DynamicFont implementationJuan Linietsky
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
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
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