summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/completion
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #92688 from HolonProduction/autocompletion-batch-2Rémi Verschelde2024-06-2128-0/+301
|\ | | | | | | Add more autocompletion tests
| * Add more autocompletion testsHolonProduction2024-06-0228-0/+301
| |
* | Autocompletion: Add support for string name option in more placesHolonProduction2024-06-128-0/+62
|/
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-0816-16/+16
| | | | Found by apply the file_format checks again via #91597.
* Merge pull request #89884 from HolonProduction/tests-batch-2Rémi Verschelde2024-04-2337-0/+52
|\ | | | | | | Completion Tests: Add script to owner
| * Completion Tests: Add script to ownerHolonProduction2024-03-2537-0/+52
| |
* | Merge pull request #89382 from dcaoc03/masterRémi Verschelde2024-04-094-0/+22
|\ \ | |/ |/| | | Fix enum autocompletion for core classes
| * Fixed enum autocompletion for core classes (Issue #88858)Diogo Costa2024-03-154-0/+22
| | | | | | | | Minor fix consisted in the use of [[fallthrough]] macro
* | CleanupHolonProduction2024-03-015-5/+0
| |
* | Debugging additionsHolonProduction2024-03-012-3/+4
| |
* | Add test for `get_node` autocompletionHolonProduction2024-03-0171-5/+668
|/
* Allow specifying a scene in completion testsHolonProduction2024-01-081-1/+1
|
* Add unit test runner for autocompletionHolonProduction2024-01-052-0/+10