Page 1 of 2

How to quickly find file in a project?

Posted: 03.05.2020 14:31
by 4goodapp
In Sublime Text you can use ⌘+P to find quick file.
Is there a corresponding function/command in CudaText?

Posted: 03.05.2020 14:52
by kvichans
Plugin FindInFiles (v3) allows to search in project files
From Help
Set special value "<Project Folders>" (in short <p>) for field "In folder" to search in project files.

Posted: 03.05.2020 15:07
by Alexey

Posted: 03.05.2020 15:36
by 4goodapp
by find quick file, I meant finding a given file from a project by typing part of its name, not searching inside files.
I already have all plugin installed. Incliding FindInFiles (v3).

Posted: 03.05.2020 15:39
by 4goodapp
something like this in Sublime Text:
https://i.imgur.com/9YI7hdl.png

Posted: 03.05.2020 16:03
by Alexey
then it is command in "Plugins / Project manager / Go to file...". and Enter.
I will update wiki.

Posted: 03.05.2020 16:33
by 4goodapp
Thanks.

I've notice the sorting work better on Sublime too:
https://i.imgur.com/4eQNypd.png (Sublime Text)
https://i.imgur.com/QRLHIG8.png (CudaText)

Posted: 03.05.2020 16:49
by Alexey
I don't get what do you mean, "sorting work better"? maybe show the same filelists on 2 screens.

Posted: 03.05.2020 17:07
by 4goodapp
when I search for let's say the file called html.html.twig Sublime rank all file corrsponding to that name first in the list whereas CudaText put them near the bottom.

See this gif: https://i.imgur.com/jXd3B4Y.gif

Posted: 05.05.2020 07:04
by Alexey
maybe I need to improve sorting in menu-dialogs. for fuzzy mode. will see it.