summaryrefslogtreecommitdiffstats
path: root/tests/scene/test_code_edit.h
Commit message (Expand)AuthorAgeFilesLines
* 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