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 157763 - Dynamic snippets
Summary: Dynamic snippets
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 11:35 UTC by chrise01
Modified: 2011-01-28 20:13 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 chrise01 2009-02-02 11:35:27 UTC
Hi,

Would it be possible create dynamic ruby snippets (I.e. "command" {TAB}), for example, to analyze a RAILS model
directory allowing a developer to "drop-down" select the active record model, i.e.;

$1["Dynamic Table List"].find(:all, :conditions => {})

Thanks
Chris