Age | Commit message (Expand) | Author |
2019-05-21 | Merge pull request #29041 from hbina/add_const | Rémi Verschelde |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-05-20 | Merge pull request #28218 from KoBeWi/b00km4rk5 | Rémi Verschelde |
2019-05-11 | Change rules of indenting for spaces | miwanczuk |
2019-05-05 | Add bookmarks for easier code navigation | Tomasz Chabora |
2019-04-30 | Issue-28355 - show spaces in editor | miwanczuk |
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson |
2019-04-22 | Merge pull request #28234 from Paulb23/connection_info_on_script | Rémi Verschelde |
2019-04-20 | Display connection information in the script editor | Paulb23 |
2019-04-19 | fix improper uncommenting behavior in TextEditor | griant |
2019-04-13 | Restore script editor state between sessions | Paulb23 |
2019-04-11 | Reorganized connection dialog for much improved ease of use. | Juan Linietsky |
2019-04-02 | Fix -Wnon-virtual-dtor warnings. | marxin |
2019-01-05 | Fix text edit wrapping beyond control size, issue 23896 | Paulb23 |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde |
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde |
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor |
2018-11-23 | Changes IME input to use notification instead of callback, exposes IME method... | bruvzg |
2018-10-26 | Remove no longer necessary "raise_from_completion" in TextEdit | zhagsenkk |
2018-10-03 | Use more subtle indentation guides in the script editor | Hugo Locurcio |
2018-09-12 | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde |
2018-09-08 | Uncommenting a selection was not updating the selection. | Alexander Holland |
2018-08-25 | TextEdit replaced cache.size with get_size() | Alexander Holland |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-20 | Add editor highlight for type-safe lines | George Marques |
2018-05-30 | Improve breakpoints and breakpoint gutter API in TextEdit | Gabriel Gavilan |
2018-05-15 | fix get_char_width for non-latin characters | ianb96 |
2018-05-14 | TextEdit word wrap | Ian |
2018-05-03 | Script Editor now displays positional column | Unknown |
2018-04-07 | Fixed color regions and added local color region cache | Paulb23 |
2018-04-02 | Abstracted the syntax highlighter from text edit | Paulb23 |
2018-02-14 | Merge pull request #15618 from ianb96/fold_comment | Rémi Verschelde |
2018-01-12 | Add special coloring to members, to make shadowing more obvious. | Juan Linietsky |
2018-01-12 | TextEdit folding over unindented comments | Ian |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-03 | Merge pull request #15063 from poke1024/textedit-select-last-line | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-26 | Fix shift-key down on last line in TextEdit | Bernhard Liebl |
2017-12-20 | Adds an option to move cursor with right click in TextEdit | MattUV |
2017-12-17 | Fix cut-copy-line breaking paste (issue 14539) | Bernhard Liebl |
2017-12-15 | Modifies indentation behaviours | MattUV |
2017-12-08 | Modify shortcuts and menus to fold/unfold code | MattUV |
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 |
2017-12-07 | Merge pull request #14352 from ianb96/get_hidden_width | Rémi Verschelde |
2017-12-07 | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde |
2017-12-06 | fixes horizontal scrolling over hidden lines | Ian |
2017-12-01 | Add disabled theme to TextEdit. | Michael Alexsander Silva Dias |