summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
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
2021-08-12Cleanup and bind remaing methods in TextEditPaulb23
2021-08-12Protect internal CodeEdit --> TextEdit APIPaulb23
2021-08-12Cleanup TextEdit selection methodsPaulb23
2021-08-12Cleanup and rename caret operationsPaulb23
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-09Added EditorCommandPaletteBhuvan Vemula
2021-08-01Clean up and complete CodeEdit inspector and docsPaulb23
2021-08-01Move symbol lookup into CodeEditPaulb23
2021-08-01Move auto brace completion to CodeEditPaulb23
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-19Merge pull request #50606 from Chaosus/textedit_fix_guttertypeRémi Verschelde
2021-07-19Fixed typos in `TextEdit::GutterType` enumYuri Roubinsky
2021-07-18Optimize StringName usagereduz
2021-07-03Support single quote when dropping files to scriptkobewi