summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-09-011-0/+4
|\
| * Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+4
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-1/+4
* | Auto-reload scripts with external editorJihyun Yu2021-08-171-0/+1
|/
* Merge pull request #49650 from KoBeWi/FindReplaceCrashRémi Verschelde2021-06-241-0/+1
|\
| * Fix crash with FindReplaceBarkobewi2021-06-241-0/+1
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
|/
* Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-0/+2
* Add get_base_editor to ScriptEditorBasesent442021-05-151-0/+2
* Save the current script when pressing Ctrl + S if no scene is openHugo Locurcio2021-05-091-1/+1
* Save the current script when adding a new method via signal connectionHugo Locurcio2021-05-051-0/+1
* Don't save unchanged script upon closingkobewi2021-03-061-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-1/+0
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-1/+1
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+1
* Implement new shortcuts system.Eric M2020-11-231-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-1/+1
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-0/+2
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-0/+1
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-6/+52
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-4/+5
* Convert syntax highlighters into a resourcePaulb232020-07-111-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-14/+14
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Remove Request Docs button in the script editor due to various issuesHugo Locurcio2020-04-021-2/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-13/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński2020-02-131-0/+2
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix ScriptTextEditor encapsulationYuri Roubinsky2019-12-191-1/+1
* Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky2019-12-171-1/+1
* Moves switch for show scripts panel from File menu to status barYuri Roubinsky2019-12-151-0/+2
* Fixed ScriptEditor autosave timer causing errors on startPouleyKetchoupp2019-10-101-0/+1
* Add shortcut Shift + F3 to search pervious in the built-in docsMarqus2019-10-101-0/+1
* Add Reopen Closed Script option in Script EditorTomasz Chabora2019-08-011-1/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
* Merge pull request #29547 from santouits/filter-scriptsRémi Verschelde2019-06-191-0/+6
|\
| * Add filter search for script list and the memberssantouits2019-06-121-0/+6
* | 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
| |/
* | Merge pull request #29129 from kis3lori/remove-save-theme-for-defaultRémi Verschelde2019-06-131-0/+1
|\ \
| * | Created a fallback from the "Save Theme" button to "Save Theme As" when a def...Kis Levente Lorand2019-06-131-0/+1
| |/
* | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+1
|\ \ | |/ |/|