summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36030 from dreamsComeTrue/fix-replace-text-enteredRémi Verschelde2020-02-141-0/+5
|\
| * Allow using Enter key for replacing text in code editors (also Shift + Enter ...Dominik 'squ@ll' Jasiński2020-02-081-0/+5
* | Texture refactorJuan Linietsky2020-02-111-2/+2
|/
* Merge pull request #33639 from YeldhamDev/replaced_label_locationRémi Verschelde2020-01-311-1/+2
|\
| * Make the replaced results appear in the matches counterMichael Alexsander2019-11-151-1/+2
* | Fix typos with codespellRémi Verschelde2020-01-151-1/+1
* | Fixes minimap width on HiDPI monitorHaoyu Qiu2020-01-111-1/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde2019-12-221-0/+2
|\ \
| * | Fix code editor not always centering to bookmarksTomasz Chabora2019-12-181-0/+2
* | | Fix ScriptTextEditor encapsulationYuri Roubinsky2019-12-191-1/+1
|/ /
* | Updates toggle scripts switch tooltip (if user changed the shortcut)Yuri Roubinsky2019-12-181-1/+1
* | Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky2019-12-171-3/+10
* | Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky2019-12-171-1/+8
* | Moves switch for show scripts panel from File menu to status barYuri Roubinsky2019-12-151-0/+11
* | Fixes Delete Line doesn't delete first line in scriptHaoyu Qiu2019-12-091-13/+17
* | Center Script Editor when jumping to bookmarks/breakpointsTomasz Chabora2019-12-011-0/+2
|/
* Fix incorrect error label color when switching from light to dark themeYuri Roubinsky2019-11-141-2/+5
* Fix "matches" label color in light themeYuri Roubinsky2019-11-141-1/+1
* Code editor: select next occurrence after ReplacelupoDharkael2019-10-141-1/+3
* Fix text search bar not correctly switching from replacing to just searchingMichael Alexsander2019-10-011-2/+2
* Fix editor infinit loop in search_prevamakarenko2019-09-021-8/+6
* Reorganize & rename text editor settings categoriesCykyrios2019-09-011-20/+20
* Add minimap to text_editPaulb232019-08-211-0/+2
* Fix matches result in the code search not appearing when the quantity is 0Michael Alexsander Silva Dias2019-08-141-11/+12
* Merge pull request #31329 from KoBeWi/vscode_ftwRémi Verschelde2019-08-141-24/+35
|\
| * Tweak the behavior of search/replace barTomasz Chabora2019-08-131-24/+35
* | Merge pull request #31355 from nekomatata/fix-select-prev-freezeRémi Verschelde2019-08-131-6/+8
|\ \ | |/ |/|
| * Fixed freeze on search_prev (missing condition for searching from a previous ...PouleyKetchoupp2019-08-131-6/+8
* | Make the script search have a proper matches counterMichael Alexsander Silva Dias2019-08-131-3/+21
|/
* Select found text in Script EditorTomasz Chabora2019-08-021-0/+1
* Enable the script editor's "Auto Brace Complete" by defaultHugo Locurcio2019-07-181-7/+7
* i18n: Sync translation template with current sourceRémi Verschelde2019-07-091-1/+1
* Display a count of matches when searching in the code editorBojidar Marinov2019-07-081-1/+40
* Merge pull request #30326 from Anutrix/replace-all-fix-for-nowRémi Verschelde2019-07-051-1/+5
|\
| * Got replace-all working without breaking searchunknown2019-07-051-1/+5
* | Show icons for code completion optionsGeequlim2019-07-051-6/+45
|/
* Parse more informations for code completionGeequlim2019-07-041-7/+8
* Fixed search highlight when search text not found or emptyunknown2019-06-271-0/+2
* Center script line when double clicked on error in debuggerDawid Wdowiak2019-06-231-0/+5
* Merge pull request #28787 from mitchcurtis/fix-28059Rémi Verschelde2019-06-191-0/+24
|\
| * Script Text Editor: respect Move Down and Move Up shortcuts on macOSMitch Curtis2019-05-091-0/+24
* | Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-1/+4
|\ \
| * | Changing method signature in other class in not recognized in working class i...Goral2019-05-291-1/+4
| |/
* | Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde2019-06-121-1/+1
|\ \
| * | Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin2019-06-031-1/+1
* | | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+18
|\ \ \
| * | | Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+18
* | | | Fix memory leak in Text Editor and FileSystem Dockqarmin2019-05-301-8/+8
| |/ / |/| |
* | | Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde2019-05-201-0/+73
|\ \ \