summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Pass caret index when deleting selection with backspaceAlfred Reinold Baudisch2022-11-051-2/+2
* | Merge pull request #67994 from YeldhamDev/how_suggestiveRémi Verschelde2022-11-021-1/+18
|\ \
| * | Stop centering clicked suggestions in the autocomplete popupMichael Alexsander2022-10-281-1/+18
* | | Fix crash in code completion when using an invalid / null fontPaulb232022-10-161-4/+12
|/ /
* / Improved breakpoints hover indicatorVolTer2022-10-101-14/+18
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-8/+8
* Add multi caret support to CodeEditPaulb232022-10-051-349/+396
* Add mutliple Caret support to TextEditPaulb232022-10-051-2/+2
* Merge pull request #65540 from MewPurPur/easier-bookmarksRémi Verschelde2022-09-261-11/+24
|\
| * Shift+LMB to Toggle BookmarksVolTer2022-09-081-11/+24
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-3/+3
|/
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-28/+28
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+2
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+1
* Replace Array return types with TypedArraykobewi2022-08-221-7/+7
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-14/+14
* Add the ability to drag the code completion scrollbar using the mouse clickMinusKube2022-07-031-1/+50
* Use range iterators for RBSet in most casesAaron Record2022-05-191-4/+4
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...bruvzg2022-05-131-0/+5
* Add a new HashMap implementationreduz2022-05-121-1/+3
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* fix lines ending in comments causing auto indentNathan Franke2022-04-281-1/+2
* Rename theme properties to include underscoresFireForge2022-04-231-1/+1
* Fix inspector group name capitalizationFireForge2022-03-281-1/+1
* Add GDExtension support to Scriptreduz2022-03-271-15/+15
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-0/+1
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-1/+1
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-17/+9
* String: Add contains().Anilforextra2022-02-041-1/+1
* With auto_brace_complete enabled, selected text now gets wrapped by bracesIgor Kordiukiewicz2022-01-301-15/+28
* Merge pull request #57281 from Rubonnek/rename-subsequenceRémi Verschelde2022-01-271-1/+1
|\
| * Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* | Fix selection being deleted and indentation not being accounted forPreslavb2022-01-231-1/+5
|/
* Rename request_code_completion signalkobewi2022-01-221-4/+4
* Convert TextEdit callbacks to CallablePaulb232022-01-191-9/+3
* Fix CodeEdit guidelines position.bruvzg2022-01-141-1/+1
* Merge pull request #55851 from Chaosus/better-completion-options-list_rebasedRémi Verschelde2022-01-061-13/+90
|\
| * Fix highlight for completion options match (rebased)Yuri Roubinsky2021-12-121-13/+90
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Fix various typosluz paz2022-01-021-1/+1
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-5/+5
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* Merge pull request #55227 from ator-dev/fix-code-foldingRémi Verschelde2021-11-251-22/+5
|\
| * Fix code folding when end of block is unindented delimiterator-dev2021-11-241-22/+5
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-3/+3
|/
* Fix TextEdit mouse interactions when the last line is hiddenPaulb232021-11-171-7/+13
* Use "enum class" for input enumsAaron Franke2021-11-121-9/+9
* Ignore empty Font resources as theme override.bruvzg2021-10-251-1/+1