Age | Commit message (Collapse) | Author |
|
|
|
|
|
Code completion box colors
|
|
|
|
|
|
|
|
|
|
Improve code completion search
|
|
|
|
- List completion by subsequence match.
- Case insensitive.
- Sort completion list by similarity.
|
|
It was going to where the text started, now it goes to where the text
ends.
|
|
LineEdit cursor fixes and improvements
|
|
TextEdit: Change font size with Ctrl+Mouse Wheel Up/Down
|
|
Fixed error: set_current_tab print on project open
|
|
|
|
|
|
Part of #5272
|
|
|
|
permissions), closes #1938
|
|
|
|
Also removes a couple wrong Godot headers from third-party source files.
|
|
- prevent audio resampler errors when number of channels is 0,
- don't check for 'audio_done' when there is no audio data.
(cherry picked from commit 763b29f34e8c99c2f9559dcc31b59f99d0d6dee3)
|
|
|
|
fixes #4677
|
|
overrides get properly updated.
closes #4622 , probably closes many other issues too
|
|
|
|
Can be turned on/off in editor settings + line color change available as
well
|
|
but at least make sure it throws and error and does not crash
|
|
|
|
|
|
|
|
|
|
Fixed overloaded virtual functions with const vs none warning
|
|
|
|
size. Fixes many issues, closes #4907
|
|
|
|
|
|
character, closes #4992
|
|
|
|
|
|
#5150
|
|
#5114
|
|
BaseButton: Add identifier for shortcut in tooltip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Improved breakpoint marker position, and scales with font size
|