summaryrefslogtreecommitdiffstats
path: root/editor/plugins/script_text_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Fixed unknown symbol drawn instead of tabs in breakpoints/bookmarks listsandrycodestuffs2020-01-161-4/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-301-1/+1
|\
| * Makes more editor strings translatableHaoyu Qiu2019-12-301-1/+1
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
|/
* Merge pull request #34441 from KoBeWi/wrapping_things_upRémi Verschelde2019-12-221-0/+2
|\
| * Fix code editor not always centering to bookmarksTomasz Chabora2019-12-181-0/+2
* | Fix ScriptTextEditor encapsulationYuri Roubinsky2019-12-191-0/+6
|/
* Prevent showing toggle scripts panel switch in shader editorYuri Roubinsky2019-12-171-0/+1
* Center Script Editor when jumping to bookmarks/breakpointsTomasz Chabora2019-12-011-0/+4
* Update connection info on script validation rather then saved copyPaulb232019-11-021-5/+16
* Improve performance of connection info in the script editorPaulb232019-10-271-18/+28
* Fixed evaluation for typesDavid Sichma2019-10-221-1/+1
* Update ScriptEditor and ShaderEditor TooltipAlexander Holland2019-10-021-1/+1
* Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-0/+25
* Support menu key in TextEdit and LineEdit controlsPaul Trojahn2019-09-221-74/+79
* Default ColorPicker color mode settingBhupendra Aole2019-08-311-0/+7
* Editor: remove TOOLS_ENABLED guardsmerumelu2019-08-301-10/+0
* Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde2019-08-131-6/+7
|\
| * Reorganize various menus for consistency and concisenessHugo Locurcio2019-08-131-6/+7
* | Add "Find in Files..." to the text editorMichael Alexsander Silva Dias2019-08-121-1/+0
|/
* Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde2019-08-121-0/+30
|\
| * Add Evaluate Selection option to Script EditorTomasz Chabora2019-08-081-0/+30
* | Adds support for undo/redo for in-editor color pickermiwanczuk2019-08-101-0/+2
* | Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias2019-08-081-21/+23
* | Fixes color picker in code editor - now it only changes one coloriwek72019-08-081-4/+12
|/
* Fix memory leaks with SyntaxHighlightersPaulb232019-07-251-0/+9
* Parse more informations for code completionGeequlim2019-07-041-2/+2
* Add "Go To" menu to the script editor and move the bookmark and breakpoint me...Michael Alexsander Silva Dias2019-07-011-20/+69
* Merge pull request #29071 from YeldhamDev/improve_bookmarksRémi Verschelde2019-07-011-11/+48
|\
| * Improve bookmarksMichael Alexsander Silva Dias2019-05-241-11/+48
* | Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-2/+2
|\ \
| * | Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-2/+2
* | | Correct typo that broke custom selected font colorGwyneth Lowe2019-06-241-1/+1
* | | Center script line when double clicked on error in debuggerDawid Wdowiak2019-06-231-0/+5
* | | Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+4
|\ \ \
| * | | Changing method signature in other class in not recognized in working class i...Goral2019-05-291-0/+4
* | | | Check for inherited methods before attempting to create one when connecting a...Michael Alexsander Silva Dias2019-06-131-17/+20
| |/ / |/| |
* | | Merge pull request #29703 from YeldhamDev/method_signal_warning_baseRémi Verschelde2019-06-121-30/+49
|\ \ \
| * | | Check base scripts for signal receiving methods before warning about them mis...Michael Alexsander Silva Dias2019-06-111-30/+49
* | | | Merge pull request #29659 from YeldhamDev/script_connections_node_deletedRémi Verschelde2019-06-121-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix connection info still appearing on scripts if the node source is deletedMichael Alexsander Silva Dias2019-06-101-0/+6
* | | | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+5
* | | | Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-031-3/+3
|\ \ \ \
| * | | | Don't allow class_name in built-in scriptslupoDharkael2019-04-171-2/+2
| * | | | Fix code completion not working with class_namelupoDharkael2019-04-161-1/+1
* | | | | Merge pull request #28907 from dankan1890/contextual_helpRémi Verschelde2019-05-241-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ScriptEditor: Changed the shortcut for contextual help in ALT + F1, to resolv...dankan18902019-05-151-1/+1
| | |_|/ | |/| |