index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
text_edit.cpp
Age
Commit message (
Expand
)
Author
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-06
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-13
[TextEdit] Fix IME intermediate text not displayed when TextEdit is empty and...
bruvzg
2022-12-11
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-06
Fix highlight overlaps in TextEdit
Danil Alexeev
2022-12-03
Script editor: Fix edge case when double-click incorrectly updates caret posi...
Eduard Zalyaev
2022-11-23
Fix error while selecting last empty line
Adam Scott
2022-11-06
Mouse click deselect removes secondary carets and puts primary caret under mo...
Alfred Reinold Baudisch
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
Unified shortcut to clear carets and selections
Alfred Reinold Baudisch
2022-10-31
Shortcut and Bind to Remove Secondary Carets
Alfred Reinold Baudisch
2022-10-31
Merge pull request #67888 from KoBeWi/overridead
Rémi Verschelde
2022-10-31
Merge pull request #67496 from Paulb23/text-edit-crashes
Rémi Verschelde
2022-10-31
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-27
Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrence
Clay John
2022-10-26
Remove override_selected_font_color property
kobewi
2022-10-21
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-18
Code simplifications
Markus Sauermann
2022-10-18
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-16
Fix undo redo not adjusting TextEdit viewport to caret
Paulb23
2022-10-16
Forcibly end current TextEdit action on undo redo
Paulb23
2022-10-11
Fix select word under caret using caret col instead of line
Paulb23
2022-10-10
Merge pull request #67145 from Paulb23/tab_textedit
Rémi Verschelde
2022-10-10
Merge pull request #65805 from MewPurPur/improve-breakpoint-hovering
Rémi Verschelde
2022-10-10
Improved breakpoints hover indicator
VolTer
2022-10-10
Don't allow removing TextEdit's main caret
Haoyu Qiu
2022-10-09
Handle tab in TextEdit
Paulb23
2022-10-07
Getters for TextEdit scrollbars
microaeris
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
Add split caret direction markers. Fix block/overtype caret size.
bruvzg
2022-10-05
Add mutliple Caret support to TextEdit
Paulb23
2022-10-03
Move selecion into caret
Paulb23
2022-09-23
[TextEdit] Use error/selection font color for the current glyph only, instead...
bruvzg
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-06
Rename every instance of `caret_blink_speed` to `caret_blink_interval`
Micky
2022-09-02
Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-width
Rémi Verschelde
2022-08-31
Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...
Tim Fronsee
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-23
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-08
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
Yuri Sizov
2022-08-04
Add support for multiple virtual keyboard types
Brian Semrau
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-26
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-10
Fix too thin underline in brace match
kobewi
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-04
Allow to disable TextEdit vertical scroll
kobewi
2022-06-26
Add an option to drag'n'drop selected text in TextEdit
ConteZero
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-06-02
Remove redundant min call when setting line
iwek
[next]