Page 1 of 1

Help ! Template Class Plug in disabled

Posted: Tue Nov 02, 2010 12:01 pm
by bobw
Hi,All,

I am trying to use CodeLite 2.8 on F13. Everything looks good but the "SnipWiz"->"Template Class" Plug in doesn't work,the buttons on the Template Class page are disabled.

Is there anything missing?
screenshot.png



Thanks.

Re: Help ! Template Class Plug in disabled

Posted: Tue Nov 02, 2010 1:04 pm
by eranif
I am not using this plugin, but what I have seen:
The button is disabled until you start typing something in the 'Class' field (the one with the drop down)

Eran

Re: Help ! Template Class Plug in disabled

Posted: Tue Nov 02, 2010 3:15 pm
by bobw
eranif wrote:I am not using this plugin, but what I have seen:
The button is disabled until you start typing something in the 'Class' field (the one with the drop down)

Eran
:P
Much thanks !

I typed some codes and the the Add button actived...

class %CLASS%
{
public:
%CLASS%();
~%CLASS%();
}