aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* second take at autocomplete logic, using a TextOperation check.Paulo Gomes2017-09-061-0/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Code completion for enumerationsJuan Linietsky2017-08-241-1/+2
* Stops scrolling when the user issues another commandPaulb232017-08-221-0/+1
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-0/+3
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-0/+3
* | Increased smooth scroll speed and added user settingPaulb232017-08-211-0/+4
|/
* Added smooth scrolling to TextEditPaulb232017-08-191-0/+7
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-6/+6
* Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+5
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-1/+1
* Added support for space indentationPaulb232017-04-181-5/+9
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Fix highlight typosupaiku2017-04-061-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-79/+75
* Fixed line lenght guideline drawing with color optionPaulb232017-01-281-0/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Made background and symbol color follow the color APIPaulb232016-11-061-4/+2
* Allow turing off zero-padding for line numbersPedro J. Estébanez2016-10-131-0/+3
* Merge pull request #6778 from Hinsbart/completion_zRémi Verschelde2016-10-111-0/+2
|\
| * Fix Script Editor drawing over Dialogs.Andreas Haas2016-10-101-0/+2
* | Add line length guideline to code editorsPedro J. Estébanez2016-10-101-0/+5
|/
* Add inline ColorPicker to Script text editor.Andreas Haas2016-09-291-2/+5
* Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-121-0/+8
* Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-2/+2
* Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde2016-07-231-0/+2
|\
| * TextEdit: Center search resultsIgnacio Etcheverry2016-07-211-0/+2
* | Added block caret to TextEditPaulb232016-07-121-0/+5
|/
* Expose highlight all occurrencesPaulb232016-07-111-0/+1
* Expose show line numbersPaulb232016-07-111-0/+1
* Added completion font colorsPaulb232016-07-111-0/+1
* Added code completion existing color settingPaulb232016-06-211-0/+1
* Added code completion selected color settingPaulb232016-06-211-0/+1
* Added code completion background color settingPaulb232016-06-211-0/+1
* Text Edit no longer draws caret on focus lossPaulb232016-06-191-0/+1
* Fixed overloaded virtual functions with const vs none warningmarcelofg552016-06-121-1/+1
* Merge pull request #4822 from Paulb23/breakpoint_marker_issue_4750Rémi Verschelde2016-05-291-0/+9
|\
| * Added breakpoint markers, issue 4750Paulb232016-05-261-0/+9
* | ScriptEditor/ShaderEditor: Replace find/replace dialog with a barIgnacio Etcheverry2016-05-291-1/+12
|/
* Default editing popup for LineEdit and TextEditJuan Linietsky2016-05-161-0/+18
* Added caret blink in text editorPaulb232016-05-091-0/+13
* Added scroll lines, issue 4243Paulb232016-04-271-0/+3
* Setting to change line number colorPaulb232016-04-081-0/+1
* Merge pull request #4251 from Paulb23/block_indent_issue_3803Rémi Verschelde2016-04-061-0/+3
|\
| * Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-0/+3
* | Merge pull request #4238 from Paulb23/caret_colorRémi Verschelde2016-04-061-0/+1
|\ \