Methods Add-on for

version 1.2 - January 12th, 1998
written by Hubert Figuière <hfiguiere@teaser.fr> or <figuiere@kagi.com>.
© 1997-98 Hubert Figuière

Freeware.

Purpose

I wrote this add-on because:
  1. My C++ source files always have the name of the enclosing class
  2. I was fed up to always re-type the class name when implementing the methods...

This add-ons insert for me the class name it guesses from the file Name...
If you are in a source file, it inserts 'ClassName::'
If you are in a header file, it inserts 'ClassName'


Installation

Just drop it into the plugins/Editor_add_ons of the BeIDE. If there is enough demand, I'll write a shell script to do it.

This add-on requires BeOS PR and CodeWarrior 3.


Licence

This software is free. If you find bugs, I'm not responsible. Just tell me.

History