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.
|
|
|
|
but at least make sure it throws and error and does not crash
|
|
|
|
|
|
|
|
Current line highlighting draws behind line numbers and breakpont gutter
|
|
- Search no longer selects the results
- Return focus to the text editor when hiding the bar
- Fix connecting to invalid signal
- Update/redraw the text editor after searching
|
|
|
|
Fix crash when redoing backspace to clear selection
|
|
Added breakpoint markers, issue 4750
|
|
ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar
|
|
-DynamicFont uses Freetype by default
-Editor fonts are now scalable thanks to this
-Cleaned up documentation browser and added fonts for this
|
|
|
|
|
|
|
|
|
|
|
|
Fixed hex notation highlighting
|
|
|
|
|
|
|
|
|
|
|
|
Fixed autocomplete truncate, issue 4554
|
|
|
|
|
|
|
|
|
|
|
|
Fixed block indent inconsistency, issue #3803
|
|
|
|
Ability to change the caret color
|
|
Member variable syntax highlighting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|