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 - Prompt which task to run on rake file if "Run File (shift + F6)" command used
Summary: Prompt which task to run on rake file if "Run File (shift + F6)" command used
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 01:11 UTC by richo
Modified: 2011-01-28 20:12 UTC (History)
0 users

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 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)