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?
Thanks.
Help ! Template Class Plug in disabled
-
- 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
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Help ! Template Class Plug in disabled
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
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
-
- 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
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
Much thanks !
I typed some codes and the the Add button actived...
class %CLASS%
{
public:
%CLASS%();
~%CLASS%();
}