summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.h
AgeCommit message (Expand)Author
2021-05-22Add custom background line colour to TextEdit and remove marked linesPaulb23
2021-05-15Add get_base_editor to ScriptEditorBasesent44
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-09-10Move safe line color into editorPaulb23
2020-09-10Move ConnectionGutter to editor code_editorPaulb23
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-07-17Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-06-23Fix error label clicking in status bar for shader editorYuri Roubinsky
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-05Merge pull request #37293 from Janglee123/ctrl-click-improvementsRémi Verschelde
2020-05-05Improved go-to definition (Ctrl + Click)janglee
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-11Removed underlining for not clickable symbolsjanglee
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-19Fix ScriptTextEditor encapsulationYuri Roubinsky
2019-12-17Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky
2019-11-02Update connection info on script validation rather then saved copyPaulb23
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-08-12Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde
2019-08-08Fixes color picker in code editor - now it only changes one coloriwek7
2019-08-08Add Evaluate Selection option to Script EditorTomasz Chabora
2019-07-25Fix memory leaks with SyntaxHighlightersPaulb23
2019-07-04Parse more informations for code completionGeequlim
2019-07-01Add "Go To" menu to the script editor and move the bookmark and breakpoint me...Michael Alexsander Silva Dias
2019-07-01Merge pull request #29071 from YeldhamDev/improve_bookmarksRémi Verschelde
2019-06-23Center script line when double clicked on error in debuggerDawid Wdowiak
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
2019-05-29Automatically add new line to scriptsMatheus Lima Cunha
2019-05-29Changing method signature in other class in not recognized in working class i...Goral
2019-05-24Improve bookmarksMichael Alexsander Silva Dias
2019-05-05Add bookmarks for easier code navigationTomasz Chabora
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-20Display connection information in the script editorPaulb23
2019-03-16Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde
2019-02-13Hide the warnings panel when no warnings presents.allkhor
2019-02-04[Script Editor] Refactored ScriptTextEditor::_edit_option by extracting EDIT_...hsandt
2019-02-01Displays errors and warnings in a better way in the script editorGilles Roudière
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21Change LinkLabel back to Label in error status barChaosus
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-26context menu improvementsIan
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23