Author Topic: Version 1.0rc2 released!  (Read 59868 times)

darklordsatan

  • Guest
Re: Version 1.0rc2 released!
« Reply #15 on: October 26, 2005, 05:27:26 am »
Im pleased to see a new RC today after not visiting the site for a while!!!!
Guess my timing was perfect  8)
 :D

Nice job y'all. Looking better everyday.

RandomMan

  • Guest
Re: Version 1.0rc2 released!
« Reply #16 on: October 26, 2005, 05:39:00 am »
...
  • Precompiled headers (PCH) support! (currently works only with GCC)
Evidentally you are talking about some 'auto-recognition' of the headers to precompile (?), as I have PCH's working correctly using VC Toolkit compiler in RC1.  You just have to do something like the following at the top of each .cpp file in your project:

#include "TheUnitsToPrecompile.h"
#pragma hdrstop

Then add all of the ones you want to be included in the precompiled header phase in "TheUnitsToPrecompile.h" file...  Works like a charm.

(This same technique works with all the other environments I have tried it on.)

Great job, guys!  Thanks!

hongxing

  • Guest
Re: Version 1.0rc2 released!
« Reply #17 on: October 26, 2005, 08:50:39 am »
how to download the rc2 linux version ?

hongxing

  • Guest
windows svn/cvs plugin load error.
« Reply #18 on: October 26, 2005, 08:51:45 am »
when C::B startups in windows, It popups a fatal error.

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Version 1.0rc2 released!
« Reply #19 on: October 26, 2005, 09:02:22 am »
that's a known bug (see the download page)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: windows svn/cvs plugin load error.
« Reply #20 on: October 26, 2005, 09:11:19 am »
when C::B startups in windows, It popups a fatal error.

It's a known issue with the svn plugin. Please disable it or remove it.
Be patient!
This bug will be fixed soon...

hongxing

  • Guest
Re: Version 1.0rc2 released!
« Reply #21 on: October 26, 2005, 09:40:09 am »
a pity!
It's greate if C::B can support svn both in windows and in Linux!

hongxing

  • Guest
important bug found: can not compile after adding .h file to project!!!
« Reply #22 on: October 26, 2005, 09:44:23 am »
do the following:
1. generate a wxWidgets project using wizard.
2. add a class using class plugin.

now you can not compile the project in either "invoke compiler directly" option or "work with makefile (GNU "make" is requred)" option

it's urgent!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Version 1.0rc2 released!
« Reply #23 on: October 26, 2005, 10:47:24 am »
Please post bug reports in different threads, don't mix them!
Even better, submit it at sf.net.
Be patient!
This bug will be fixed soon...

Offline Serge2005

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Version 1.0rc2 released!
« Reply #24 on: October 27, 2005, 08:02:01 pm »
Thanks to all Code::Blocks Team, you have done good work.
Every release becomes better and better, I am a fan of Code::Blocks forever.
OS: LMDE2-32bit with Xfce

kcfelix

  • Guest
Re: Version 1.0rc2 released!
« Reply #25 on: October 28, 2005, 02:26:56 am »
Guys, so many thanks for the good job!
OMG, just the SmartIdent fix is a great relief..  :)

Well, I agree with the guy who said that you should give an option to save the workspace. It's a very seful feature and I'm using lots of workspaces in the last days and I would just loooooooove it...

oh, sorry, got carried away... I know that this is no place for feature request  ;)

Cheers, guys, and keep up the good work!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Version 1.0rc2 released!
« Reply #26 on: October 28, 2005, 08:43:10 am »
Well, I agree with the guy who said that you should give an option to save the workspace.
This options exists! Menu: File -> Save Workspace or File -> Save Workspace as...

...or am I missing something?!

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

kcfelix

  • Guest
Re: Version 1.0rc2 released!
« Reply #27 on: October 29, 2005, 06:40:28 pm »
Quote
This options exists! Menu: File -> Save Workspace or File -> Save Workspace as...
Sorry, it was about Creating a new workspace, not Saving an existing one ^^'

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Version 1.0rc2 released!
« Reply #28 on: October 29, 2005, 06:57:24 pm »
Just close all projects and open the ones you want. Then save workspace as.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Version 1.0rc2 released!
« Reply #29 on: October 29, 2005, 07:15:17 pm »
Just close all projects and open the ones you want. Then save workspace as.

I fully agree. I don't understand the discussion about the feature "Create new Workspace". Where is the difference???
-> Eighter you choose "Create new Workspace" and add a new project or you choose "Close all projects" and add a new project after that. Only the first option would be another (redundant) menu entry...  :?

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