Author Topic: Where are all the default templates?  (Read 6847 times)

Offline Zamp

  • Multiple posting newcomer
  • *
  • Posts: 26
Where are all the default templates?
« 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...
« Last Edit: September 13, 2008, 03:47:32 am by Zamp »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7589
    • My Best Post
Re: Where are all the default templates?
« Reply #1 on: September 13, 2008, 08:17:48 am »
You have to enable/install the plug-in "scripted wizard"

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Zamp

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: Where are all the default templates?
« Reply #2 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7589
    • My Best Post
Re: Where are all the default templates?
« Reply #3 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
« Last Edit: September 13, 2008, 05:06:31 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Zamp

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: Where are all the default templates?
« Reply #4 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7589
    • My Best Post
Re: Where are all the default templates?
« Reply #5 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Zamp

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: Where are all the default templates?
« Reply #6 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Where are all the default templates?
« Reply #7 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.

Offline Zamp

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: Where are all the default templates?
« Reply #8 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 =/

Offline Zamp

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: Where are all the default templates?
« Reply #9 on: September 23, 2008, 03:10:45 am »
bump? I've reinstalled my OS and codeblocks, but I'm still having the same problem.

cantalamessa

  • Guest
Re: Where are all the default templates?
« Reply #10 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