index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
gui
/
text_edit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Translate TextEdit placeholder
Haoyu Qiu
2023-10-25
1
-3
/
+5
*
Merge pull request #83286 from bronsonholden/fix-text-edit-hscroll-jitter
Rémi Verschelde
2023-10-17
1
-1
/
+1
|
\
|
*
Remove vertical scrollbar padding from line width calc
Bronson Holden
2023-10-13
1
-1
/
+1
*
|
Merge pull request #73502 from Kurble/text-edit-scrolling-precision
Rémi Verschelde
2023-10-16
1
-18
/
+13
|
\
\
|
|
/
|
/
|
|
*
Put cheaper condition first
Bram Buurlage
2023-10-12
1
-2
/
+2
|
*
Use Math::round() instead of round() for rounding the scroll position
Bram Buurlage
2023-09-30
1
-1
/
+1
|
*
Editor: fix code editor scrolling experience on track pads
Bram Buurlage
2023-09-30
1
-18
/
+13
*
|
Do not apply extra spacing twice.
bruvzg
2023-10-09
1
-3
/
+0
*
|
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-6
/
+1
*
|
Merge pull request #82694 from BrianMacIntosh/master
Rémi Verschelde
2023-10-05
1
-4
/
+10
|
\
\
|
*
|
"Whole Words" search can detect word boundaries inside the search term.
Brian MacIntosh
2023-10-02
1
-4
/
+10
|
|
/
*
|
Merge pull request #82776 from MewPurPur/more-text-edit-organization
Rémi Verschelde
2023-10-04
1
-8
/
+10
|
\
\
|
|
/
|
/
|
|
*
Organize TextEdit's inspector
MewPurPur
2023-10-04
1
-8
/
+10
*
|
Merge pull request #81921 from YuriSizov/gui-less-friendliness
Rémi Verschelde
2023-09-20
1
-0
/
+4
|
\
\
|
*
|
Connect `CodeHighlighter` with `TextEdit` without friend-access
Yuri Sizov
2023-09-19
1
-0
/
+4
|
|
/
*
/
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-4
/
+4
|
/
*
Merge pull request #81354 from MJacred/textedit_pixel_pos_fix
Rémi Verschelde
2023-09-18
1
-1
/
+7
|
\
|
*
Fix TextEdit.get_rect_at_line_column returning negative pos even though curso...
MJacred
2023-09-11
1
-1
/
+7
*
|
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-13
/
+6
*
|
Add code region folding to CodeEdit
Jean-Michel Bernard
2023-09-11
1
-0
/
+2
*
|
Merge pull request #81312 from YuriSizov/theme-static-binds
Rémi Verschelde
2023-09-11
1
-43
/
+45
|
\
\
|
*
|
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-43
/
+45
*
|
|
Merge pull request #80956 from MarcusElg/deselectmulticaret
Rémi Verschelde
2023-09-11
1
-2
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Deselect multi caret when alt clicking on it
Marcus Elg
2023-09-03
1
-2
/
+18
|
|
/
*
/
Fix TextEdit placeholder with Inherited text direction.
bruvzg
2023-09-07
1
-1
/
+5
|
/
*
Fixes a text find perf issue, if can't find any
jsjtxietian
2023-08-20
1
-0
/
+5
*
[TextServer] Fix system font fallback and caret/selection behavior for compos...
bruvzg
2023-08-15
1
-4
/
+11
*
[TextEdit] Expose all auto-wrap modes.
bruvzg
2023-06-13
1
-32
/
+72
*
Fix crash when selecting lines in text edit
RedworkDE
2023-05-30
1
-1
/
+3
*
Merge pull request #76605 from Rindbee/fix_get_visible_line_count
Rémi Verschelde
2023-05-16
1
-1
/
+4
|
\
|
*
Fix calculation bug with `TextEdit::get_line_height()`
Rindbee
2023-05-15
1
-1
/
+4
*
|
Fix right click in selection of additional caret
Jean-Michel Bernard
2023-05-08
1
-13
/
+18
|
/
*
Merge pull request #74623 from MewPurPur/edit-text-with-style
Yuri Sizov
2023-04-17
1
-82
/
+63
|
\
|
*
Code style improvements to text_edit and related
VolTer
2023-04-08
1
-82
/
+63
*
|
[TextServer] Use dedicated flag for object replacement characters.
bruvzg
2023-04-12
1
-1
/
+1
*
|
Add an option to show a TextEdit caret when editable is disabled
jeffVenancius
2023-04-07
1
-1
/
+17
|
/
*
Implement theme item cache in TextEdit and CodeEdit
Yuri Sizov
2023-04-03
1
-134
/
+144
*
Merge pull request #75597 from bruvzg/tx_block
Rémi Verschelde
2023-04-03
1
-1
/
+1
|
\
|
*
[TextEdit] Fix block caret size at the end of the line.
bruvzg
2023-04-02
1
-1
/
+1
*
|
Merge pull request #73074 from M4rYu5/capslock-editor-completion-fix
Rémi Verschelde
2023-04-03
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Now, in editor, CapsLock behave like a modifier key: does nothing when presse...
M4rYu5
2023-02-13
1
-2
/
+2
*
|
Fix get_drag_data not overridable in some Controls
kobewi
2023-03-20
1
-0
/
+5
*
|
[TextEdit] Do not draw virtual spaces (word break / justification points).
bruvzg
2023-03-06
1
-1
/
+1
*
|
Fix IME position in the single window mode sub-windows.
bruvzg
2023-03-06
1
-2
/
+10
*
|
[TextEdit / IME] Check selection before deleting to avoid unnecessary error m...
bruvzg
2023-02-27
1
-1
/
+1
*
|
Fix ctrl+backspace crash with multicarets on the same line
Paulb23
2023-02-19
1
-0
/
+1
*
|
Fix error spam when hovering minimap in the script editor
James Mintram
2023-02-16
1
-1
/
+3
|
/
*
Fix `LineEdit` and `TextEdit` context menus not customizable
Danil Alexeev
2023-01-27
1
-83
/
+113
*
[Windows] Fix committing IME text without IME deactivation.
bruvzg
2023-01-26
1
-0
/
+13
*
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Aaron Franke
2023-01-24
1
-1
/
+1
[next]