This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 51133 - Output window title could contain the name of executed class
Summary: Output window title could contain the name of executed class
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on: 43072
Blocks:
  Show dependency tree
 
Reported: 2004-11-03 15:43 UTC by Roman Strobl
Modified: 2011-08-31 14:05 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Strobl 2004-11-03 15:43:04 UTC
When I try to execute 2 different classes from one
project e.g. A.java and B.java I see no difference
between them in the output window title. Thus I
cannot find out which class is in which tab unless
I investigate the execution output. It would be
nice to have the name of the class in the title of
the output window as well.
Comment 1 Milos Kleint 2004-11-18 14:45:10 UTC
not an output2 issue, the compilation is not implemented here.
moving to ant for evaluation.

personally I don't like the idea of having way too many output tabs..
the less the better. (but IMHO of course)
Comment 2 Jesse Glick 2004-12-01 19:10:11 UTC
Would require new API in ant module that could then be used from e.g.
j2seproject: AntTargetExecutor.Env added property, and new overload of
ActionUtils.runTarget.