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 157169

Summary: Ability to browse up-to-date project Rdoc
Product: ruby Reporter: callagga <callagga>
Component: EditingAssignee: Chris Kutler <ckutler>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description callagga 2009-01-21 01:08:59 UTC
Hi,

As a suggestion it would be nice to have a way to browse the up-to-date RDoc for the project in HTML format. Both:

(a) A per ruby file view (e.g. like a code pane, or an RDOC html view of the same file).  Can check formatting of Rdoc
when you're writing it.  
(b) With all links working and in place (i.e. up-to-date)

By up-to-date I mean no need to manually run the rake command to create/update the rdoc.

thanks
Comment 1 Chris Kutler 2009-01-21 01:24:36 UTC
Moved from the documentation subcategory to editing. Not sure which subcategory to move to, but guessed it would be
editing. The documentation category is for the tutorials and such. 

By the way, you can check the formatting of the RDoc when you are writing it. Place the caret in your comments and then
press Ctrl-Shift-Space (Cmd-Shift-Space on the Mac).