summaryrefslogtreecommitdiffstats
path: root/tests/scene/test_code_edit.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-141-0/+25
* Merge pull request #89554 from smnast/backspace-unfoldRémi Verschelde2024-08-191-0/+20
|\
| * Fix backspace always unfolding previous lineMrPersonDev2024-05-271-0/+20
* | CodeEdit Fix move lines up/down viewport and selection issueskit2024-06-251-1/+119
* | Unhide carets in add selection for occurrencekit2024-05-271-0/+39
|/
* Overhaul multiple caret editing in TextEdit.kit2024-04-261-324/+1692
* Fix a special case for button masksMarkus Sauermann2024-03-281-0/+1
* Fix region section not ignoring #region and #endregion when in a stringRafael Chuva2024-03-111-0/+22
* Fix updating delimiter cache of `CodeEdit` when typing on the first lineHolonProduction2023-12-181-0/+26
* Code Editor: Fix regression with using doc comments for code regionsDanil Alexeev2023-10-131-3/+3
* Fix code completion override of home and end keysAdam Scott2023-10-061-4/+34
* Merge pull request #81633 from matorin57/code-completion-popupRémi Verschelde2023-10-031-0/+61
|\
| * Avoid resetting the code completion popup excessivelyDESKTOP-UT43QTQ\Garrigan-Desktop2023-09-201-0/+61
* | Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+78
|/
* Add code region folding to CodeEditJean-Michel Bernard2023-09-111-0/+188
* Change precedence in rules to make location after proper casing.ajreckof2023-09-051-19/+19
* Fix various typos with codespellRémi Verschelde2023-06-161-3/+3
* sort code completions with rulesajreckof2023-05-231-2/+94
* Fix various errors when running the unit testsRedworkDE2023-05-091-2/+2
* Move convert_indent into CodeEditPaulb232023-05-071-0/+137
* Fix auto-indentation in typed arrays, comments, and after colonManuel Dun2023-04-201-0/+11
* Remove `m_object` parameter from unit test MacrosMarkus Sauermann2023-02-091-118/+118
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Allow unindent without selectionkobewi2023-01-181-31/+17
* Fixed adding extra quote when completing stringsPaulb232023-01-141-1/+1
* Fix typos with codespellRémi Verschelde2023-01-091-2/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-081-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix autocomplete with autobrace completion not adding closing pairPaulb232022-12-191-0/+83
* Fix autocomplete box placementHayden Leete2022-12-171-1/+2
* Fix TextEdit::gutters_width (total gutter width) when adding & removing a gut...Tim Fronsee2022-08-311-1/+1
* Replace Array return types with TypedArraykobewi2022-08-221-3/+3
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
* 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-0/+32
* Use Input::push_input for tests plus extra mouse testingPaulb232022-04-221-5/+14
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-281/+285
* With auto_brace_complete enabled, selected text now gets wrapped by bracesIgor Kordiukiewicz2022-01-301-0/+46
* Fix selection being deleted and indentation not being accounted forPreslavb2022-01-231-0/+49
* Rename request_code_completion signalkobewi2022-01-221-8/+8
* Improve the default project themeHugo Locurcio2022-01-191-1/+1
* Fix various typosluz paz2022-01-131-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix various typosluz paz2022-01-021-7/+7
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Fix code folding when end of block is unindented delimiterator-dev2021-11-241-4/+72
* Use "enum class" for input enumsAaron Franke2021-11-121-18/+18
* Move and organize tests into subfoldersAaron Franke2021-11-071-0/+3185