summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Code style improvements to text_edit and relatedVolTer2023-04-081-7/+6
* | | | [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-111-5/+2
|/ / /
* / / Fix CI build errorJuan Linietsky2023-04-081-1/+1
|/ /
* | Implement theme item cache in TextEdit and CodeEditYuri Sizov2023-04-031-108/+118
* | Merge pull request #73074 from M4rYu5/capslock-editor-completion-fixRémi Verschelde2023-04-031-3/+3
|\ \
| * | Now, in editor, CapsLock behave like a modifier key: does nothing when presse...M4rYu52023-02-131-3/+3
| |/
* | Prevent passing events from CodeEdit to TextEdit when code completion is activeYuri Sizov2023-03-091-2/+27
* | Don't autocomplete numbers in GDScriptArman Elgudzhyan2023-03-061-0/+6
* | Fix Indent/Unindent without a selection not causing a redrawVolTer2023-02-191-0/+2
* | Fix autocomplete persisting at the beginning of a lineVolTer2023-02-151-1/+1
|/
* Fix autocomplete filter not including substringspoohcom12023-01-231-0/+2
* Allow unindent without selectionkobewi2023-01-181-46/+1
* Fixed adding extra quote when completing stringsPaulb232023-01-141-3/+5
* Fix crash in CodeEdit when caret column exceeds line length.Eric M2023-01-111-0/+1
* Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
* fix typo 'comleption' -> 'completion'Michael Bickel2023-01-061-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix autocomplete with autobrace completion not adding closing pairPaulb232022-12-191-9/+11
* Fix autocomplete box placementHayden Leete2022-12-171-1/+3
* Merge pull request #62675 from Jummit/tolerant_lookupRémi Verschelde2022-12-031-2/+3
|\
| * Allow drag-clicking before symbol lookupJummit2022-10-091-2/+3
* | Add `Control::localize_numeral_system` property to toggle automatic numeral s...bruvzg2022-11-171-1/+4
* | 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