Age | Commit message (Expand) | Author |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-11-23 | Implement new shortcuts system. | Eric M |
2020-09-10 | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 |
2020-09-10 | Add and convert editor to use CodeEdit | Paulb23 |
2020-07-26 | Make unsaved scripts in the script editor more user-friendly | Andrii Doroshenko (Xrayez) |
2020-07-17 | Optimized ScriptEditor initialization when many scripts are loaded | PouleyKetchoupp |
2020-07-11 | Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter | Paulb23 |
2020-07-11 | Expose Syntax highlighter for editor plugins | Paulb23 |
2020-07-11 | Convert syntax highlighters into a resource | Paulb23 |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-13 | Added 'Replace in files' functionality to text editors | Dominik 'dreamsComeTrue' Jasiński |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-25 | Removed translation for bookmarks menu item name in TextEditor | PouleyKetchoupp |
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal |
2019-09-22 | Support menu key in TextEdit and LineEdit controls | Paul Trojahn |
2019-08-12 | Add "Find in Files..." to the text editor | Michael Alexsander Silva Dias |
2019-08-09 | Move "Go to Line..." from "Edit" to "Go To" in text editor | Michael Alexsander Silva Dias |
2019-08-06 | Fix Find in Files Not Working Properly | Emmanuel Barroga |
2019-07-25 | Fix memory leaks with SyntaxHighlighters | Paulb23 |
2019-07-01 | Merge pull request #29071 from YeldhamDev/improve_bookmarks | Rémi Verschelde |
2019-06-24 | Correct typo that broke custom selected font color | Gwyneth Lowe |
2019-06-17 | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde |
2019-06-11 | Merge pull request #29262 from DarknessCatt/issue-27476 | Rémi Verschelde |
2019-05-29 | Automatically add new line to scripts | Matheus Lima Cunha |
2019-05-29 | Changing method signature in other class in not recognized in working class i... | Goral |
2019-05-24 | Improve bookmarks | Michael Alexsander Silva Dias |
2019-05-20 | Merge pull request #28218 from KoBeWi/b00km4rk5 | Rémi Verschelde |
2019-05-20 | Merge pull request #26809 from KoBeWi/undo_set_text_like_a_boss | Rémi Verschelde |
2019-05-16 | Allow to undo TextEdit.set_text | Tomasz Chabora |
2019-05-05 | Add bookmarks for easier code navigation | Tomasz Chabora |
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson |
2019-04-13 | Restore script editor state between sessions | Paulb23 |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde |
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde |
2018-11-04 | Fix clone line undo history and extra new line, issue 21811 | Paulb23 |
2018-10-14 | Increase the source font's line spacing | Hugo Locurcio |