Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixed block indent inconsistency, issue #3803
|
|
|
|
Ability to change the caret color
|
|
Member variable syntax highlighting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added configurable tab size in the text editor.
|
|
|
|
fixes inconsistent file saving validation.
|
|
|
|
Enabled scrolling past end of file in text editor.
|
|
|
|
|
|
Added settings: text_editor/put_callhint_tooltip_below_current_line
and text_editor/callhint_tooltip_offset
|
|
|
|
|
|
|
|
Fix TextEdit caret being drawn when outside the visible region
|
|
|
|
|
|
|
|
|
|
All classes were reviewed apart from VisualServer for which no argument name is documented at all.
While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
|
|
|
|
|
|
Some TextEdit selection improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allows using shift and pointer selection together, and selecting text while scrolling.
tried to make it as similar as possible to most editors.
|