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 - Scope operator does not autocomplete
Summary: Scope operator does not autocomplete
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-31 02:43 UTC by nigel_bris
Modified: 2009-05-21 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen grab (634.25 KB, text/plain)
2008-09-30 04:36 UTC, nigel_bris
Details

Note You need to log in before you can comment on or make changes to this bug.
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.