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.
Make sure the scripted wizard plugin is enabled.
Plugins -> Manage Plugins
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
(https://downloader.disk.yandex.ru/preview/6ca824154e85fc21c331892d28b9dd7095b43e9eac85e0a138f472007dc39b61/5c7e820f/BzotPrT-gp2nO89L4XxIL_vgtk4XtUMmUCYXDOfYegJxnq1iuuEYB9R2PlLZeLfIwiE_n86359W1LDKhUnXRFA%3D%3D?uid=0&filename=2019-03-05_13-03-15.png&disposition=inline&hash=&limit=0&content_type=image%2Fpng&tknv=v2&size=2048x2048)
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?
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.
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
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...