summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
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
2018-02-19Added find & replace in filesMarc Gilleron
2018-02-17Delete all selected lines using the delete line shortcut in script editorYan Pas
2018-02-13Merge pull request #16374 from ianb96/drop_at_mouseRémi Verschelde
2018-02-08Fix #16479 (deselect text when jumping to function)Artem Varaksa
2018-02-03drop path text at mouse posianb96
2018-01-25Fix shortcut conflictRazah
2018-01-14Fixed member keywords colour not updating on settings changePaulb23
2018-01-12Add special coloring to members, to make shadowing more obvious.Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-28Respect text editor highlighting color changesvolzhs
2017-12-20Adds an option to move cursor with right click in TextEditMattUV
2017-12-16Merge pull request #14613 from voithos/fold-jump-bugfixRémi Verschelde
2017-12-15Modifies indentation behavioursMattUV
2017-12-12Account for folded code blocks when navigating via members listZaven Muradyan
2017-12-08Modify shortcuts and menus to fold/unfold codeMattUV
2017-12-07Changed current line draw order and added code folding colorPaulb23
2017-12-07Add uppercase and lowercase to rightclickmenu in scripteditorsersoong
2017-12-04Script Editor: Use first non-whitespace comment delimiter.Andreas Haas
2017-12-01Script Editor: Make comment delimiter language dependent.Andreas Haas