summaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
AgeCommit message (Expand)Author
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
2019-04-16Validate scripts when they are loaded in the text editorlupoDharkael
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-10Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ign...Rémi Verschelde
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-03-17Allow whitespaces in warning-ignore commentsTimo Schwarzer
2019-03-16Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde
2019-03-11Implement source lookup for class_name defined classesPedro Ciambra
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-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