summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.h
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-23Implement new shortcuts system.Eric M
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-07-26Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)
2020-07-17Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Remove Request Docs button in the script editor due to various issuesHugo Locurcio
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-19Fix ScriptTextEditor encapsulationYuri Roubinsky
2019-12-17Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky
2019-12-15Moves switch for show scripts panel from File menu to status barYuri Roubinsky
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-08-01Add Reopen Closed Script option in Script EditorTomasz Chabora
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
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-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-12Add filter search for script list and the memberssantouits
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
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-02Make "Find in Files" always available in the script editorMichael Alexsander Silva Dias
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-20Display connection information in the script editorPaulb23
2019-03-26Add a "Request Docs" button to code editor.Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-20Unify editor class and reference searchRay Koopa
2018-10-02Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-15Added method to create TextFilesPaulb23
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
2018-06-21Move Theme options to submenuChaosus