summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2016-07-28Exposed enable syntax highlighting to propertiesPaulb23
2016-07-23Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde
2016-07-21TextEdit: Center search resultsIgnacio Etcheverry
2016-07-18Fixed caret width on tabsPaulb23
2016-07-18Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde
2016-07-15Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb23
2016-07-12Added block caret to TextEditPaulb23
2016-07-11Expose highlight all occurrencesPaulb23
2016-07-11Expose show line numbersPaulb23
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