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

Summary: Code completion does not work with Struct
Product: ruby Reporter: Martin Krauskopf <mkrauskopf>
Component: Code CompletionAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.