summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #38235 from BigRed-118/help_tabs_shuffle_fixRémi Verschelde2020-04-291-0/+4
|\
| * Fixed shuffling editor help tabsTom Evans2020-04-261-0/+4
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
|/
* Merge pull request #37012 from Calinou/reverse-builtin-script-namingRémi Verschelde2020-04-161-2/+4
|\
| * Tweak the built-in script naming for resources with custom namesHugo Locurcio2020-03-131-2/+4
* | Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-1/+1
* | Merge pull request #35720 from Calinou/remove-request-docs-buttonRémi Verschelde2020-04-021-12/+0
|\ \
| * | Remove Request Docs button in the script editor due to various issuesHugo Locurcio2020-04-021-12/+0
* | | Replace NULL with nullptrlupoDharkael2020-04-021-25/+25
|/ /
* | Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-1/+1
* | Popups are now windows also (broken!)Juan Linietsky2020-03-261-25/+23
* | Working multiple window support, including editorJuan Linietsky2020-03-261-12/+12
* | Refactored input, goes all via windows now.Juan Linietsky2020-03-261-3/+3
* | Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* | Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-3/+4
* | Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-6/+6
|/
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-1/+0
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-4/+4
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-4/+4
* | Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-9/+5