summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Abstracted the syntax highlighter from text editPaulb232018-04-021-1/+11
* | Merge pull request #16455 from volzhs/close-docsRémi Verschelde2018-02-201-1/+1
|\ \
| * | Keep to show current script when closing all docsvolzhs2018-02-201-1/+1
* | | option to disable sort in script listianb962018-02-141-0/+1
|/ /
* / Changes for the "Recent Scripts" menu.Michael Alexsander Silva Dias2018-02-021-2/+3
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Add Show In File System to script editor tabssersoong2018-01-021-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Added open_script_create_dialog funcWill Nations2017-12-131-0/+1
* Add 'copy script path' to script editor pluginsersoong2017-12-071-0/+3
* Add close other tabs to Script Editorsersoong2017-11-201-0/+2
* move item up/down context menu and shortcutIan2017-11-121-2/+8
* add script editor list context menuIan2017-11-121-0/+4
* Several fixed to editor doc.Daniel J. Ramirez2017-09-141-0/+6
* -Moved script run to editor, removed from projectJuan Linietsky2017-08-271-0/+1
* Dead code tells no talesRémi Verschelde2017-08-271-10/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Update script signals in real-time when script changes. Fixes #8980Juan Linietsky2017-08-181-0/+1
* Updated function argument namesWilson E. Alvarez2017-08-121-5/+5
* EditorPlugin methods and signals renameJakub Grzesik2017-07-201-2/+2
* Merge pull request #9565 from kubecz3k/tool-signalsRémi Verschelde2017-07-191-0/+7
|\
| * Make available more informations about editor for Tool PluginsJakub Grzesik2017-07-181-0/+7