summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
AgeCommit message (Expand)Author
2023-05-12Fix right click in selection of additional caretJean-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-27Fix get_drag_data not overridable in some Controlskobewi
2023-03-27Fix 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-19Fix ctrl+backspace crash with multicarets on the same linePaulb23
2023-02-16Fix error spam when hovering minimap in the script editorJames Mintram
2023-01-27Fix `LineEdit` and `TextEdit` context menus not customizableDanil Alexeev
2023-01-26[Windows] Fix committing IME text without IME deactivation.bruvzg
2023-01-24PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke
2023-01-23Cleanup and unify keyboard input.bruvzg
2023-01-18Implement BiDi override mode for GDScript source.bruvzg
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-06Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-13[TextEdit] Fix IME intermediate text not displayed when TextEdit is empty and...bruvzg
2022-12-11Add PropertyInfo overload for GLOBAL_DEFkobewi
2022-12-06Fix highlight overlaps in TextEditDanil Alexeev
2022-12-03Script editor: Fix edge case when double-click incorrectly updates caret posi...Eduard Zalyaev
2022-11-23Fix error while selecting last empty lineAdam Scott
2022-11-06Mouse click deselect removes secondary carets and puts primary caret under mo...Alfred Reinold Baudisch
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-11-02Unified shortcut to clear carets and selectionsAlfred Reinold Baudisch
2022-10-31Shortcut and Bind to Remove Secondary CaretsAlfred Reinold Baudisch
2022-10-31Merge pull request #67888 from KoBeWi/overrideadRémi Verschelde
2022-10-31Merge pull request #67496 from Paulb23/text-edit-crashesRémi Verschelde
2022-10-31Merge pull request #67139 from PucklaMotzer09/insert_caret_at_caretsRémi Verschelde
2022-10-27Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrenceClay John
2022-10-26Remove override_selected_font_color propertykobewi
2022-10-21Add Selection and Caret for Next Occurrence of SelectionAlfred Reinold Baudisch
2022-10-18Code simplificationsMarkus Sauermann
2022-10-18Add Caret Insert Below and Above shortcuts to TextEditPucklaMotzer09
2022-10-16Fix undo redo not adjusting TextEdit viewport to caretPaulb23
2022-10-16Forcibly end current TextEdit action on undo redoPaulb23
2022-10-11Fix select word under caret using caret col instead of linePaulb23
2022-10-10Merge pull request #67145 from Paulb23/tab_texteditRémi Verschelde
2022-10-10Merge pull request #65805 from MewPurPur/improve-breakpoint-hoveringRémi Verschelde
2022-10-10Improved breakpoints hover indicatorVolTer
2022-10-10Don't allow removing TextEdit's main caretHaoyu Qiu
2022-10-09Handle tab in TextEditPaulb23
2022-10-07Getters for TextEdit scrollbarsmicroaeris
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-07Add split caret direction markers. Fix block/overtype caret size.bruvzg
2022-10-05Add mutliple Caret support to TextEditPaulb23
2022-10-03Move selecion into caretPaulb23
2022-09-23[TextEdit] Use error/selection font color for the current glyph only, instead...bruvzg
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-06Rename every instance of `caret_blink_speed` to `caret_blink_interval`Micky