kobewi
|
b427d3585c
Allow unindent without selection
|
2 년 전 |
Paulb23
|
1aac10d73d
Fixed adding extra quote when completing strings
|
2 년 전 |
Eric M
|
1d30653efb
Fix crash in CodeEdit when caret column exceeds line length.
|
2 년 전 |
Juan Linietsky
|
2b815df3c1
Use BitField<> in core type masks
|
2 년 전 |
Michael Bickel
|
5d09bf8f05
fix typo 'comleption' -> 'completion'
|
2 년 전 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 년 전 |
Paulb23
|
29f7bea241
Fix autocomplete with autobrace completion not adding closing pair
|
2 년 전 |
Hayden Leete
|
530b1f3f7a
Fix autocomplete box placement
|
2 년 전 |
Rémi Verschelde
|
82b1cd6753
Merge pull request #62675 from Jummit/tolerant_lookup
|
2 년 전 |
bruvzg
|
3add6dcd89
Add `Control::localize_numeral_system` property to toggle automatic numeral system conversion.
|
2 년 전 |
Alfred Reinold Baudisch
|
7127e57bf8
Pass caret index when deleting selection with backspace
|
2 년 전 |
Rémi Verschelde
|
87cdc2ea60
Merge pull request #67994 from YeldhamDev/how_suggestive
|
2 년 전 |
Michael Alexsander
|
4b6e6c6758
Stop centering clicked suggestions in the autocomplete popup
|
2 년 전 |
Paulb23
|
b5dc8e24be
Fix crash in code completion when using an invalid / null font
|
2 년 전 |
VolTer
|
d6e60f45a1
Improved breakpoints hover indicator
|
2 년 전 |
Jummit
|
a6c1cfae99
Allow drag-clicking before symbol lookup
|
2 년 전 |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 년 전 |
Paulb23
|
e9180241e8
Add multi caret support to CodeEdit
|
3 년 전 |
Paulb23
|
4a9d4e3dad
Add mutliple Caret support to TextEdit
|
3 년 전 |
Rémi Verschelde
|
1b31241445
Merge pull request #65540 from MewPurPur/easier-bookmarks
|
2 년 전 |
VolTer
|
c8cb93d022
Shift+LMB to Toggle Bookmarks
|
2 년 전 |
bruvzg
|
6f4d233062
Fix key mapping changes when moving from macOS to other platform
|
2 년 전 |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 년 전 |
Rémi Verschelde
|
fd6453c45e
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED"
|
3 년 전 |
Aaron Record
|
4b817a565c
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
|
3 년 전 |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 년 전 |
bruvzg
|
8823eae328
Rename OSX to macOS and iPhoneOS to iOS.
|
3 년 전 |
bruvzg
|
344ba0ffaf
Refactor Font configuration and import UI, and Font resources.
|
3 년 전 |
MinusKube
|
336400dc42
Add the ability to drag the code completion scrollbar using the mouse click
|
3 년 전 |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
3 년 전 |