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
*
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-1
/
+1
*
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-1
/
+16
*
Add code region folding to CodeEdit
Jean-Michel Bernard
2023-09-11
1
-25
/
+211
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-49
/
+47
*
Fix CodeEdit completion being very slow in certain cases
ajreckof
2023-08-10
1
-11
/
+19
*
Fix or workaround recent extension API compatibility issues
Rémi Verschelde
2023-08-03
1
-0
/
+1
*
Merge pull request #73196 from Vilcrow/fix-lookup-symbol
Yuri Sizov
2023-07-24
1
-11
/
+15
|
\
|
*
Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...
S.V.I. Vilcrow
2023-07-12
1
-11
/
+15
*
|
Hide breakpoint indicator when mouse leaves CodeEdit
MewPurPur
2023-06-21
1
-0
/
+4
*
|
Merge pull request #77722 from ApplecrispEric/drag-drop-autocomplete
Rémi Verschelde
2023-06-20
1
-0
/
+4
|
\
\
|
*
|
Changed autocomplete to cancel when the user begins a drag
Eric Brown
2023-06-19
1
-0
/
+4
*
|
|
Fix wrong alphabetical order in autocompletion sorting.
ajreckof
2023-06-16
1
-3
/
+1
*
|
|
sort code completions with rules
ajreckof
2023-05-23
1
-133
/
+95
|
/
/
*
|
Move convert_indent into CodeEdit
Paulb23
2023-05-07
1
-0
/
+112
*
|
Merge pull request #76145 from manueldun/usability-auto-indent
Rémi Verschelde
2023-04-24
1
-1
/
+1
|
\
\
|
*
|
Fix auto-indentation in typed arrays, comments, and after colon
Manuel Dun
2023-04-20
1
-1
/
+1
*
|
|
Merge pull request #74623 from MewPurPur/edit-text-with-style
Yuri Sizov
2023-04-17
1
-7
/
+6
|
\
\
\
|
*
|
|
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
|
/
[next]