summaryrefslogtreecommitdiff
path: root/scene/gui/code_edit.cpp
AgeCommit message (Expand)Author
2023-01-23Fix autocomplete filter not including substringspoohcom1
2023-01-18Allow unindent without selectionkobewi
2023-01-14Fixed adding extra quote when completing stringsPaulb23
2023-01-11Fix crash in CodeEdit when caret column exceeds line length.Eric M
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-06fix typo 'comleption' -> 'completion'Michael Bickel
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-19Fix autocomplete with autobrace completion not adding closing pairPaulb23
2022-12-17Fix autocomplete box placementHayden Leete
2022-12-03Merge pull request #62675 from Jummit/tolerant_lookupRémi Verschelde
2022-11-17Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg
2022-11-05Pass caret index when deleting selection with backspaceAlfred Reinold Baudisch
2022-11-02Merge pull request #67994 from YeldhamDev/how_suggestiveRémi Verschelde
2022-10-28Stop centering clicked suggestions in the autocomplete popupMichael Alexsander
2022-10-16Fix crash in code completion when using an invalid / null fontPaulb23
2022-10-10Improved breakpoints hover indicatorVolTer
2022-10-09Allow drag-clicking before symbol lookupJummit
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-05Add multi caret support to CodeEditPaulb23
2022-10-05Add mutliple Caret support to TextEditPaulb23
2022-09-26Merge pull request #65540 from MewPurPur/easier-bookmarksRémi Verschelde
2022-09-08Shift+LMB to Toggle BookmarksVolTer
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-22Replace Array return types with TypedArraykobewi
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-03Add the ability to drag the code completion scrollbar using the mouse clickMinusKube
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-13Add ALT NUM+ {hex code} character input support for LineEdit, TextEdit and Co...bruvzg
2022-05-12Add a new HashMap implementationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-28fix lines ending in comments causing auto indentNathan Franke
2022-04-23Rename theme properties to include underscoresFireForge
2022-03-28Fix inspector group name capitalizationFireForge
2022-03-27Add GDExtension support to Scriptreduz
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-12Add sub-pixel glyph positioning support.bruvzg
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-04String: Add contains().Anilforextra
2022-01-30With auto_brace_complete enabled, selected text now gets wrapped by bracesIgor Kordiukiewicz
2022-01-27Merge pull request #57281 from Rubonnek/rename-subsequenceRémi Verschelde
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-23Fix selection being deleted and indentation not being accounted forPreslavb
2022-01-22Rename request_code_completion signalkobewi
2022-01-19Convert TextEdit callbacks to CallablePaulb23
2022-01-14Fix CodeEdit guidelines position.bruvzg