Age | Commit message (Collapse) | Author |
|
Fix caret position and viewport centering after deleting line (Ctrl-X)
|
|
|
|
|
|
|
|
`core` and `scene` shouldn't depend on `editor`, so they can't query this style
setting in `get_argument_options`. But we can handle it after the fact in
GDScript's completion code.
Also cleans up a couple extra unused invalid includes in `core`.
|
|
|
|
|
|
|
|
|
|
interface.
|
|
|
|
|
|
|
|
|
|
|
|
Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Updated Tabs to not update excessively
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix incorrect offsets of tooltip content in `CodeEdit`
|
|
|
|
|
|
|
|
|
|
|
|
jmb462/missing-sname-macro-optimization-in-some-functions
|
|
Bleh
|
|
rather than 'text_entered'
|
|
connected grapheme. Pass more glyph info to the custom RTL FX.
|
|
menu alignment.
|
|
Removed unused Ref<Font> font variables
|
|
|
|
|
|
methods.
|
|
|
|
Also renames:
- append_bbcode -> append_text
- get_bbcode -> get_text
- set_bbcode -> set_text
- get_text -> get_parsed_text
Property text is:
set_text
get_text
|