summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21Change LinkLabel back to Label in error status barChaosus
2018-12-13Revert "Use more subtle indentation guides in the script editor"Rémi Verschelde
2018-12-11Fix "index -1 out of range" error spam when the Editor is using translations....Mariano Suligoy
2018-12-09Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde
2018-12-09Merge pull request #20725 from Calinou/textedit-subtle-indent-guidesRémi Verschelde
2018-11-22Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde
2018-11-22Allows user to click on error line to jump into error.Chaosus
2018-11-20Unify editor class and reference searchRay Koopa
2018-11-20Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias
2018-11-04Fix clone line undo history and extra new line, issue 21811Paulb23
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias
2018-10-25Merge pull request #23017 from Calinou/increase-source-font-line-spacingRémi Verschelde
2018-10-14Increase the source font's line spacingHugo Locurcio
2018-10-09Improve toggle comment function in script editor.Unknown
2018-10-03Use more subtle indentation guides in the script editorHugo Locurcio
2018-10-02Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...Rémi Verschelde
2018-09-27Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde
2018-09-25Tweak some editor texts' capitalization, use "Go to" instead of "Goto"Hugo Locurcio
2018-09-20Fixed syntax highlighting setting not being savedDualMatrix
2018-09-13Merge pull request #21730 from reisraff/fixing_key_shortcutRémi Verschelde
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-03#21500 Fixing key shortcutRafael Reis
2018-09-01Fix some editor shortcuts' default values not being set properlyHugo Locurcio
2018-08-28Merge pull request #21496 from tko/macos-completeRémi Verschelde
2018-08-27[macOS] change "Complete Symbol" shortcut to not conflict with SpotlightTommi Komulainen
2018-08-27[macOS] fix conflicting keybindings for (Find and) Replace...Tommi Komulainen
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
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
2018-07-22Refactored text manipulation into CodeTexteditorPaulb23
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
2018-07-03Merge pull request #19166 from Grula/issue-18779Max Hilbrunner
2018-06-13Fix "find and replace" initializing with wrong sizeGuilherme Felipe
2018-06-11Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde
2018-06-01 Syntax Menu as sub-menu of EditNIkola Grulovic
2018-05-07Merge pull request #18642 from flashyincceo/engine-clickJuan Linietsky
2018-05-07Merge pull request #18308 from ericmccarthy7/developMax Hilbrunner
2018-05-05Fix script editor CTRL+CLICK on singleton functionsPeter Folkins
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-19Fix clone down newline bugEric McCarthy
2018-04-08Merge pull request #16571 from Zylann/find_in_filesJuan Linietsky
2018-04-04Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighterRémi Verschelde
2018-04-03Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-03-12ScriptTextEditor: fix capitalize offsetPoommetee Ketson