summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shortens minimum height of script editor windowsHaoyu Qiu2020-02-051-3/+3
* Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander2020-01-091-1/+1
* Minor fixes for ScriptCreateDialogMichael Alexsander2020-01-081-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34695 from timothyqiu/show-in-file-systemRémi Verschelde2019-12-301-6/+9
|\
| * Checks script path before show in filesystemHaoyu Qiu2019-12-301-6/+9
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+3
|/
* Makes more editor strings translatableHaoyu Qiu2019-12-211-4/+4
* Fix ScriptTextEditor encapsulationYuri Roubinsky2019-12-191-9/+5
* Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky2019-12-171-3/+18
* Moves switch for show scripts panel from File menu to status barYuri Roubinsky2019-12-151-4/+10
* Fixes around ScriptEditor script listPouleyKetchoupp2019-11-251-12/+25
* Fixed ScriptEditor autosave timer causing errors on startPouleyKetchoupp2019-10-101-17/+20
* Add shortcut Shift + F3 to search pervious in the built-in docsMarqus2019-10-101-0/+4
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-5/+2
|\
| * Added some obvious errors explanationsqarmin2019-09-251-5/+2
* | Improve the debugger shortcut UXHugo Locurcio2019-09-221-1/+1
* | Fixed resource loading when editing built-in script from resourcePouleyKetchoupp2019-09-071-16/+27
|/
* Load scene if needed when editing recent built-in scriptPouleyKetchoupp2019-09-041-0/+4
* Reorganize & rename text editor settings categoriesCykyrios2019-09-011-18/+18
* Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde2019-08-131-13/+7
|\
| * Reorganize various menus for consistency and concisenessHugo Locurcio2019-08-131-13/+7
* | Add "Find in Files..." to the text editorMichael Alexsander Silva Dias2019-08-121-0/+1
|/
* Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias2019-08-081-3/+7
* Update icons in script editor when theme changesMichael Alexsander Silva Dias2019-08-081-14/+10
* Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias2019-08-071-23/+28
* Fix Find in Files Not Working ProperlyEmmanuel Barroga2019-08-061-4/+20
* Add Reopen Closed Script option in Script EditorTomasz Chabora2019-08-011-4/+55
* Fix memory leaks with SyntaxHighlightersPaulb232019-07-251-10/+12
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* Center script line when double clicked on error in debuggerDawid Wdowiak2019-06-231-1/+4
* Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-201-3/+1
|\
| * Fix always true/false valuesqarmin2019-06-201-3/+1
* | Merge pull request #29547 from santouits/filter-scriptsRémi Verschelde2019-06-191-17/+55
|\ \
| * | Add filter search for script list and the memberssantouits2019-06-121-17/+55
* | | Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+2
|\ \ \
| * | | Changing method signature in other class in not recognized in working class i...Goral2019-05-291-0/+2
* | | | Bring selected script in view of open scripts listEmmanuel Barroga2019-06-161-0/+2
* | | | Merge pull request #29129 from kis3lori/remove-save-theme-for-defaultRémi Verschelde2019-06-131-9/+15
|\ \ \ \
| * | | | Created a fallback from the "Save Theme" button to "Save Theme As" when a def...Kis Levente Lorand2019-06-131-9/+15
* | | | | Merge pull request #29664 from akien-mga/external-editor-default-flagsRémi Verschelde2019-06-121-2/+12
|\ \ \ \ \
| * | | | | Always pass script path to external editorRémi Verschelde2019-06-111-2/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-1/+10
* | | | | Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editorRémi Verschelde2019-06-011-1/+13
|\ \ \ \ \
| * | | | | Add sub-resource name when available to script editorUziMonkey2019-05-311-1/+13
* | | | | | Merge pull request #28695 from Ranoller/patch-2Rémi Verschelde2019-06-011-0/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | FIX Script editor doesn´t send unsaved script #28693Ranoller2019-05-051-0/+8
| | |_|_|/ | |/| | |
* | | | | method list no longer forwards drag commands to script listAlexHoratio2019-05-271-1/+0
* | | | | fixed problem where the script lists gets ordered even when ordering is disabledhbina0852019-05-241-1/+9
| |_|_|/ |/| | |