summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2019-11-25Fixes around ScriptEditor script listPouleyKetchoupp
2019-10-10Fixed ScriptEditor autosave timer causing errors on startPouleyKetchoupp
2019-10-10Add shortcut Shift + F3 to search pervious in the built-in docsMarqus
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-22Improve the debugger shortcut UXHugo Locurcio
2019-09-07Fixed resource loading when editing built-in script from resourcePouleyKetchoupp
2019-09-04Load scene if needed when editing recent built-in scriptPouleyKetchoupp
2019-09-01Reorganize & rename text editor settings categoriesCykyrios
2019-08-13Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
2019-08-12Add "Find in Files..." to the text editorMichael Alexsander Silva Dias
2019-08-08Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias
2019-08-08Update icons in script editor when theme changesMichael Alexsander Silva Dias
2019-08-07Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias
2019-08-06Fix Find in Files Not Working ProperlyEmmanuel Barroga
2019-08-01Add Reopen Closed Script option in Script EditorTomasz Chabora
2019-07-25Fix memory leaks with SyntaxHighlightersPaulb23
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-23Center script line when double clicked on error in debuggerDawid Wdowiak
2019-06-20Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde
2019-06-20Fix always true/false valuesqarmin
2019-06-19Merge pull request #29547 from santouits/filter-scriptsRémi Verschelde
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
2019-06-16Bring selected script in view of open scripts listEmmanuel Barroga
2019-06-13Merge pull request #29129 from kis3lori/remove-save-theme-for-defaultRémi Verschelde
2019-06-13Created a fallback from the "Save Theme" button to "Save Theme As" when a def...Kis Levente Lorand
2019-06-12Merge pull request #29664 from akien-mga/external-editor-default-flagsRémi Verschelde
2019-06-12Add filter search for script list and the memberssantouits
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
2019-06-11Always pass script path to external editorRémi Verschelde
2019-06-01Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editorRémi Verschelde
2019-06-01Merge pull request #28695 from Ranoller/patch-2Rémi Verschelde
2019-05-31Add sub-resource name when available to script editorUziMonkey
2019-05-29Automatically add new line to scriptsMatheus Lima Cunha
2019-05-29Changing method signature in other class in not recognized in working class i...Goral
2019-05-27method list no longer forwards drag commands to script listAlexHoratio
2019-05-24fixed problem where the script lists gets ordered even when ordering is disabledhbina085
2019-05-18minor change in scriptEdtiorPlugin ref #28943Elias Rammos
2019-05-05FIX Script editor doesn´t send unsaved script #28693Ranoller
2019-05-02Make "Find in Files" always available in the script editorMichael Alexsander Silva Dias
2019-04-30Merge pull request #27870 from mawenzy/pr_gotolineRémi Verschelde
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-23Fix crash when restoring script editor statePaulb23
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
2019-04-20Display connection information in the script editorPaulb23
2019-04-16Bind goto_line function for Script Editor #9153mawenzy
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-09Fix TTR string for class reference tooltipRémi Verschelde