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 98717 - Code completion does not work with Struct
Summary: Code completion does not work with Struct
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 17:37 UTC by Martin Krauskopf
Modified: 2011-01-28 20:10 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 Martin Krauskopf 2007-03-22 17:37:35 UTC
Try e.g.:

PLanguage = Struct.new("PLanguage", :name, :paradigm)
oz = PLanguage.new("Oz", "multi")
puts oz.par<C-space>

Not sure how much it is possible. Feel free to change the type to defect :)
Comment 1 Torbjorn Norbye 2007-06-19 22:26:27 UTC
 We might be able to do somethin but it would definitely be heuristics and work only locally.
Comment 2 Jiri Kovalsky 2007-07-03 14:15:41 UTC
Reassigning this issue to newly created 'ruby' component.