summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
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
2016-04-06Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde
2016-04-06Fixed block indent inconsistency, fixes issue 3803Paulb23
2016-04-06Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde
2016-04-06Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde
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
2016-04-01Added insert mode to text editorPaulb23
2016-03-26Fixed numbers not highlighting after spacePaulb23
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-19TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry
2016-03-17Fixed highlighting when word occurs as substring firstPaulb23
2016-03-17Fixed highliting with shift and mousePaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry
2016-03-14Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde