summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2022-04-01Improve sorting of Code Completion options.Eric M
2022-03-27Add GDExtension support to Scriptreduz
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-03-08Add check to prevent "p_gutter = -1" error spamnova++
2022-03-06Remove duplicate editor settings definitionskobewi
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Merge pull request #57066 from KoBeWi/in_the_name_of_the_customRémi Verschelde
2022-02-08Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-08Refactor some object type checking code with `cast_to`Rémi Verschelde
2022-02-07Fix script editor errors with CustomCallableskobewi
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-06Add missing SNAME macro optimization in some function callsjmb462
2022-02-04String: Add contains().Anilforextra
2022-01-25Fix theming update of shader editorYuri Roubinsky
2022-01-19Convert TextEdit callbacks to CallablePaulb23
2022-01-14Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde
2022-01-13Make script type distinguishable by iconkobewi
2022-01-05Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde
2022-01-04Remove action to ignore warning in the script editorGeorge Marques
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde
2021-11-07Improve save handling for built-in scriptskobewi
2021-11-04Add is_built_in() method to Resourcekobewi
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-11Move add_syntax_highlighter bind to ScriptEditorBasePaulb23
2021-10-07Allow breakpoints in closed filesPaulb23
2021-10-04Fixed ScriptTextEditor errors/warnings panel formatting.Eric M
2021-09-22Added ability to override shortcut definitions for OSX (remove preprocessor d...Eric M
2021-09-15Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky
2021-09-14Fix editor crash on pressing `Go to Previous Bookmark` menu buttonYuri Roubinsky
2021-09-08Merge pull request #52106 from Paulb23/text-edit-optimisationGilles Roudière
2021-09-01Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-31Implemented advanced features of DAPEv1lbl0w
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-28Optimise TextEdit get height and widthPaulb23
2021-08-18Merge pull request #51627 from mhilbrunner/todo-for-neikeqRémi Verschelde
2021-08-17Merge pull request #51729 from yjh0502/ext-reload-masterRémi Verschelde
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-17Improve Undo/Redo menu itemsHaoyu Qiu
2021-08-17Auto-reload scripts with external editorJihyun Yu
2021-08-16Reorganise text editor settingsPaulb23
2021-08-13Style: Cleanup code using `text_editor/completion/use_single_quotes`Rémi Verschelde
2021-08-13Allow dropping property path into script editorHaoyu Qiu