summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2022-05-31Merge pull request #61440 from vnen/gdscript-scene-unique-nodesRémi Verschelde
2022-05-28Ensure focus when dropping to script editorArne Stenkrona
2022-05-27GDScript: Support `%` in shorthand for `get_node`George Marques
2022-05-20Add a new HashSet templatereduz
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-18Use % when dropping unique scene nodes into scriptJummit
2022-05-17Include quotes conditionally for dropped pathskobewi
2022-05-17Create onready variables when dropping nodes and holding CtrlHaoyu Qiu
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Fix signal completion in GDScript editorYuri Rubinsky
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-28Added button to add warning ignore annotationsIgor Kordiukiewicz
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