Quick find unusable in ant pane

The ant pane lists ant targets in the format .[ant target]. This basically renders quick find unusable for ant files that have complex project names.

Our company source code has a master build file and multiple build files. The master build file as well as all the child build files have the name attribute set in the project tag. So it's something like

build.xml
-


]]>

childbuild.xml
-


]]>

The problem is that sometarget would be listed in the ant build pane as My System child build tasks.sometarget. To quickly find the target I can't type in *sometarget. I have to type in * * *.som<-- starts matching now... Our build files have nearly a 100 targets so I don't want to scroll through the targets.

Some time in the past the build pane used to only show the ant target name... can we get that behavior back?

0

Please sign in to leave a comment.