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-05-12
Fix right click in selection of additional caret
Jean-Michel Bernard
2023-04-24
[TextServer] Use dedicated flag for object replacement characters.
bruvzg
2023-04-03
[TextEdit] Fix block caret size at the end of the line.
bruvzg
2023-03-27
Fix get_drag_data not overridable in some Controls
kobewi
2023-03-27
Fix IME position in the single window mode sub-windows.
bruvzg
2023-03-13
[TextEdit] Do not draw virtual spaces (word break / justification points).
bruvzg
2023-02-27
[TextEdit / IME] Check selection before deleting to avoid unnecessary error m...
bruvzg
2023-02-19
Fix ctrl+backspace crash with multicarets on the same line
Paulb23
2023-02-16
Fix error spam when hovering minimap in the script editor
James Mintram
2023-01-27
Fix `LineEdit` and `TextEdit` context menus not customizable
Danil Alexeev
2023-01-26
[Windows] Fix committing IME text without IME deactivation.
bruvzg
2023-01-24
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Aaron Franke
2023-01-23
Cleanup and unify keyboard input.
bruvzg
2023-01-18
Implement BiDi override mode for GDScript source.
bruvzg
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
[next]