summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \ | |/ |/|
| * Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+1
* | Make "Find in Files" always available in the script editorMichael Alexsander Silva Dias2019-05-021-0/+1
* | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+4
* | Display connection information in the script editorPaulb232019-04-201-0/+1
|/
* Add a "Request Docs" button to code editor.Juan Linietsky2019-03-261-0/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Unify editor class and reference searchRay Koopa2018-11-201-3/+2
* Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde2018-10-021-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Added method to create TextFilesPaulb232018-08-151-0/+1
* Allow opening and editing of any utf_8 file in script editorPaulb232018-07-221-8/+12
* Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner2018-07-051-2/+2
|\
| * Fix "find and replace" initializing with wrong sizeGuilherme Felipe2018-06-131-2/+2
* | Move Theme options to submenuChaosus2018-06-211-4/+10
|/
* Fix #16069, #19292, #19267 and #18940Guilherme Felipe2018-06-061-2/+2
* Show opened script or help namevolzhs2018-06-061-0/+1
* Add button hbox with alphabetic sort toggle above methods outline.Julian Murgia2018-05-111-0/+4
* Merge pull request #16571 from Zylann/find_in_filesJuan Linietsky2018-04-081-0/+13
|\
| * Added find & replace in filesMarc Gilleron2018-02-191-0/+13