PouleyKetchoupp
|
100fc26f39
TextEdit respects content margin from StyleBox
|
4 years ago |
reduz
|
1aa2823fa3
Removed _change_notify
|
4 years ago |
Rafał Mikrut
|
7961a1dea3
Initialize class variables with default values in scene/ [2/2]
|
4 years ago |
Oliver Dick
|
8d598693fc
TextEdit: When left mouse is pressed to place the cursor, do not immediately adjust the viewport when cursor_set_line is called, but afterwards on cursor_set_column (effectively when the cursor reached its final position)
|
4 years ago |
Rémi Verschelde
|
264504d76d
Merge pull request #45110 from fmazan/completion-panel-positioning
|
4 years ago |
Marcel Admiraal
|
8eb39f4e8b
Change themes *_color_* to *_*_color
|
4 years ago |
Paulb23
|
7666c1caf3
Fix TextEdit drawing Caret and icons out of bounds
|
4 years ago |
Filip
|
de9e1e4540
Fixed completion and hint panel positioning in TextExit
|
4 years ago |
David Kennedy
|
715cf48f81
Makes script editor not draw non existent spaces.
|
4 years ago |
Rémi Verschelde
|
8b7f582f22
Revert "solved ctrl + alt + special character Issue #6851"
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Rémi Verschelde
|
c4c211c3b7
Merge pull request #44605 from madmiraal/rename-control-margin
|
4 years ago |
Marcel Admiraal
|
4b8b803931
Rename Control margin to offset
|
4 years ago |
bruvzg
|
1adea98d07
Use integer text position in scroll container, TextEdit and canvas editor, to ensure sharp text rendering.
|
4 years ago |
Sergey Minakov
|
efeb9e4d08
GUI: use cursor in TextEdit for non selected text.
|
4 years ago |
Yuri Roubinsky
|
2d4ef1c193
Fixed mouse scrolling in TextEdit's
|
4 years ago |
bruvzg
|
644f739660
Static analyzer fixes:
|
4 years ago |
bruvzg
|
0ef483e9a9
[Complex Text Layouts] Performance optimizations.
|
4 years ago |
bruvzg
|
a458e90179
[Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, TextEdit, TextLine and TextParagraph.
|
4 years ago |
bruvzg
|
3be31c4960
[Complex Text Layouts] Refactor TextEdit and CodeEdit controls.
|
5 years ago |
bruvzg
|
99666de00f
[Complex Text Layouts] Refactor Font class, default themes and controls to use Text Server interface.
|
5 years ago |
Sergey Minakov
|
8894c64e54
GUI: send cursor data from TextEdit
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Yuri Roubinsky
|
c3df61a602
Removed redundant line from TextEdit
|
4 years ago |
Devin Curry
|
b9c35af15d
ScriptEditor: Fix line number gutter drag select
|
4 years ago |
Yuri Roubinsky
|
4c65dc975c
Shows ColorRect in Color constants autocompletion
|
4 years ago |
Dominik 'dreamsComeTrue' Jasiński
|
99c8a07919
TextEdit - fix valid bounds in 'set_line'. Fixes #41967
|
4 years ago |
Paulb23
|
33ab9cd621
Move safe line color into editor
|
5 years ago |
Paulb23
|
d18a90b8f0
Move ConnectionGutter to editor code_editor
|
5 years ago |