aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix TextEdit cursor position after undo remove textGeorge Marques2016-06-191-2/+7
* | Text Edit no longer draws caret on focus lossPaulb232016-06-191-0/+15
|/
* TextEdit: Change font size with Ctrl+Mouse Wheel Up/DownIgnacio Etcheverry2016-06-181-2/+2
* does not fix the bug reported in #4326 and #4818,Juan Linietsky2016-06-141-4/+12
* Fixed overloaded virtual functions with const vs none warningmarcelofg552016-06-121-1/+1
* Caret blink no longer updates when hidden, issue 5100Paulb232016-06-081-1/+3
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-071-3/+6
* Merge pull request #4916 from Paulb23/current_line_highlightingRémi Verschelde2016-05-311-13/+13
|\
| * Current line draws behind line numbers and breakpont gutterPaulb232016-05-301-13/+13
* | Fixed and improved search barIgnacio Etcheverry2016-05-301-0/+1
|/
* Merge pull request #4823 from Paulb23/fix_backspace_selection_redo_crashRémi Verschelde2016-05-291-1/+3
|\
| * Fix crash when redoing backspace to clear selectionPaulb232016-05-261-1/+3
* | Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde2016-05-291-5/+54
|\ \
| * | Added breakpoint markers, issue 4750Paulb232016-05-261-5/+54
| |/
* | Merge pull request #4812 from neikeq/pr-search-barRémi Verschelde2016-05-291-18/+76
|\ \
| * | ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-291-10/+57
| * | TextEdit: Improve search method to avoid overlapping resultsIgnacio Etcheverry2016-05-281-7/+17
| * | TextEdit: Avoid capturing KEY_ESCAPE when there is no completion hintIgnacio Etcheverry2016-05-281-1/+2
| |/
* / Finalized DynamicFont implementationJuan Linietsky2016-05-291-1/+1
|/
* Merge pull request #4659 from Paulb23/hex_notation_highlightingRémi Verschelde2016-05-171-7/+23
|\
| * Fixed hex notation highlightingPaulb232016-05-151-7/+23
* | Default editing popup for LineEdit and TextEditJuan Linietsky2016-05-161-0/+66
|/
* Bind caret blink to gdscript and propertiesPaulb232016-05-111-1/+6
* Added caret blink in text editorPaulb232016-05-091-8/+76
* Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-081-1/+1
* Merge pull request #4557 from Paulb23/autocomplete_truncate_issue_4554Rémi Verschelde2016-05-071-21/+13
|\
| * Fixed autocomplete truncate, issue 4554Paulb232016-05-051-21/+13
* | Fixed code completion after opening bracket, issue 3977Paulb232016-05-071-0/+3
|/
* Autocomplete no longer shows duplicates, issue 1824Paulb232016-05-031-0/+4
* Added scroll lines, issue 4243Paulb232016-04-271-2/+52
* Setting to change line number colorPaulb232016-04-081-3/+2
* Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde2016-04-061-40/+62
|\
| * Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-40/+62
* | Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-4/+5
|\ \
| * | Ability to change the caret colorPaulb232016-04-051-4/+5
* | | Merge pull request #4234 from Paulb23/member_variable_syntax_highlightingRémi Verschelde2016-04-061-0/+16
|\ \ \ | |_|/ |/| |
| * | Member variable syntax highlightingPaulb232016-04-051-0/+16
* | | Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-12/+12
| |/ |/|
* | Fixed 'complex' typo in method namePaulb232016-04-051-12/+12
* | Fixed undoing twice when removing selectionPaulb232016-04-051-0/+5
|/
* Fixed insert mode interaction with auto completePaulb232016-04-031-0/+15
* Fixed insert mode removing first unselected characterPaulb232016-04-031-4/+6
* Function syntax highlightingPaul Batty2016-04-021-0/+19
* Added insert mode to text editorPaulb232016-04-011-3/+42
* Fixed numbers not highlighting after spacePaulb232016-03-261-1/+1
* Syntax highlighting for numbersPaulb232016-03-211-2/+36
* TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-03-191-0/+7
* Fixed highlighting when word occurs as substring firstPaulb232016-03-171-8/+14
* Fixed highliting with shift and mousePaulb232016-03-171-5/+2
* Highlight all occurrences of selected wordPaulb232016-03-161-0/+55