Introduce new extension "New cpp class" which creates two files one cpp and one
h file with some common code.

Download:
[url]http://www.pspad.com/files/pspad/rozsireni/288-New%20Cpp%20class%200.1.zip[
/url]

User can enter class name, base class, can change source file name, header
filename, path to files and also use pspad templates to prepend it all with html
dialog displayed with IE.

e.g. h file:
#ifndef MYCLASS_H
#define MYCLASS_H

class myclass : public baseclass
{
};

#endif // MYCLASS_H

e.g. cpp file:
#include "myclass.h"

-- 
<http://forum.pspad.com/read.php?2,35782,59193>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem