[bug] Hydra tabs
-
How do I use the prefix, just add f in the search box?
Yes. If the search term has a
f
prefix, it will limit the displayed results to files only. This also works with symbolss
, functions (fn
) and variables (v
). -
@Christoph-Hart What am I doing wrong here?
The F12 thing for included files is great, except it doesn't work if the script is in the global scripts folder.
-
@d-healey you need a space between f and the filename
-
@Christoph-Hart Ah ok that makes sense!
-
Now I get the best of both
for (int i = 0; i < tabs->getNumTabs() - 5; i++)
-