PackageDescription: RBClassDefinitionTool


RB Class Definition Tool

Last published: September 1, 2004 by 'mkobetic'

Defines 3 Classes
Extends 5 Classes

This is a fairly raw form based RB tool for creating and modifying class definitions (the new tab is named 'Definition'). It's mostly pretty trivial (start by looking at a class with some instance variables), but the thing that got me to whip it up in the first place is a combined "variable + variable comment" view (the top right text pane is for inst vars, the bottom right text pane is for class inst vars). The variable comments are extracted and stored in the class comment with the usual convention (starting with a line 'Instance Variables :' ending with an empty line, similarly for class inst vars).
It definitely needs more work (validation of the form entries, autocompletion of class/namespace names, etc), but I find it already quite useful.