summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Increase the width of the "Connections to method" dialogHugo Locurcio
2020-02-13Added 'Replace in files' functionality to text editorsDominik 'dreamsComeTrue' Jasiński
2020-02-11Texture refactorJuan Linietsky
2020-01-16Fixed unknown symbol drawn instead of tabs in breakpoints/bookmarks listsandrycodestuffs
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Merge pull request #34625 from timothyqiu/i18nRémi Verschelde
2019-12-30Makes more editor strings translatableHaoyu Qiu
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-22Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde
2019-12-19Fix ScriptTextEditor encapsulationYuri Roubinsky
2019-12-18Fix code editor not always centering to bookmarksTomasz Chabora
2019-12-17Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky
2019-12-01Center Script Editor when jumping to bookmarks/breakpointsTomasz Chabora
2019-11-02Update connection info on script validation rather then saved copyPaulb23
2019-10-27Improve performance of connection info in the script editorPaulb23
2019-10-22Fixed evaluation for typesDavid Sichma
2019-10-02Update ScriptEditor and ShaderEditor TooltipAlexander Holland
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
2019-08-31Default ColorPicker color mode settingBhupendra Aole
2019-08-30Editor: remove TOOLS_ENABLED guardsmerumelu
2019-08-13Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
2019-08-12Add "Find in Files..." to the text editorMichael Alexsander Silva Dias
2019-08-12Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde
2019-08-10Adds support for undo/redo for in-editor color pickermiwanczuk
2019-08-08Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias
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-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-24Correct typo that broke custom selected font colorGwyneth Lowe
2019-06-23Center script line when double clicked on error in debuggerDawid Wdowiak
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
2019-06-13Check for inherited methods before attempting to create one when connecting a...Michael Alexsander Silva Dias
2019-06-12Merge pull request #29703 from YeldhamDev/method_signal_warning_baseRémi Verschelde
2019-06-12Merge pull request #29659 from YeldhamDev/script_connections_node_deletedRémi Verschelde
2019-06-11Check base scripts for signal receiving methods before warning about them mis...Michael Alexsander Silva Dias
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
2019-06-10Fix connection info still appearing on scripts if the node source is deletedMichael Alexsander Silva Dias
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRé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-24Merge pull request #28907 from dankan1890/contextual_helpRémi Verschelde
2019-05-24Improve bookmarksMichael Alexsander Silva Dias