Code::Blocks Forums

User forums => Help => Topic started by: Zamp on September 13, 2008, 03:41:54 am

Title: Where are all the default templates?
Post by: Zamp on September 13, 2008, 03:41:54 am
I just installed codeblocks on openSUSE 11.0, and there are no default templates for me to choose from. Last time I installed codeblocks, they all came by default. Where can I get these again?

It won't even let me create a blank project. When I try to make a new one, it brings up the template box but since there are none, I can't click go...
Title: Re: Where are all the default templates?
Post by: stahta01 on September 13, 2008, 08:17:48 am
You have to enable/install the plug-in "scripted wizard"

Tim S
Title: Re: Where are all the default templates?
Post by: Zamp on September 13, 2008, 04:16:21 pm
Where can I download that at? It's not already installed, but disabled. I went to the wiki's plugin page, and the link to it was in red and it just wanted me to edit the page. I also tried google but couldn't find anything
Title: Re: Where are all the default templates?
Post by: stahta01 on September 13, 2008, 05:01:53 pm
"scripted wizard" is part of Code::Blocks standard/core plugins where/how did you get Code::Blocks that it was not part of it.

What plugins are under "Plugins" -> "Manage Plugins"?

Enable "scripted wizard" if in above list.

Tim S
Title: Re: Where are all the default templates?
Post by: Zamp on September 13, 2008, 05:34:45 pm
http://download.opensuse.org/repositories/home:/TheTuxKeeper/openSUSE_11.0/

I added that to my repository list, then installed the codeblocks and codeblocks-contrib(which is supposed to be more plugins) packages. But when I start up codeblocks, I have no plugins at all.
Title: Re: Where are all the default templates?
Post by: stahta01 on September 13, 2008, 05:42:42 pm
I think you will need to wait till an SUSE or at list an Linux person responds.

I have nothing else that I know to try; except compiling from source. But if you have no plugins you can not compile using Code::Blocks.

Tim S
Title: Re: Where are all the default templates?
Post by: Zamp on September 14, 2008, 09:02:17 pm
Well in /usr/share/codeblocks there seems to be a lot of stuff. All of the templates are there, and there is a scriptedwizard.zip which contains a manifest.xml file, but I can't install that as a plugin. =/ Is there anyone for me to manually add the templates that are here to codeblocks new project page?
Title: Re: Where are all the default templates?
Post by: Jenna on September 14, 2008, 09:20:02 pm
Have you looked in "Plugins -> Manage Plugins..." ?
Are there any plugins listed ?

If not something went totally wrong with your installation, and you should think about a de- and reinstallation.
Title: Re: Where are all the default templates?
Post by: Zamp on September 15, 2008, 01:50:25 am
Nope, theres no plugins listed there. And I've reinstalled it tons of times trying to get it to work, but it won't =/
Title: Re: Where are all the default templates?
Post by: Zamp on September 23, 2008, 03:10:45 am
bump? I've reinstalled my OS and codeblocks, but I'm still having the same problem.
Title: Re: Where are all the default templates?
Post by: cantalamessa on September 23, 2008, 02:50:21 pm
Found a solution to this problem

log in as root and do

ln -s /usr/lib64/codeblocks/ /usr/lib/codeblocks

Then it has worked on my opensuse 11.0 x64

Best