where are the class templates stored which are used in the class wizard?

General questions regarding the usage of CodeLite
ultrajunkie
CodeLite Enthusiast
Posts: 13
Joined: Mon Mar 20, 2017 11:05 pm
Genuine User: Yes
IDE Question: C++
Contact:

where are the class templates stored which are used in the class wizard?

Post by ultrajunkie »

I am using 2 different computers for application development. I now want to use the same class templates on bot machines, but i can't find the ones I created anywhere.

Workaround is to copy everything in a text file and paste it on the other machine, but that's not very convenient.

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: where are the class templates stored which are used in the class wizard?

Post by eranif »

templates are usually stored under %appdata%/codelite/templates

Make sure you have read the HOW TO POST thread
Post Reply