summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.h
AgeCommit message (Expand)Author
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
2018-07-22Refactored text manipulation into CodeTexteditorPaulb23
2018-06-01 Syntax Menu as sub-menu of EditNIkola Grulovic
2018-04-08Merge pull request #16571 from Zylann/find_in_filesJuan Linietsky
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-02-19Added find & replace in filesMarc Gilleron
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-08Modify shortcuts and menus to fold/unfold codeMattUV
2017-11-18scrolling fixesIan
2017-11-17TextEdit code foldingIan
2017-10-02Added correct initialization for script editor theme.Daniel J. Ramirez