> /webapps
>         /api
>             /src
>                 /com... (shared APIs and utils all apps)
>         /app1
>             /src
>                 /docroot (JSPs, HTML, images, etc)
>                 /com...  (app specfic sevlets and actions for struts)
>             /build (ANT builds app1 to here.)
>         /app2
>             /src
>                 /docroot (JSPs, HTML, images, etc)
>                 /com...  (app specfic sevlets and actions for struts)
>             /build (ANT builds app2 to here.)

Hmmm... I see...
I suggested serveral times (but no-one seemed interested by this feature)
the idea of being able to restrict the trees. I mean that there could be a
button specifying whether we want or not to show a certain sub-folder. For
instance, I also have a big source tree with different unrelated apps lying
there. And I don't want to refactor/compile/search usages/find/see todos...
in certain subfolders concerning other apps that I don't care about. I would
like a kind of exclude feature on subfolders for these tasks.

On the other hand, for your problem, I might suggest you to replace your
/webapps path by multiple paths :
- /webapps/api/src/com...
- /webapps/app1/src/docroot
- /webapps/app1/src/com...
- /webapps/app2/src/docroot
- /webapps/app2/src/com...
So you would just see the needed folders and nothing else.
I believe it should solve your duplicated TODOs problem.

Guillaume


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to