summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-2/+2
* Don't save unchanged script upon closingkobewi2021-03-061-6/+6
* Improve resource load cachereduz2021-02-111-1/+1
* Merge pull request #44514 from madmiraal/split-os-executeRémi Verschelde2021-01-121-1/+1
|\
| * Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+1
* | Fix script list only showing their names regardless of display optionMichael Alexsander2021-01-111-1/+14
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-10/+10
* Fix filename disambiguation on scripts in certain occasionsMichael Alexsander2020-12-221-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-5/+5
* Cleanup unused engine codeTomasz Chabora2020-12-091-11/+0
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-12/+7
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+64
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+12
* Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-5/+7
|\
| * Implement new shortcuts system.Eric M2020-11-231-5/+7
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+9
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Refactored Variant Operators.reduz2020-11-061-1/+1
* Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-4/+3
* Properly disambiguate unsaved scriptsTomasz Chabora2020-07-311-2/+6
* Script editor: Fix crash when root script is nullRémi Verschelde2020-07-271-3/+3
* Script editor: Fix open dominant logic for language-specific external editorsRémi Verschelde2020-07-271-2/+6
* Script editor: Don't open dominant script in external editorRémi Verschelde2020-07-261-15/+11
* Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)2020-07-261-7/+41
* Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde2020-07-261-20/+41
|\
| * Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-20/+41
* | Skip internal scripts for breakpoints without printing an errorAndrii Doroshenko (Xrayez)2020-07-231-1/+3
* | Fix crash when closing a TextFilePaulb232020-07-161-1/+1
|/
* Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde2020-07-151-5/+5
|\
| * Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-5/+5
* | Merge pull request #40268 from DanielZTing/masterRémi Verschelde2020-07-151-2/+2
|\ \ | |/ |/|
| * Fix cancel/OK button order on macOSDaniel Ting2020-07-101-2/+2
* | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-3/+166
* | Expose Syntax highlighter for editor pluginsPaulb232020-07-111-7/+32
* | Convert syntax highlighters into a resourcePaulb232020-07-111-2/+2
|/
* Do not try to save internal scriptsDaniel Ting2020-07-081-2/+5
* Merge pull request #39076 from rileylyman/editor_tab_namesRémi Verschelde2020-07-011-0/+13
|\
| * implement generic filename disambiguationrileylyman2020-06-261-0/+13
* | Make "Close and save changes?" actually saveDaniel Ting2020-06-301-1/+1
* | Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-1/+1
|/
* Fix overlapping hotkey designations for save all scenes and save all scriptsBill2020-06-241-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+10
* Fix crash when creating new text file with no namePhischermen2020-06-091-1/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-69/+135
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-218/+0
* Fix Soft Reload Script shortcut clash with Replace in FilesDominik 'dreamsComeTrue' Jasiński2020-05-011-1/+1
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1