summaryrefslogtreecommitdiff
path: root/editor/editor_quick_open.h
AgeCommit message (Collapse)Author
2022-09-21QuickOpen: Disable loading resources for now, too slowRémi Verschelde
As expected while reviewing #62417 this is indeed not practical without a better system to retrieve this information. Fixes #66179.
2022-09-17Enable QuickOpen to see scripted resources.willnationsdev
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
Adds `header_guards.sh` bash script, used in CI to validate future changes. Can be run locally to fix invalid header guards.