Age | Commit message (Expand) | Author |
2020-02-27 | Merge pull request #36232 from Calinou/add-soft-line-length-guideline | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Add a soft line length guideline to the script editor | Hugo Locurcio |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-10-31 | Improved TextEdit search usability & documentation | PouleyKetchoupp |
2019-10-27 | Improve performance of connection info in the script editor | Paulb23 |
2019-09-22 | Merge pull request #29895 from ptrojahn/menukey | Rémi Verschelde |
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn |
2019-09-07 | Add Ability to Enable/Disable Shortcuts for LineEdit/TextEdit | Emmanuel Barroga |
2019-08-25 | Refactor TextEdit control height calculations | Paulb23 |
2019-08-25 | Minimap scroll now acts similar to scrollbar | Paulb23 |
2019-08-21 | Add minimap to text_edit | Paulb23 |
2019-08-21 | Add syntax highlighting cache | Paulb23 |
2019-07-09 | Merge pull request #28190 from griant/test | Rémi Verschelde |
2019-07-05 | Show icons for code completion options | Geequlim |
2019-06-24 | Give TextEdit a custom color for font when read only is set | Gwyneth Lowe |
2019-06-24 | Correct typo that broke custom selected font color | Gwyneth Lowe |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-08 | Treat hiding_enabled as bool throughout | Nils ANDRÉ-CHANG |
2019-05-24 | Merge pull request #28811 from iwek7/editor_remove_spaces_to_closes_indention | Rémi Verschelde |
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 |