summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
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
2019-05-20Merge pull request #28218 from KoBeWi/b00km4rk5Rémi Verschelde
2019-05-20Merge pull request #26809 from KoBeWi/undo_set_text_like_a_bossRémi Verschelde
2019-05-16Allow to undo TextEdit.set_textTomasz Chabora
2019-05-16Directories can now be dragged into the script editorHayden
2019-05-15ScriptEditor: Changed the shortcut for contextual help in ALT + F1, to resolv...dankan1890
2019-05-05Add bookmarks for easier code navigationTomasz Chabora
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
2019-04-24Make small changes to the new connection info on script featureMichael Alexsander Silva Dias
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
2019-04-21Merge pull request #27979 from Paulb23/remember_script_stateRémi Verschelde
2019-04-20Display connection information in the script editorPaulb23
2019-04-17Don't allow class_name in built-in scriptslupoDharkael
2019-04-16Fix code completion not working with class_namelupoDharkael