Author Topic: No templates in new project wizard  (Read 4749 times)

Offline ArtemKuchin

  • Single posting newcomer
  • *
  • Posts: 3
No templates in new project wizard
« on: March 05, 2019, 10:57:49 am »
Today is a strange day. I needed an IDE to write a small C++ program and decided first to go for Code Lite, but could not confugure it quickly with MinGW. MinGW installer is a mess too. Installed, went to start menu and click on open mingw command promt and it did not run because the shortcut point in a totally different directory. Well, eventually i decided to go with Code::Blocks because it also offer embedded development and that would be nice to play with in the future.

So, i installed, went to FILE->NEW->Project and....
stuck at an empty dialog box. There are no project templates.

I search the bug database and the same bug is mentioned in 2015 and marked as fixed.
I don't know what to do now.
See attachment.

Please help.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: No templates in new project wizard
« Reply #1 on: March 05, 2019, 11:01:17 am »
Make sure the scripted wizard plugin is enabled.

Plugins -> Manage Plugins
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 ArtemKuchin

  • Single posting newcomer
  • *
  • Posts: 3
Re: No templates in new project wizard
« Reply #2 on: March 05, 2019, 11:07:29 am »
Make sure the scripted wizard plugin is enabled.

Plugins -> Manage Plugins

I don't see such plugin
here is what i have



Also, i just notice that code block ide says (C)2017 and
Release 17.12 rev 11256 (2017-12-28 10:44:41) gcc 5.1.0 Windows/unicode - 32 bit
Is it normal or my installation went totally wrong?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: No templates in new project wizard
« Reply #3 on: March 05, 2019, 11:13:30 am »
Your installation appears to have went very poorly. You should have many more plugins.
Without the Compiler and "scripted Wizard" plugins nothing will work except for file editing.

I suggest uninstalling and then re-installing of Code::Blocks.

Tim S.
« Last Edit: March 05, 2019, 11:17:27 am 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 stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: No templates in new project wizard
« Reply #4 on: March 05, 2019, 11:16:39 am »
From the Code::Blocks tab under log and other

I see 60 plugins; but, I only have 4 enabled right now.
Code
Scanning for plugins in C:\Program Files (x86)\CodeBlocks\share\codeblocks\plugins
Tools Plus Plugin: Registering shell type Piped Process Control
Loaded 60 plugins
Loading:
Compiler
EnvVars
ProjectOptionsManipulator
ScriptedWizard
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 ArtemKuchin

  • Single posting newcomer
  • *
  • Posts: 3
Re: No templates in new project wizard
« Reply #5 on: March 05, 2019, 11:24:16 am »
Yes, uninstalling and reinstalling it again helps. Now i can create and buld a project!
Now i need to figure out how to configuire wxWidgets...