Age | Commit message (Expand) | Author |
2022-01-30 | Move placeholder color to theme item | Paulb23 |
2022-01-23 | Add Placeholder to TextEdit | Paulb23 |
2022-01-19 | Convert TextEdit callbacks to Callable | Paulb23 |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2021-12-08 | Optimise TextEdit base operations | Paulb23 |
2021-12-02 | Add drag and drop to TextEdit | ConteZero |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-22 | Add methods to get position from column and line in TextEdit | Yuri Sizov |
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-27 | Add option to make selection unique | ConteZero |
2021-10-18 | Added primary clipboard for Linux | ConteZero |
2021-10-09 | Fix missing argument names in bindings | Rémi Verschelde |
2021-10-06 | Fix crash when tooltip_request_func object is freed | Haoyu Qiu |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-09-30 | Improved breakpoint gutter for CodeEdit. | Eric M |
2021-09-14 | Merge pull request #52185 from Paulb23/nested-complex-ops | Rémi Verschelde |
2021-09-13 | Merge pull request #50375 from Paulb23/code_edit_unit_tests | Rémi Verschelde |
2021-09-08 | Merge pull request #52106 from Paulb23/text-edit-optimisation | Gilles Roudière |
2021-09-04 | Add visual feedback when hovering or dragging the code minimap grabber | Hugo Locurcio |
2021-09-01 | Add CodeEdit breakpoint unit tests | Paulb23 |
2021-08-28 | Allow nested complex ops in TextEdit | Paulb23 |
2021-08-28 | Optimise TextEdit get height and width | Paulb23 |
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-17 | Improve Undo/Redo menu items | Haoyu Qiu |
2021-08-13 | Only update TextEdit text cache when dirty | Paulb23 |
2021-08-12 | Cleanup and bind remaing methods in TextEdit | Paulb23 |
2021-08-12 | Cleanup and expose viewport / scrolling methods | 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-12 | Remove dead code from TextEdit | Paulb23 |
2021-08-11 | Triple click in text editor now uses last mouse position for validity | Melissa Geels |
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-19 | Merge pull request #50588 from bruvzg/menu_gen | Rémi Verschelde |
2021-07-19 | Fixed typos in `TextEdit::GutterType` enum | Yuri Roubinsky |
2021-07-19 | Optimize LineEdit and TextEdit menu item generation. | bruvzg |
2021-07-17 | Create many types of popups on demand | reduz |
2021-07-06 | LineEdit: Respect `max_length` by truncating text to append | Rémi Verschelde |
2021-06-20 | Move indent management to CodeEdit | Paulb23 |