summaryrefslogtreecommitdiff
path: root/editor/code_editor.cpp
AgeCommit message (Expand)Author
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
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-03Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière
2022-01-25Fix theming update of shader editorYuri Roubinsky
2022-01-22Rename request_code_completion signalkobewi
2022-01-05Prevent error emitting when clicking on error in code text editorYuri Roubinsky
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09Fixup last commit, change misleading CodeEditor for consistencyRémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-11-26Make delete_lines work correctly regardless of the selectionator-dev
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-27Add option to make selection uniqueConteZero
2021-09-21Improve GDScript Editor and Improve latencyGordon MacPherson
2021-09-17Merge pull request #52655 from Chaosus/toggle_scripts_panelRémi Verschelde
2021-09-15Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky
2021-09-14Tweak the script editor's line/column indicator for readabilityHugo Locurcio
2021-09-14Prevent error generates if `Delete Line` used on last line in CodeEditorYuri Roubinsky
2021-09-14Merge pull request #52662 from Chaosus/fix_bookmarksRémi Verschelde
2021-09-14Fix editor crash on pressing `Go to Previous Bookmark` menu buttonYuri Roubinsky
2021-09-02Fix Find Next shortcut not working when search bar is focusedThreeRhinosInAnElephantCostume
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-16Fix carret not following while debugging (Fix #51754)jmb462
2021-08-16Reorganise text editor settingsPaulb23
2021-08-13Move CodeEdit theme overrides into EditorThemePaulb23
2021-08-12Cleanup and bind remaing methods in TextEditPaulb23
2021-08-12Cleanup and expose viewport / scrolling methodsPaulb23
2021-08-12Cleanup TextEdit selection methodsPaulb23
2021-08-12Expose and cleanup TextEdit line wrap APIPaulb23
2021-08-12Cleanup and rename caret operationsPaulb23
2021-08-01Move line length guidelines into CodeEditPaulb23
2021-08-01Move brace matching into CodeEditPaulb23
2021-08-01Move auto brace completion to CodeEditPaulb23
2021-07-30Optimize theme change in code editorPouleyKetchoupp
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-18Optimize StringName usagereduz
2021-06-29Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde
2021-06-29Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde
2021-06-24Merge pull request #49650 from KoBeWi/FindReplaceCrashRémi Verschelde
2021-06-24Fix crash with FindReplaceBarkobewi
2021-06-21Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A
2021-06-20Move indent management to CodeEditPaulb23
2021-06-19Added support for scripts reporting multiple errors to ScriptTextEditorEric M