summaryrefslogtreecommitdiffstats
path: root/editor/editor_quick_open.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Quick Open window to use EDSCALE and save the size between popupsYuri Rubinsky2022-11-231-1/+9
|
* Change EditorQuickOpen base_type to Stringkobewi2022-11-151-4/+4
|
* Enable QuickOpen to see scripted resources.willnationsdev2022-09-171-4/+17
|
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+268
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.