summaryrefslogtreecommitdiff
path: root/editor/code_editor.h
AgeCommit message (Expand)Author
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-09-21Improve GDScript Editor and Improve latencyGordon MacPherson
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-13Move CodeEdit theme overrides into EditorThemePaulb23
2021-07-30Optimize theme change in code editorPouleyKetchoupp
2021-06-29Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde
2021-06-19Added support for scripts reporting multiple errors to ScriptTextEditorEric M
2021-06-16Documentation search fixesGregory Basile
2021-06-08Move FindReplaceBar out of CodeTextEditorkobewi
2021-05-22Add custom background line colour to TextEdit and remove marked linesPaulb23
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-09-10Add and convert editor to use CodeEditPaulb23
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-17Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky
2019-12-17Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky
2019-12-15Moves switch for show scripts panel from File menu to status barYuri Roubinsky
2019-12-09Fixes Delete Line doesn't delete first line in scriptHaoyu Qiu
2019-08-13Tweak the behavior of search/replace barTomasz Chabora
2019-08-13Make the script search have a proper matches counterMichael Alexsander Silva Dias
2019-07-08Display a count of matches when searching in the code editorBojidar Marinov
2019-07-05Show icons for code completion optionsGeequlim
2019-07-04Parse more informations for code completionGeequlim
2019-06-23Center script line when double clicked on error in debuggerDawid Wdowiak
2019-06-19Merge pull request #28787 from mitchcurtis/fix-28059Rémi Verschelde
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-09Script Text Editor: respect Move Down and Move Up shortcuts on macOSMitch Curtis
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-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-10General cleanup of script and doc search barsMichael Alexsander Silva Dias
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-12-19CodeEditor: Drop unused enable_complete_timer variableRémi Verschelde
2018-11-28Merge pull request #23924 from Kanabenki/font-size-updateRémi Verschelde
2018-11-22Display font size with zoom in code editor and refresh on settings changeKanabenki
2018-11-22Allows user to click on error line to jump into error.Chaosus
2018-11-04Fix clone line undo history and extra new line, issue 21811Paulb23
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-22Refactored text manipulation into CodeTexteditorPaulb23