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 127100 - :call-seq: not interpreted by RDoc preview
Summary: :call-seq: not interpreted by RDoc preview
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-11 10:08 UTC by jariw
Modified: 2010-04-17 08:10 UTC (History)
0 users

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-11 10:08:44 UTC
In the RDoc preview window (Ctrl+Shift+Space in Windows while the cursor is on a comment), the tag :call-seq: is not
interpreted.

Ideally, the :call-seq: declaration should go in the top of the preview window, just as when pressing Ctrl+Shift+Space
for a method/symbol with built-in help.

For example, the comment example below becomes unprocessed by the RDoc preview:

# :call-seq:
#   my_method(arg1, arg2) -> self
#

(Note the ending empty comment line - a syntax requirement by RDoc.)

Tested version: 6.1, Milestone 1
Comment 1 Erno Mononen 2008-03-31 11:49:49 UTC
Reproduced in Build 080328.
Comment 2 Erno Mononen 2010-04-15 13:07:26 UTC
Fixed in bb2fd9d01a02.
Comment 3 Erno Mononen 2010-04-15 13:07:46 UTC
Forgot to mark as fixed.
Comment 4 Quality Engineering 2010-04-17 08:10:49 UTC
Integrated into 'main-golden', will be available in build *201004170515* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/bb2fd9d01a02
User: Erno Mononen <emononen@netbeans.org>
Log: #127100 - :call-seq: not interpreted by RDoc preview