index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
code_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Code style improvements to text_edit and related
VolTer
2023-04-08
1
-7
/
+6
*
|
|
|
[Web] Detect host OS and use macOS keys on mac hosts.
bruvzg
2023-04-11
1
-5
/
+2
|
/
/
/
*
/
/
Fix CI build error
Juan Linietsky
2023-04-08
1
-1
/
+1
|
/
/
*
|
Implement theme item cache in TextEdit and CodeEdit
Yuri Sizov
2023-04-03
1
-108
/
+118
*
|
Merge pull request #73074 from M4rYu5/capslock-editor-completion-fix
Rémi Verschelde
2023-04-03
1
-3
/
+3
|
\
\
|
*
|
Now, in editor, CapsLock behave like a modifier key: does nothing when presse...
M4rYu5
2023-02-13
1
-3
/
+3
|
|
/
*
|
Prevent passing events from CodeEdit to TextEdit when code completion is active
Yuri Sizov
2023-03-09
1
-2
/
+27
*
|
Don't autocomplete numbers in GDScript
Arman Elgudzhyan
2023-03-06
1
-0
/
+6
*
|
Fix Indent/Unindent without a selection not causing a redraw
VolTer
2023-02-19
1
-0
/
+2
*
|
Fix autocomplete persisting at the beginning of a line
VolTer
2023-02-15
1
-1
/
+1
|
/
*
Fix autocomplete filter not including substrings
poohcom1
2023-01-23
1
-0
/
+2
*
Allow unindent without selection
kobewi
2023-01-18
1
-46
/
+1
*
Fixed adding extra quote when completing strings
Paulb23
2023-01-14
1
-3
/
+5
*
Fix crash in CodeEdit when caret column exceeds line length.
Eric M
2023-01-11
1
-0
/
+1
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-2
/
+2
*
fix typo 'comleption' -> 'completion'
Michael Bickel
2023-01-06
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix autocomplete with autobrace completion not adding closing pair
Paulb23
2022-12-19
1
-9
/
+11
*
Fix autocomplete box placement
Hayden Leete
2022-12-17
1
-1
/
+3
*
Merge pull request #62675 from Jummit/tolerant_lookup
Rémi Verschelde
2022-12-03
1
-2
/
+3
|
\
|
*
Allow drag-clicking before symbol lookup
Jummit
2022-10-09
1
-2
/
+3
*
|
Add `Control::localize_numeral_system` property to toggle automatic numeral s...
bruvzg
2022-11-17
1
-1
/
+4
*
|
Pass caret index when deleting selection with backspace
Alfred Reinold Baudisch
2022-11-05
1
-2
/
+2
*
|
Merge pull request #67994 from YeldhamDev/how_suggestive
Rémi Verschelde
2022-11-02
1
-1
/
+18
|
\
\
|
*
|
Stop centering clicked suggestions in the autocomplete popup
Michael Alexsander
2022-10-28
1
-1
/
+18
*
|
|
Fix crash in code completion when using an invalid / null font
Paulb23
2022-10-16
1
-4
/
+12
|
/
/
*
/
Improved breakpoints hover indicator
VolTer
2022-10-10
1
-14
/
+18
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-8
/
+8
*
Add multi caret support to CodeEdit
Paulb23
2022-10-05
1
-349
/
+396
*
Add mutliple Caret support to TextEdit
Paulb23
2022-10-05
1
-2
/
+2
*
Merge pull request #65540 from MewPurPur/easier-bookmarks
Rémi Verschelde
2022-09-26
1
-11
/
+24
|
\
|
*
Shift+LMB to Toggle Bookmarks
VolTer
2022-09-08
1
-11
/
+24
*
|
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-3
/
+3
|
/
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-28
/
+28
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-1
/
+2
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-2
/
+1
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-7
/
+7
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-14
/
+14
*
Add the ability to drag the code completion scrollbar using the mouse click
MinusKube
2022-07-03
1
-1
/
+50
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
*
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...
bruvzg
2022-05-13
1
-0
/
+5
*
Add a new HashMap implementation
reduz
2022-05-12
1
-1
/
+3
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-2
/
+2
*
fix lines ending in comments causing auto indent
Nathan Franke
2022-04-28
1
-1
/
+2
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-1
/
+1
*
Fix inspector group name capitalization
FireForge
2022-03-28
1
-1
/
+1
*
Add GDExtension support to Script
reduz
2022-03-27
1
-15
/
+15
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-0
/
+1
[prev]
[next]