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 141634

Summary: Prompt which task to run on rake file if "Run File (shift + F6)" command used
Product: ruby Reporter: richo <richo>
Component: RakeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description richo 2008-07-25 01:11:34 UTC
Scenario:
User is editing a rake file in the IDE.
The rake file has a multiple rake tasks defined in it.
The user selects "Run File (Shift + F6)" command.

Current behaviour:
Error raised about no task being selected.

Desired behaviour:
Show a dialog asking the user to select which one to run (pre-selecting the task most likely the user wants to run based
on cursor position)

Notes:
Same behaviour for debugging rake files (ctrl+shift+F5)
Comment 1 richo 2008-07-25 01:14:10 UTC
Related to:
issue #141632 (Automatically run task for single task rake files if "Run File (shift + F6)" command used)