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 128719

Summary: Typing :: in a comment starts suggestions
Product: ruby Reporter: jariw <jariw>
Component: EditingAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker CC: pjiricka
Priority: P4    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description jariw 2008-02-28 16:25:56 UTC
When typing '::' in a Ruby comment line, the editor tries to suggest a method name, leading to a "No suggestions" message.

For example, simply typing this line in the NB editor leads to the message:
# ::

Suggestions should be turned off for comment blocks.
Comment 1 Petr Jiricka 2008-03-31 01:38:10 UTC
Confirmed, adjusting priority to P4.