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 203095 - Provide "Create Run Configuration..." option on editor's context menu
Summary: Provide "Create Run Configuration..." option on editor's context menu
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal with 2 votes (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 20:16 UTC by ceklock
Modified: 2011-10-06 21:34 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 ceklock 2011-10-04 20:16:48 UTC
Currently if you want to run a Java class and need to add additional JVM configuration you have to go to the "Set Project Configuration" combo box and change an existing configuration, or create a new configuration. 

If you want to run a different class you must fill the "Main Class:" field or select the class that you want to run. 

An easier way to do this would be to create a new item on the editor's context menu called "Create Run Configuration...", or something like that, so the user can directly create a new configuration from the current file, without the need to fill the entire path to the current class or to select a class from the project.