Age | Commit message (Expand) | Author |
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 |
2021-08-01 | Move brace matching into CodeEdit | Paulb23 |
2021-08-01 | Move auto brace completion to CodeEdit | Paulb23 |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-19 | Merge pull request #50606 from Chaosus/textedit_fix_guttertype | Rémi Verschelde |
2021-07-19 | Fixed typos in `TextEdit::GutterType` enum | Yuri Roubinsky |
2021-07-18 | Optimize StringName usage | reduz |
2021-06-20 | Move indent management to CodeEdit | Paulb23 |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-16 | Merge pull request #49238 from Paulb23/code_edit_code_folding | Rémi Verschelde |
2021-06-16 | Fix typo in CodeEdit methods | Haoyu Qiu |
2021-06-14 | Update cache after clearing delimiters in CodeEdit | Haoyu Qiu |
2021-06-01 | Move code folding into CodeEdit and hide line hiding API | Paulb23 |
2021-06-01 | Move and expose Code Hint in CodeEdit | Paulb23 |
2021-06-01 | Move and expose AutoComplete in CodeEdit | Paulb23 |