Age | Commit message (Expand) | Author |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-25 | Merge pull request #55227 from ator-dev/fix-code-folding | Rémi Verschelde |
2021-11-24 | Fix code folding when end of block is unindented delimiter | ator-dev |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-17 | Fix TextEdit mouse interactions when the last line is hidden | Paulb23 |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-10-25 | Ignore empty Font resources as theme override. | bruvzg |
2021-10-18 | Fix crash when executing CodeEdit._main_gutter_draw_callback | Haoyu Qiu |
2021-10-06 | Merge pull request #53476 from Paulb23/breakpoint-move-up-fix | Rémi Verschelde |
2021-10-06 | Fix breakpointed_lines out of sync when removing lines above | Paulb23 |
2021-10-06 | Fix the "END" key behaving like "PAGE_DOWN" in code completion. | Eric M |
2021-10-01 | Fix deleting selection at the first line do not work with backspace | Jean-Michel Bernard |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-30 | Improved breakpoint gutter for CodeEdit. | Eric M |
2021-09-24 | Fix incorrect offsets of tooltip content in `CodeEdit` | Yuri Roubinsky |
2021-09-23 | Construct values only when necessary. | Anilforextra |
2021-09-20 | Change completion prefixes to single char and unnecessary ui_cancel accept_event | Paulb23 |
2021-09-14 | Merge pull request #52583 from e8newallm/52360 | Rémi Verschelde |
2021-09-13 | Removed updates that caused unnecessary window updates | Matthew Newall |
2021-09-13 | Merge pull request #52443 from Paulb23/code-edit-indext-fixes | Rémi Verschelde |
2021-09-13 | Merge pull request #52346 from Paulb23/string-tracking-fixes | Rémi Verschelde |
2021-09-09 | Fix block deliminator not-folding at end of file | Paulb23 |
2021-09-07 | Merge pull request #52339 from jmb462/fix-fold-function-with-comment-fail | Max Hilbrunner |
2021-09-07 | Merge pull request #52359 from williamd67/fix-autocomplete-merge | Max Hilbrunner |
2021-09-06 | Fix brace placement with space auto indent | Paulb23 |
2021-09-06 | Fix crash during completion lookback | daniel-mcclintock |
2021-09-05 | Fix comment causes content of folded methods to not hide | jmb462 |
2021-09-03 | Fix incorrectly removing two characters by auto brace | William Deurwaarder |
2021-09-02 | Fix getting deliminator start over empty lines and blank start keys | Paulb23 |
2021-08-26 | Fix misspelled "overriden" | Haoyu Qiu |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-13 | Merge pull request #51585 from Paulb23/theme-update-optimisation | Rémi Verschelde |
2021-08-13 | Move CodeEdit theme overrides into EditorTheme | Paulb23 |
2021-08-13 | Fix incorrect completion popup size of `CodeEdit` | Yuri Roubinsky |
2021-08-12 | Fix breakpoint toggle signal not firing when expected | Paulb23 |
2021-08-12 | Cleanup and complete TextEdit inspector and docs | Paulb23 |
2021-08-12 | Cleanup and bind remaing methods in TextEdit | Paulb23 |
2021-08-12 | Rename readonly to editable | Paulb23 |
2021-08-12 | Rename insert mode to overtype mode | Paulb23 |
2021-08-12 | Protect internal CodeEdit --> TextEdit API | Paulb23 |
2021-08-12 | Cleanup TextEdit selection methods | Paulb23 |
2021-08-12 | Expose and cleanup TextEdit line wrap API | Paulb23 |
2021-08-12 | Cleanup and rename caret operations | Paulb23 |
2021-08-12 | Make TextEdit cut, copy and paste overridable | Paulb23 |
2021-08-02 | Improve CodeEdit's callhint highlight visibility | Hugo Locurcio |
2021-08-01 | Clean up and complete CodeEdit inspector and docs | Paulb23 |
2021-08-01 | Move symbol lookup into CodeEdit | Paulb23 |
2021-08-01 | Move line length guidelines into CodeEdit | Paulb23 |