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 270506 - Allow Ant executor to customize the tab replace policy
Summary: Allow Ant executor to customize the tab replace policy
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 268868
  Show dependency tree
 
Reported: 2017-04-27 16:00 UTC by Tomas Zezula
Modified: 2017-05-05 12:38 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Diff file (16.09 KB, patch)
2017-04-27 16:01 UTC, Tomas Zezula
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2017-04-27 16:00:33 UTC
The custom CoS update requires some non standard behaviour of the Ant execution.
It should:
1) Not reuse other tabs
2) Has some user friendly name
3) Should not save modified documents

The proposed API change resolves these problems.
Comment 1 Tomas Zezula 2017-04-27 16:01:46 UTC
Created attachment 164200 [details]
Diff file