How to quickly find file in a project?

Solved bugs are moved into this topic...
4goodapp
Posts: 15
Joined: 07.03.2020 20:12

How to quickly find file in a project?

Post by 4goodapp »

In Sublime Text you can use ⌘+P to find quick file.
Is there a corresponding function/command in CudaText?
User avatar
kvichans
Posts: 203
Joined: 07.10.2012 05:45

Post 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.
CudaText 1.163, TC9.51x32, Win10x64(1920x1080)
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

4goodapp
Posts: 15
Joined: 07.03.2020 20:12

Post 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).
4goodapp
Posts: 15
Joined: 07.03.2020 20:12

Post by 4goodapp »

something like this in Sublime Text:
https://i.imgur.com/9YI7hdl.png
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

then it is command in "Plugins / Project manager / Go to file...". and Enter.
I will update wiki.
4goodapp
Posts: 15
Joined: 07.03.2020 20:12

Post 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)
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

I don't get what do you mean, "sorting work better"? maybe show the same filelists on 2 screens.
4goodapp
Posts: 15
Joined: 07.03.2020 20:12

Post 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
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

maybe I need to improve sorting in menu-dialogs. for fuzzy mode. will see it.
Post Reply