#12: New Class Wizard
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: cwilliams
Type: enhancement | Status: closed
Priority: low | Milestone: 1.0
Component: Editor | Version: 0.7.0-d
Severity: normal | Resolution: fixed
Keywords: wizard class | Ticket_dependency:
----------------------------------------+-----------------------------------
Changes (by cwilliams):
* resolution: => fixed
* status: assigned => closed
Comment:
I think this is low because it's easy to create a new class and not a big
difference from New -> file for users who've realized to do that. However,
for new users this is non-obvious how to create a new class. I've
implemented a simple wizard for creating new Ruby classes. Since Ruby is
flexible in naming and such it may be a hindrance to more advanced users
who have their own naming patterns - but for new users it will take a
folder (to create the new file in), a super class name (with a class
browsing dialog), and a new class name; it will then follow rails
conventions for filenames (ConstantName -> constant_name.rb) for creating
the file, inserts the small class stub and opens it in the Ruby editor.
--
Ticket URL: <http://rubyeclipse.mktec.com/cgi-bin/trac.py/ticket/12>
RDT (RubyEclipse) <http://rubyeclipse.mktec.com>
Eclipse Ruby Plugin