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 40393 - Toolbar for JUnit
Summary: Toolbar for JUnit
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-23 16:55 UTC by francis
Modified: 2011-11-04 12:08 UTC (History)
2 users (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 francis 2004-02-23 16:55:15 UTC
it would be very helpful to have a toolbar for
Junit tasks...  

(simpler than using the menu option or remember
the keystroke combination --> which is 3 keys)
Comment 1 Jiri Skrivanek 2004-02-24 12:49:00 UTC
I think it is a valid request. It will be taken into account for the
next release.
Comment 2 _ rkubacki 2004-07-14 17:42:55 UTC
I do not think it is neceseary to have prepopulated JUnit toolbar. 

Tools | Options | IDE config | L&F | Toolbars and create the toolbar
as you need and copy & paste actions from Actions pool (folder above).
The only problem I see is that Test File/Project does not have toolbar
presenter. Jesse do you know why? Otherwise I would close this RFE
Comment 3 Jesse Glick 2004-07-14 17:57:55 UTC
Test File at least does have a toolbar presenter; but no icon. That
makes it not appear as anything, which is a more general problem of
actions with no icon. I'm not sure if such actions ought to have icons
or not. CCing Jano.
Comment 4 jrojcek 2004-07-15 09:33:11 UTC
Such actions should not have icons in the main menu. If the user decides to put such 
action into the toolbar, then it ought to show as icon button in the toolbar. (But still not 
showing the icon in the main menu).
Comment 5 Jesse Glick 2004-07-15 18:33:13 UTC
Unfortunately our action-related SPIs do not make it straightforward
to supply an icon only for a toolbar button and not for the menu
item... you need to override getMenuPresenter, I suppose.