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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
*
Style: Apply `clang-tidy` fixes
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-3
/
+3
|
\
|
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-3
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add TextEdit option to prevent copying without a selection
Haoyu Qiu
2024-09-14
1
-0
/
+4
*
Add Control+Shift+U (rebindabe) action for Unicode input, show hex as it is e...
bruvzg
2024-09-12
1
-0
/
+1
*
CodeEdit: improve render speed
rune-scape
2024-09-04
1
-18
/
+17
*
Implement fit content width in TextEdit
Aaron Franke
2024-08-04
1
-13
/
+17
*
Fix TextEdit placeholder fit content height
kit
2024-07-27
1
-0
/
+1
*
Fix dropping on selection in script editor
kit
2024-07-04
1
-0
/
+1
*
enable custom separators to treat different characters as words
Volkan Gezer
2024-06-24
1
-0
/
+28
*
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
1
-12
/
+34
*
Overhaul TextEdit selection.
kit
2024-04-26
1
-21
/
+33
*
Add 'Skip to next (text) occurrence' feature to text editor
Christophe Andral
2024-03-25
1
-0
/
+1
*
[TextEdit] Add support for optional wrapped line indentation.
bruvzg
2024-02-26
1
-0
/
+7
*
Apply TextEdit IME on most actions
kit
2024-01-29
1
-0
/
+6
*
Editor: fix code editor scrolling experience on track pads
Bram Buurlage
2023-09-30
1
-2
/
+2
*
Connect `CodeHighlighter` with `TextEdit` without friend-access
Yuri Sizov
2023-09-19
1
-2
/
+2
*
Bind remaining theme properties to their respective classes
Yuri Sizov
2023-09-13
1
-7
/
+8
*
Add code region folding to CodeEdit
Jean-Michel Bernard
2023-09-11
1
-0
/
+1
*
[TextServer] Fix system font fallback and caret/selection behavior for compos...
bruvzg
2023-08-15
1
-1
/
+1
*
[TextEdit] Expose all auto-wrap modes.
bruvzg
2023-06-13
1
-0
/
+7
*
Add an option to show a TextEdit caret when editable is disabled
jeffVenancius
2023-04-07
1
-0
/
+4
*
Implement theme item cache in TextEdit and CodeEdit
Yuri Sizov
2023-04-03
1
-29
/
+41
*
Remove methods in header removed in c7eb814
George L. Albany
2023-03-15
1
-3
/
+0
*
Fix `LineEdit` and `TextEdit` context menus not customizable
Danil Alexeev
2023-01-27
1
-1
/
+4
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unified shortcut to clear carets and selections
Alfred Reinold Baudisch
2022-11-02
1
-1
/
+1
*
Shortcut and Bind to Remove Secondary Carets
Alfred Reinold Baudisch
2022-10-31
1
-0
/
+1
*
Merge pull request #67888 from KoBeWi/overridead
Rémi Verschelde
2022-10-31
1
-2
/
+2
|
\
|
*
Remove override_selected_font_color property
kobewi
2022-10-26
1
-2
/
+2
*
|
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-31
1
-0
/
+4
|
\
\
|
*
|
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-18
1
-0
/
+4
|
|
/
*
/
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-21
1
-0
/
+1
|
/
*
Getters for TextEdit scrollbars
microaeris
2022-10-07
1
-0
/
+3
*
Add mutliple Caret support to TextEdit
Paulb23
2022-10-05
1
-47
/
+97
*
Move selecion into caret
Paulb23
2022-10-03
1
-24
/
+24
*
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
Micky
2022-09-06
1
-2
/
+2
*
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-23
1
-0
/
+3
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-11
/
+1
*
Allow to disable TextEdit vertical scroll
kobewi
2022-07-04
1
-0
/
+5
*
Add an option to drag'n'drop selected text in TextEdit
ConteZero
2022-06-26
1
-0
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+1
*
Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...
bruvzg
2022-05-13
1
-0
/
+4
*
Implement Label3D node.
bruvzg
2022-04-22
1
-3
/
+3
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-0
/
+1
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-5
/
+5
[next]