summaryrefslogtreecommitdiffstats
path: root/scene/gui/text_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #94848 from kitbdev/fix-placeholder-fit-contentRémi Verschelde2024-07-291-4/+8
|\
| * Fix TextEdit placeholder fit content heightkit2024-07-271-4/+8
* | Fix TextEdit scroll properties editor hint suffixkit2024-07-261-2/+2
|/
* Merge pull request #94439 from kitbdev/fix-reopen-hscrollRémi Verschelde2024-07-231-0/+5
|\
| * Fix ScriptEditor scrolling horizontally on reopenkit2024-07-161-0/+5
* | Fix potential null access in `TextEdit`A Thousand Ships2024-07-171-1/+1
|/
* Fix dropping on selection in script editorkit2024-07-041-14/+16
* add missing punctuation to the default listVolkan Gezer2024-06-271-1/+1
* Merge pull request #92514 from /addWordSeparatorsRémi Verschelde2024-06-251-0/+105
|\
| * enable custom separators to treat different characters as wordsVolkan Gezer2024-06-241-0/+105
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-3/+3
* | Don't error when undo stack is emptykit2024-06-111-1/+3
* | Merge pull request #92271 from kitbdev/fix-max-line-sizeRémi Verschelde2024-06-071-0/+3
|\ \
| * | Fix TextEdit HScroll hiding after wrappingkit2024-05-271-0/+3
* | | Merge pull request #91390 from kitbdev/add-selection-unhide-caretsRémi Verschelde2024-06-071-4/+6
|\ \ \
| * | | Unhide carets in add selection for occurrencekit2024-05-271-4/+6
| |/ /
* | | Fix IME activation in subviewports.bruvzg2024-06-041-6/+8
* | | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-3/+3
* | | Fix minimap error when moving to the topkit2024-05-301-8/+2
* | | [TextEdit] Use style margins for selection in read-only mode.bruvzg2024-05-291-2/+9
| |/ |/|
* | Remove duplicate if/else code in TextEdit::_notificationaaronp642024-05-251-17/+6
|/
* Fix TextEdit minimap tab drawing and click checkkit2024-05-081-50/+55
* Fix TextEdit crash with multiple carets disabledkit2024-05-021-3/+16
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-662/+774
* Overhaul TextEdit selection.kit2024-04-261-448/+602
* Don't use vscroll when fit to content height in TextEditkit2024-04-251-1/+1
* Use TextEdit caret color for minimap highlightChristian Kaiser2024-04-251-5/+4
* Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-201-1/+1
* Fix caret last fit when moving to line endkit2024-04-091-2/+0
* Make `TextEdit.clip_contents` more transparent to usersMarkus Sauermann2024-03-281-1/+1
* Merge pull request #89625 from kitbdev/not-the-end-of-the-lineRémi Verschelde2024-03-261-2/+2
|\
| * Fix TextEdit selection end of line drawingkit2024-03-181-2/+2
* | Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-1/+55
|/
* Fixes for undo in text editor grouping unrelated actionsSofox2024-03-051-39/+18
* Merge pull request #88546 from bruvzg/indent_wrapRémi Verschelde2024-03-051-8/+61
|\
| * [TextEdit] Add support for optional wrapped line indentation.bruvzg2024-02-261-8/+61
* | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-31/+31
|/
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-3/+3
* Add methods to add submenus without using nameskobewi2024-02-221-6/+2
* Merge pull request #87479 from kitbdev/apply-imeRémi Verschelde2024-02-131-55/+81
|\
| * Apply TextEdit IME on most actionskit2024-01-291-55/+81
* | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* | Fix freeze in TextEdit with scroll_past_end_of_file and fit_content_heightkit2024-02-021-1/+1
|/
* Update deferred calls to use Callableskobewi2024-01-091-21/+10
* Merge pull request #72341 from aXu-AP/text_edit_carriage_return_selectionRémi Verschelde2024-01-041-14/+15
|\
| * Show selected end of line in TextEditaXu-AP2023-10-301-14/+15
* | Fix so undoing complex operations in TextEdit will restore selections.Sofox2023-12-201-2/+10
* | Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
* | Highlight error lines in minimapMika Viskari2023-12-071-1/+8
|/
* Translate TextEdit placeholderHaoyu Qiu2023-10-251-3/+5