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 118473 - selecting comment blocks should select the following method next
Summary: selecting comment blocks should select the following method next
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-11 00:53 UTC by jamespb
Modified: 2011-01-28 20:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jamespb 2007-10-11 00:53:02 UTC
Given 

class X
  # Some rdoc stuff
  # for #a_method goes here
  def a_method
  end
end

If you start with the cursor in the rdoc section, hitting alt-shft-. selects first the rdoc section, then the entire
class.  I'd like it to select the following method (a_method), class, or module after selecting the comment block, since
a set of comments before a method is usually rdoc and closely associated with the method.