Help ! Template Class Plug in disabled

General questions regarding the usage of CodeLite
bobw
CodeLite Curious
Posts: 3
Joined: Tue Nov 02, 2010 7:25 am
Genuine User: Yes
IDE Question: C++
Contact:

Help ! Template Class Plug in disabled

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Help ! Template Class Plug in disabled

Post 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
Make sure you have read the HOW TO POST thread
bobw
CodeLite Curious
Posts: 3
Joined: Tue Nov 02, 2010 7:25 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Help ! Template Class Plug in disabled

Post 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%();
}
Post Reply