Author Topic: svn4273 Project Wizard missing some pages in svn4256  (Read 6001 times)

Offline zac

  • Multiple posting newcomer
  • *
  • Posts: 27
svn4273 Project Wizard missing some pages in svn4256
« on: July 18, 2007, 07:48:19 am »
When using the project wizard to create a new wxWidgets project, I've found that the following setting pages are missed out in the svn4273 which existed in svn4256, is that intentionally to do so? Since, without these pages, I've found that it is very difficult for me to create a new project, as I'm new in using CodeBlocks.

Setting Pages missing:-
- wxWidgets Library Settings (for options to set using wxWidgets DLL, wxWidgets built as monolithic library, Enable Unicode
- Configure Advanced Options

How to I perform the same settings in svn4273 without these wizard page settings (in a easy manner)?

Thanks a lot.


Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: svn4273 Project Wizard missing some pages in svn4256
« Reply #1 on: July 18, 2007, 08:27:20 am »
They are there. I've not modified or deleted them. :)

I'd suggest you to install the Nightly in a separate folder and see if the problem persists or not.
Be a part of the solution, not a part of the problem.

Offline zac

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: svn4273 Project Wizard missing some pages in svn4256
« Reply #2 on: July 18, 2007, 12:37:19 pm »
Thanks, I'll try again

Offline zac

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: svn4273 Project Wizard missing some pages in svn4256
« Reply #3 on: July 18, 2007, 01:07:14 pm »
Biplab, you're right. Install in another folder correct the issue.

However, as I'm not very familiar with all the settings and it takes times to set all my settings again in the new installation. Is there any way to back up and restore the settings?

Thanks a lot.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: svn4273 Project Wizard missing some pages in svn4256
« Reply #4 on: July 18, 2007, 01:14:30 pm »
However, as I'm not very familiar with all the settings and it takes times to set all my settings again in the new installation. Is there any way to back up and restore the settings?

Nice to know that the issue is resolved. :)

You may use share-config plugin to take a backup. If you compile C::B from source, you'll get this plugin.

Otherwise make a copy of the following folder on Windows XP.
Quote
C:\Documents and Settings\<User Name>\Application Data\codeblocks

After installing C::B on a different PC, replace the above folder with your backup copy.
Be a part of the solution, not a part of the problem.

Offline zac

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: svn4273 Project Wizard missing some pages in svn4256
« Reply #5 on: July 19, 2007, 02:46:11 am »
Thanks a lot.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: svn4273 Project Wizard missing some pages in svn4256
« Reply #6 on: July 19, 2007, 08:07:45 am »
You may use share-config plugin to take a backup. If you compile C::B from source, you'll get this plugin.
It's not a plugin, but a stand-alone executable. Backup's for configs cannot (well really should not) be done while C::B is running - thus a plugin won't work here. Biplab knows that - just for the rest of you in case you are searching inside the contrib folder. It's not there, it's in "tools" just where console_runner is, too.
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ