aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Exposed enable syntax highlighting to propertiesPaulb232016-07-281-0/+1
* Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde2016-07-231-0/+28
|\
| * TextEdit: Center search resultsIgnacio Etcheverry2016-07-211-0/+28
* | Fixed caret width on tabsPaulb232016-07-181-2/+3
* | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-181-0/+2
|\ \
| * | Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb232016-07-151-0/+2
| |/
* / Added block caret to TextEditPaulb232016-07-121-17/+38
|/
* Expose highlight all occurrencesPaulb232016-07-111-0/+8
* Expose show line numbersPaulb232016-07-111-1/+10
* Added completion font colorsPaulb232016-07-111-1/+2
* Fixed highlight all occurrences highlighing highlighted sectionPaulb232016-07-101-0/+6
* Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-071-1/+0
* Fix completion string check when column = 0George Marques2016-07-031-1/+1
* Stop completion when the match is perfectGeorge Marques2016-07-031-0/+5
* Fix code completion sortingGeorge Marques2016-07-031-3/+11
* Merge pull request #5419 from djrm/shortcutsRémi Verschelde2016-06-301-0/+1
|\
| * Shortcuts for script switching in script ModeDaniel J. Ramirez2016-06-261-0/+1
* | Merge pull request #5487 from Paulb23/function_highlighting_issue_5454Rémi Verschelde2016-06-301-0/+5
|\ \
| * | Fixed function highlighting with spacesPaulb232016-06-291-0/+5
| |/
* / Fixed selected text turning black, issue 5199Paulb232016-06-261-0/+1
|/
* Fix weird deselection behaviour with text fieldIgnacio Etcheverry2016-06-241-0/+12
* Merge pull request #5344 from Paulb23/code_completion_colorsRémi Verschelde2016-06-221-7/+8
|\
| * Added code completion existing color settingPaulb232016-06-211-3/+2
| * Added code completion selected color settingPaulb232016-06-211-3/+2
| * Added code completion background color settingPaulb232016-06-211-1/+4
* | Fixed caret not drawing on focus regainPaulb232016-06-201-0/+3
|/
* Merge pull request #5196 from vnen/similarity-code-completionRémi Verschelde2016-06-201-43/+38
|\
| * Improve code completion searchGeorge Marques2016-06-191-41/+31
| * 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
|/