tree structure for find panel Follow
os: kubuntu 10.04
PhpStorm 2.0beta
build PS-98.350
Is there any way to put the find view results into a tree structure in the same way as the project panel displays it?
the project view shows files that are nested in a directory below the directory, where as the find panel shows every directory relative to system root.
PROJECT:
-project_name.com
\folder1
\subfolder1
\subfolder2
\subfolder3
FIND:
/home/username/PhpStorm_projects/project_name.com
/home/username/PhpStorm_projects/project_name.com/folder1
/home/username/PhpStorm_projects/project_name.com/folder1/subfolder1
/home/username/PhpStorm_projects/project_name.com/folder1/subfolder2
/home/username/PhpStorm_projects/project_name.com/folder1/subfolder3
I think the projects view is much cleaner.
Is there any way to do this in the current EAP?
Thanks
Please sign in to leave a comment.
Michael, but it already has tree structure. Or I don't understand you?

He wants compact folder names like in Project View window, not full path (like in your screenshot: "www\play" instead of "D:\Denwer3\home\igl.aa\www\play")
I don't think Michael suffers from sclerosis: http://youtrack.jetbrains.net/issue/WI-2295
:) im not understanding the sclerosis reference....? Ghost in the shell maybe

And i was looking for that before i posted. didnt realize that I had posted a ticket against it. But then again stuff is being added and turned off by default that it can be missed.
Thanks guys. answer: not yet.
The other one im really looking forward to seeing in the EAP's any time soon is:
http://youtrack.jetbrains.net/issue/WI-553 "Recursively compare local file tree with remote one"
-- edit--
this is what my find results look like:
it would be nice to see them grouped.