summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-07-31Properly disambiguate unsaved scriptsTomasz Chabora
2020-07-27Script editor: Fix crash when root script is nullRémi Verschelde
2020-07-27Script editor: Fix open dominant logic for language-specific external editorsRémi Verschelde
2020-07-26Script editor: Don't open dominant script in external editorRémi Verschelde
2020-07-26Make unsaved scripts in the script editor more user-friendlyAndrii Doroshenko (Xrayez)
2020-07-26Merge pull request #33760 from nekomatata/script-editor-init-optimizationRémi Verschelde
2020-07-23Skip internal scripts for breakpoints without printing an errorAndrii Doroshenko (Xrayez)
2020-07-17Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp
2020-07-16Fix crash when closing a TextFilePaulb23
2020-07-15Merge pull request #40291 from hinlopen/dialog-sizeRémi Verschelde
2020-07-15Merge pull request #40268 from DanielZTing/masterRémi Verschelde
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Expose Syntax highlighter for editor pluginsPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
2020-07-08Do not try to save internal scriptsDaniel Ting
2020-07-01Merge pull request #39076 from rileylyman/editor_tab_namesRémi Verschelde
2020-06-30Make "Close and save changes?" actually saveDaniel Ting
2020-06-30Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky
2020-06-26implement generic filename disambiguationrileylyman
2020-06-24Fix overlapping hotkey designations for save all scenes and save all scriptsBill
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-09Fix crash when creating new text file with no namePhischermen
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-01Fix Soft Reload Script shortcut clash with Replace in FilesDominik 'dreamsComeTrue' Jasiński
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-29Merge pull request #38235 from BigRed-118/help_tabs_shuffle_fixRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-26Fixed shuffling editor help tabsTom Evans
2020-04-16Merge pull request #37012 from Calinou/reverse-builtin-script-namingRémi Verschelde
2020-04-06Remove Node.get_position_in_parent()Tomasz Chabora
2020-04-02Merge pull request #35720 from Calinou/remove-request-docs-buttonRémi Verschelde
2020-04-02Remove Request Docs button in the script editor due to various issuesHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-13Tweak the built-in script naming for resources with custom namesHugo Locurcio
2020-03-08Threaded networking for editor debugger.Fabio Alessandrelli
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-27Merge pull request #36333 from Calinou/decrease-script-editor-split-widthRémi Verschelde