summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński2020-02-131-0/+7
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed translation for bookmarks menu item name in TextEditorPouleyKetchoupp2019-11-251-1/+1
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-3/+12
* Add "Find in Files..." to the text editorMichael Alexsander Silva Dias2019-08-121-2/+12
* Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias2019-08-091-20/+27
* Fix Find in Files Not Working ProperlyEmmanuel Barroga2019-08-061-0/+5
* Fix memory leaks with SyntaxHighlightersPaulb232019-07-251-0/+9
* Merge pull request #29071 from YeldhamDev/improve_bookmarksRémi Verschelde2019-07-011-9/+49
|\
| * Improve bookmarksMichael Alexsander Silva Dias2019-05-241-9/+49
* | Correct typo that broke custom selected font colorGwyneth Lowe2019-06-241-1/+1
* | Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+3
|\ \
| * | Changing method signature in other class in not recognized in working class i...Goral2019-05-291-0/+3
* | | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+5
|\ \ \ | |_|/ |/| |
| * | Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+5
* | | Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde2019-05-201-0/+28
|\ \ \
| * | | Add bookmarks for easier code navigationTomasz Chabora2019-05-051-0/+28
| | |/ | |/|
* | | Merge pull request #26809 from KoBeWi/undo_set_text_like_a_bossRémi Verschelde2019-05-201-1/+0
|\ \ \ | |/ / |/| |
| * | Allow to undo TextEdit.set_textTomasz Chabora2019-05-161-1/+0
| |/
* | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+11
* | Restore script editor state between sessionsPaulb232019-04-131-2/+8
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-1/+1
* Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde2018-12-131-2/+0
* Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde2018-12-091-0/+2
|\
| * Use more subtle indentation guides in the script editorHugo Locurcio2018-10-031-0/+2
* | Fix clone line undo history and extra new line, issue 21811Paulb232018-11-041-1/+1
* | Increase the source font's line spacingHugo Locurcio2018-10-141-1/+1
* | Fixed syntax highlighting setting not being savedDualMatrix2018-09-201-1/+2
* | Refactor editor icon retrievalwillnationsdev2018-09-141-4/+3
* | Misc. typosluz.paz2018-09-121-1/+1
|/
* Allow opening and editing of any utf_8 file in script editorPaulb232018-07-221-0/+607