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 127104 - :stopdoc:/:startdoc: block doesn't work in RDoc preview
Summary: :stopdoc:/:startdoc: block doesn't work in 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:46 UTC by jariw
Modified: 2010-04-14 16: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:46:32 UTC
In the RDoc preview window (pressing Ctrl+Shift+Space in Windows when the caret is on a comment), the tags :stopdoc: and
:startdoc: aren't fully recognized.
The tags themselves correctly disappear from the preview, but the text in a :stopdoc:/:startdoc: block still appears in
the preview.

Example:

# This should be displayed
# :stopdoc:
# THIS SHOULD BE FILTERED OUT
# :startdoc:
# This should also be displayed

Tested version: 6.1, milestone 1
Comment 1 Erno Mononen 2008-03-31 12:33:29 UTC
Reproduced in Build 080328. 
Comment 2 Erno Mononen 2010-04-14 16:10:06 UTC
Fixed in cf7a1dfc932f.