Age | Commit message (Expand) | Author |
2018-10-09 | Improve toggle comment function in script editor. | Unknown |
2018-10-02 | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde |
2018-09-27 | Fix warnings about unused variables [-Wunused-variable] | Rémi Verschelde |
2018-09-25 | Tweak some editor texts' capitalization, use "Go to" instead of "Goto" | Hugo Locurcio |
2018-09-20 | Fixed syntax highlighting setting not being saved | DualMatrix |
2018-09-13 | Merge pull request #21730 from reisraff/fixing_key_shortcut | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-03 | #21500 Fixing key shortcut | Rafael Reis |
2018-09-01 | Fix some editor shortcuts' default values not being set properly | Hugo Locurcio |
2018-08-28 | Merge pull request #21496 from tko/macos-complete | Rémi Verschelde |
2018-08-27 | [macOS] change "Complete Symbol" shortcut to not conflict with Spotlight | Tommi Komulainen |
2018-08-27 | [macOS] fix conflicting keybindings for (Find and) Replace... | Tommi Komulainen |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-10 | Added system for GDScript warnings | George Marques |
2018-07-26 | context menu improvements | Ian |
2018-07-22 | Allow opening and editing of any utf_8 file in script editor | Paulb23 |
2018-07-22 | Refactored text manipulation into CodeTexteditor | Paulb23 |
2018-07-20 | Add editor highlight for type-safe lines | George Marques |
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner |
2018-07-03 | Merge pull request #19166 from Grula/issue-18779 | Max Hilbrunner |
2018-06-13 | Fix "find and replace" initializing with wrong size | Guilherme Felipe |
2018-06-11 | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | Rémi Verschelde |
2018-06-01 | Syntax Menu as sub-menu of Edit | NIkola Grulovic |
2018-05-07 | Merge pull request #18642 from flashyincceo/engine-click | Juan Linietsky |
2018-05-07 | Merge pull request #18308 from ericmccarthy7/develop | Max Hilbrunner |
2018-05-05 | Fix script editor CTRL+CLICK on singleton functions | Peter Folkins |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-19 | Fix clone down newline bug | Eric McCarthy |
2018-04-08 | Merge pull request #16571 from Zylann/find_in_files | Juan Linietsky |
2018-04-04 | Merge pull request #17923 from Paulb23/add_abstract_syntax_highlighter | Rémi Verschelde |
2018-04-03 | Ctrl+Clicking a enum now scrolls down to it in the docs. | Felix Yang |
2018-04-02 | Abstracted the syntax highlighter from text edit | Paulb23 |
2018-03-12 | ScriptTextEditor: fix capitalize offset | Poommetee Ketson |
2018-02-19 | Added find & replace in files | Marc Gilleron |
2018-02-17 | Delete all selected lines using the delete line shortcut in script editor | Yan Pas |
2018-02-13 | Merge pull request #16374 from ianb96/drop_at_mouse | Rémi Verschelde |
2018-02-08 | Fix #16479 (deselect text when jumping to function) | Artem Varaksa |
2018-02-03 | drop path text at mouse pos | ianb96 |
2018-01-25 | Fix shortcut conflict | Razah |
2018-01-14 | Fixed member keywords colour not updating on settings change | Paulb23 |
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-28 | Respect text editor highlighting color changes | volzhs |
2017-12-20 | Adds an option to move cursor with right click in TextEdit | MattUV |
2017-12-16 | Merge pull request #14613 from voithos/fold-jump-bugfix | Rémi Verschelde |
2017-12-15 | Modifies indentation behaviours | MattUV |
2017-12-12 | Account for folded code blocks when navigating via members list | Zaven Muradyan |