Code::Blocks
July 29, 2010, 05:52:51 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Code::Blocks Logo Elections closed! And the winner is... otaco!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: 1 ... 5 6 [7] 8 9 10
  Send this topic  |  Print  
Author Topic: The 16 January 2010 build (6088) is out.  (Read 32191 times)
critic
Advanced newcomer
*
Posts: 90



« Reply #90 on: January 25, 2010, 01:17:18 pm »

Ok, thx.
And what about http://forums.codeblocks.org/index.php/topic,11311.msg77442.html#msg77442
Is this feature already available in C::B, but I don't know about it?
Logged
blueshake
Regular
***
Posts: 433



« Reply #91 on: January 25, 2010, 01:29:20 pm »

And else one question: can you add setting to save IDE configuration to installation directory or user profile directory?
This is for portability of codeblocks. Sometimes I use IDE on USB stick and so on.
Now only the latter is available.


hi,you can try Loaden's portable of c::b from here.http://code.google.com/p/portablecb/downloads/list

Logged

Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?
blueshake
Regular
***
Posts: 433



« Reply #92 on: January 25, 2010, 01:31:22 pm »

Ok, thx.
And what about http://forums.codeblocks.org/index.php/topic,11311.msg77442.html#msg77442
Is this feature already available in C::B, but I don't know about it?


seems not yet. Very Happy
Logged

Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?
ollydbg
Lives here!
****
Posts: 1484


Interests on OpenCV and Robotics


WWW
« Reply #93 on: January 25, 2010, 02:53:02 pm »

Ok, thx.
And what about http://forums.codeblocks.org/index.php/topic,11311.msg77442.html#msg77442
Is this feature already available in C::B, but I don't know about it?


Quote
Please, add sorting of project tree without case matching (otherwise I have 2 alphabetically sorted lists). I think this can be an option in context menu of the project manager widget.
Feature request about this, or the next CC's feature request post?
Logged

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.
critic
Advanced newcomer
*
Posts: 90



« Reply #94 on: January 26, 2010, 05:48:13 am »

This request is relative to project manager's widget, not CC (as I understood you  Confused) - applying to view only. Sorry for my english  Embarassed.
« Last Edit: January 26, 2010, 05:49:46 am by critic » Logged
critic
Advanced newcomer
*
Posts: 90



« Reply #95 on: January 26, 2010, 07:02:22 am »

Something was changed in Ctrl+Tab feature (opened files switcher). Before this one Ctrl+Tab switches to the previous file editor and was allowed to select any file from popup list.
Now this list working in other way and I think that previous version was better  Razz.
And else, highlighted item is not recognizable because text is black and selection is dark blue  Sad.
May be I don't understand how to use new version of it  Confused?
Can you revert to that version?
Logged
MortenMacFly
Administrator
Lives here!
*****
Posts: 4593



WWW
« Reply #96 on: January 26, 2010, 07:10:29 am »

Something was changed in Ctrl+Tab feature (opened files switcher).
I cannot reproduce. You didn't state platform, version, which version was "better" -> nothing. In addition there were no changes recently that would cause such a behaviour. So I recommend you do y clean checkout and full re-build, as written in the commit logs.
Logged

Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
Compiling help
Debugging help
Portable C::B
critic
Advanced newcomer
*
Posts: 90



« Reply #97 on: January 26, 2010, 07:28:41 am »

Something was changed in Ctrl+Tab feature (opened files switcher).
I cannot reproduce. You didn't state platform, version, which version was "better" -> nothing. In addition there were no changes recently that would cause such a behaviour. So I recommend you do y clean checkout and full re-build, as written in the commit logs.

I compare 8.02 and current nightly build. I lefthander and that's why I select file from popup window only with keyboard (my left hand presses Ctrl+Tab).

I supply 2 screenshots:
  • Ctrl_Tab1 - old version
  • Ctrl_Tab2 - new version
Logged
MortenMacFly
Administrator
Lives here!
*****
Posts: 4593



WWW
« Reply #98 on: January 26, 2010, 10:08:30 am »

I compare 8.02 and current nightly build.
This is a completely different base. we have switched from wxFlatNotebook to wxAuiNotebook and there is no way back. The behaviour concerning ordering is already considered and a patch is being tested. The colouring depends on your system fonts - mine just looks fine.
Logged

Logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
Compiling help
Debugging help
Portable C::B
sdfwds4
Newcomer
*
Posts: 7


« Reply #99 on: January 28, 2010, 12:16:02 pm »

thanks  Very Happy
Logged
Matheus Martino
Newcomer
*
Posts: 1


« Reply #100 on: January 31, 2010, 11:13:47 am »

That is the first Nightly build i try to use after the release of the version 8.02.

I'm trying to compile the source code of the OGRE3D library, i'm using it with MinGW 5.1.6.

With CB 8.02 i can compile it with no problem, but with that nightly build just after opening the BIG project workspace my CPU load goes to 100%, impossible to work that way.

I have VS 2008 Express installed, but Code::Blocks is configured to use mingw.

Excuse me if my english fail!

EDIT: OK! It stops if i disable the "Code completion" plugin and RESTART the program.
« Last Edit: January 31, 2010, 11:54:21 am by Matheus Martino » Logged
Folco
Advanced newcomer
*
Posts: 80



WWW
« Reply #101 on: February 01, 2010, 02:41:01 am »

Indeed. The devs are working hard to get a less cpu-hungry behavior.
Logged

Sorry for my english, I'm french
glaure
Newcomer
*
Posts: 9


« Reply #102 on: February 01, 2010, 04:55:17 pm »

Hi!

I just tried this nightly in Ubuntu 9.10. Got it running and loading my (rather large) workspace using a Makefile based build. It was slow as hell but didnt do anything. After minutes I always got the message "Target is uptodate" in the build log (clean or build).
Sorry to say that: I jumped back to 8.02 asap.

Bye Gunther
Logged
Folco
Advanced newcomer
*
Posts: 80



WWW
« Reply #103 on: February 01, 2010, 06:14:31 pm »

Quote
After minutes I always got the message "Target is uptodate" in the build log (clean or build).
You didn't try to rebuild your project ?
Logged

Sorry for my english, I'm french
jens
Global Moderator
Lives here!
*****
Posts: 2975



WWW
« Reply #104 on: February 01, 2010, 07:37:31 pm »

Hi!

I just tried this nightly in Ubuntu 9.10. Got it running and loading my (rather large) workspace using a Makefile based build. It was slow as hell but didnt do anything. After minutes I always got the message "Target is uptodate" in the build log (clean or build).
Sorry to say that: I jumped back to 8.02 asap.

Bye Gunther

You should switch on full commandline logging, to see which commands are generated.

You should also check the "make commands" tab for your build targets and the project.
If the targets commands exist, they are used, otherwise the commands of the project.
Logged

Regards

Jens

debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
C::B changelog: http://apt.jenslody.de/ChangeLog
Pages: 1 ... 5 6 [7] 8 9 10
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!