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 139612 - Rake runner should remember task parameters
Summary: Rake runner should remember task parameters
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks: 122994
  Show dependency tree
 
Reported: 2008-07-10 16:18 UTC by Erno Mononen
Modified: 2008-07-11 14:26 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 Erno Mononen 2008-07-10 16:18:19 UTC
It would be good if the rake runner would remember the parameters that have been previously entered for a task, 
preferably all of them.
Comment 1 Erno Mononen 2008-07-10 16:46:29 UTC
With this in place I could also prepopulate the parameters for some taks, such as db:migrate and db:fixtures -- see 
issue 122994.
Comment 2 Martin Krauskopf 2008-07-11 14:26:32 UTC
Implemented: 8d3b5f62ffe1

Parameters are remembered per IDE session. If you want them to be remembered among multiple IDE session, please file a
new bug. I'm not too convinced about the benefit.