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 145706

Summary: Scope operator does not autocomplete
Product: ruby Reporter: nigel_bris <nigel_bris>
Component: Code CompletionAssignee: Erno Mononen <emononen>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screen grab

Description nigel_bris 2008-08-31 02:43:14 UTC
When using a scope operator with the below example

Typing Offer::M.... Should find MAXIMUM_DAYS 

class Offer < ActiveRecord::Base
  MAXIMUM_DAYS = 14
end
Comment 1 nigel_bris 2008-09-30 04:36:51 UTC
Created attachment 70864 [details]
Screen grab
Comment 2 Erno Mononen 2009-05-21 13:50:21 UTC
This seems to be fixed now.