summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new HashSet templatereduz2022-05-201-3/+3
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Use % when dropping unique scene nodes into scriptJummit2022-05-181-2/+12
* Include quotes conditionally for dropped pathskobewi2022-05-171-2/+8
* Create onready variables when dropping nodes and holding CtrlHaoyu Qiu2022-05-171-10/+37
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Fix signal completion in GDScript editorYuri Rubinsky2022-05-121-0/+15
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* Added button to add warning ignore annotationsIgor Kordiukiewicz2022-04-281-1/+36
* Improve sorting of Code Completion options.Eric M2022-04-011-0/+3
* Add GDExtension support to Scriptreduz2022-03-271-9/+11
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-2/+2
* Add check to prevent "p_gutter = -1" error spamnova++2022-03-081-0/+3
* Remove duplicate editor settings definitionskobewi2022-03-061-1/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-2/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Merge pull request #57066 from KoBeWi/in_the_name_of_the_customRémi Verschelde2022-02-081-6/+7
|\
| * Fix script editor errors with CustomCallableskobewi2022-02-071-6/+7
* | Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-1/+1
|\ \
| * | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* | | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
|/ /
* / Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
|/
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-4/+4
* String: Add contains().Anilforextra2022-02-041-1/+1
* Fix theming update of shader editorYuri Roubinsky2022-01-251-8/+23
* Convert TextEdit callbacks to CallablePaulb232022-01-191-2/+4
* Merge pull request #55541 from KoBeWi/outcognito_scriptsRémi Verschelde2022-01-141-2/+11
|\
| * Make script type distinguishable by iconkobewi2022-01-131-2/+11
* | Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde2022-01-051-17/+1
|\ \
| * | Remove action to ignore warning in the script editorGeorge Marques2022-01-041-17/+1
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-11/+11
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Fix bad popups offset in editor with single window offjmb4622021-12-061-2/+2
* Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-221-3/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-44/+44
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-4/+1
* Improve save handling for built-in scriptskobewi2021-11-071-11/+14
* Add is_built_in() method to Resourcekobewi2021-11-041-2/+2
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-5/+6
* Move add_syntax_highlighter bind to ScriptEditorBasePaulb232021-10-111-2/+0
* Allow breakpoints in closed filesPaulb232021-10-071-1/+1
* Fixed ScriptTextEditor errors/warnings panel formatting.Eric M2021-10-041-0/+6
* Added ability to override shortcut definitions for OSX (remove preprocessor d...Eric M2021-09-221-22/+12
* Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-3/+1
* Fix editor crash on pressing `Go to Previous Bookmark` menu buttonYuri Roubinsky2021-09-141-1/+1
* Merge pull request #52106 from Paulb23/text-edit-optimisationGilles Roudière2021-09-081-1/+0
|\
| * Optimise TextEdit get height and widthPaulb232021-08-281-1/+0
* | Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-09-011-0/+8
|\ \
| * | Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+8