News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

No templates in new project wizard

Started by ArtemKuchin, March 05, 2019, 10:57:49 AM

Previous topic - Next topic

ArtemKuchin

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.

stahta01

Make sure the scripted wizard plugin is enabled.

Plugins -> Manage Plugins
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ArtemKuchin

Quote from: stahta01 on March 05, 2019, 11:01:17 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?

stahta01

#3
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

From the Code::Blocks tab under log and other

I see 60 plugins; but, I only have 4 enabled right now.

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ArtemKuchin

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...