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 - Typing :: in a comment starts suggestions
Summary: Typing :: in a comment starts suggestions
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-28 16:25 UTC by jariw
Modified: 2011-01-28 20:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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