summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Initialize bools in the headers in editorAaron Franke2022-03-121-4/+4
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-0/+2
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-2/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-2/+0
* Improve GDScript Editor and Improve latencyGordon MacPherson2021-09-211-2/+0
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-2/+2
* Move CodeEdit theme overrides into EditorThemePaulb232021-08-131-1/+0
* Optimize theme change in code editorPouleyKetchoupp2021-07-301-0/+3
* Script editor: Rename 'Clone Down' to 'Duplicate Selection'Rémi Verschelde2021-06-291-1/+1
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-3/+6
* Documentation search fixesGregory Basile2021-06-161-2/+2
* Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-2/+7
* Add custom background line colour to TextEdit and remove marked linesPaulb232021-05-221-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add and convert editor to use CodeEditPaulb232020-09-101-8/+8
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-0/+3
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-191-5/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix toggle scripts panel to allow using shortcut in other areasYuri Roubinsky2019-12-171-0/+1
* Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky2019-12-171-0/+2
* Moves switch for show scripts panel from File menu to status barYuri Roubinsky2019-12-151-0/+2
* Fixes Delete Line doesn't delete first line in scriptHaoyu Qiu2019-12-091-0/+2
* Tweak the behavior of search/replace barTomasz Chabora2019-08-131-2/+2
* Make the script search have a proper matches counterMichael Alexsander Silva Dias2019-08-131-0/+2
* Display a count of matches when searching in the code editorBojidar Marinov2019-07-081-0/+2
* Show icons for code completion optionsGeequlim2019-07-051-0/+1
* Parse more informations for code completionGeequlim2019-07-041-2/+2
* Center script line when double clicked on error in debuggerDawid Wdowiak2019-06-231-0/+1
* Merge pull request #28787 from mitchcurtis/fix-28059Rémi Verschelde2019-06-191-0/+1
|\
| * Script Text Editor: respect Move Down and Move Up shortcuts on macOSMitch Curtis2019-05-091-0/+1
* | Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+2
|\ \
| * | Changing method signature in other class in not recognized in working class i...Goral2019-05-291-0/+2
| |/
* | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+1
|\ \
| * | Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+1
* | | Add bookmarks for easier code navigationTomasz Chabora2019-05-051-0/+5
| |/ |/|
* | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+2
|/
* Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde2019-03-161-0/+4
|\
| * [Script Editor] Refactored ScriptTextEditor::_edit_option by extracting EDIT_...hsandt2019-02-041-0/+4
* | Hide the warnings panel when no warnings presents.allkhor2019-02-131-0/+3
* | General cleanup of script and doc search barsMichael Alexsander Silva Dias2019-02-101-2/+0
* | Displays errors and warnings in a better way in the script editorGilles Roudière2019-02-011-7/+10
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Change LinkLabel back to Label in error status barChaosus2018-12-211-3/+3
* CodeEditor: Drop unused enable_complete_timer variableRémi Verschelde2018-12-191-1/+0
* Merge pull request #23924 from Kanabenki/font-size-updateRémi Verschelde2018-11-281-1/+1
|\
| * Display font size with zoom in code editor and refresh on settings changeKanabenki2018-11-221-1/+1