summaryrefslogtreecommitdiffstats
path: root/scene/gui/code_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-3/+3
|\
| * Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* CodeEdit: improve render speedrune-scape2024-09-041-0/+3
* Draw a checkerboard behind translucent colors in CodeEdit autocompletion prev...Hugo Locurcio2024-08-091-0/+1
* [macOS] Fix code completion list scrolling with trackpad.bruvzg2024-07-151-0/+1
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-0/+6
* Overhaul TextEdit selection.kit2024-04-261-0/+2
* Fix some DEFVALs to use the right typeRaul Santos2024-02-231-1/+2
* Merge pull request #81633 from matorin57/code-completion-popupRémi Verschelde2023-10-031-0/+1
|\
| * Avoid resetting the code completion popup excessivelyDESKTOP-UT43QTQ\Garrigan-Desktop2023-09-201-0/+1
* | Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+3
* | Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-0/+6
|/
* Add code region folding to CodeEditJean-Michel Bernard2023-09-111-0/+16
* Register theme properties with ThemeDBYuri Sizov2023-09-111-2/+0
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Fix or workaround recent extension API compatibility issuesRémi Verschelde2023-08-031-0/+5
* Merge pull request #73196 from Vilcrow/fix-lookup-symbolYuri Sizov2023-07-241-1/+2
|\
| * Fixed the jumping to function definition using 'Ctrl+LMB' and the 'Lookup Sym...S.V.I. Vilcrow2023-07-121-1/+2
* | sort code completions with rulesajreckof2023-05-231-3/+17
* | Move convert_indent into CodeEditPaulb232023-05-071-0/+2
* | Implement theme item cache in TextEdit and CodeEditYuri Sizov2023-04-031-25/+45
* | Merge pull request #74665 from YuriSizov/code-edit-is-a-complete-dragYuri Sizov2023-03-201-0/+1
|\ \
| * | Prevent passing events from CodeEdit to TextEdit when code completion is activeYuri Sizov2023-03-091-0/+1
| |/
* / Fixes  gutter set width results in receiving only half of the desired sizeNong Van Tinh2023-03-201-1/+1
|/
* Allow unindent without selectionkobewi2023-01-181-1/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #62675 from Jummit/tolerant_lookupRémi Verschelde2022-12-031-0/+1
|\
| * Allow drag-clicking before symbol lookupJummit2022-10-091-0/+1
* | Stop centering clicked suggestions in the autocomplete popupMichael Alexsander2022-10-281-0/+1
|/
* Add mutliple Caret support to TextEditPaulb232022-10-051-2/+2
* Replace Array return types with TypedArraykobewi2022-08-221-4/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Add the ability to drag the code completion scrollbar using the mouse clickMinusKube2022-07-031-0/+5
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Add GDExtension support to Scriptreduz2022-03-271-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix breakpointed_lines out of sync when removing lines abovePaulb232021-10-061-0/+1
* Change completion prefixes to single char and unnecessary ui_cancel accept_eventPaulb232021-09-201-1/+1
* Add CodeEdit breakpoint unit testsPaulb232021-09-011-1/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-3/+7
* Fix breakpoint toggle signal not firing when expectedPaulb232021-08-121-2/+8
* Cleanup and bind remaing methods in TextEditPaulb232021-08-121-0/+8
* Make TextEdit cut, copy and paste overridablePaulb232021-08-121-3/+6
* Clean up and complete CodeEdit inspector and docsPaulb232021-08-011-1/+1
* Move symbol lookup into CodeEditPaulb232021-08-011-0/+14