Author Topic: The 19 May 2008 build (5074) is out.  (Read 44346 times)

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 19 May 2008 build (5074) is out.
« Reply #15 on: May 20, 2008, 06:34:48 pm »
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 19 May 2008 build (5074) is out.
« Reply #16 on: May 20, 2008, 08:55:07 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 19 May 2008 build (5074) is out.
« Reply #17 on: May 20, 2008, 10:33:45 pm »
Long time no package update from my side. but now it's done ^^

Updated packages (rev5074) for openSUSE 10.1, 10.2, 10.3, Factory and Fedora Core 8 (i586 and x84_64) are available:
All other distributions aren't supported atm.

have fun ;)
Nightly builds for openSUSE

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 19 May 2008 build (5074) is out.
« Reply #18 on: May 22, 2008, 11:23:04 am »
After a complete rebuild (current svn 5076), dialog for Editor settings appears really messy:



Just submited to BerliOS.

Regards.
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 19 May 2008 build (5074) is out.
« Reply #19 on: May 22, 2008, 06:37:04 pm »
Code::Blocks is really coming along nicely!  Thanks for all the good and hard work.

Here's an annoyance that maybe can be fixed at some point.

In the editor I change the tab spacing (from 4 to 6).  It appears that the window refreshes, yet the tab spacing remains the same.  I'd expect it to change in this and all other files.

So I did an edit.. select all.. and then chose plugins.. source code formatter A style.  Still the tab spacing is unchanged.


Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 19 May 2008 build (5074) is out.
« Reply #20 on: May 22, 2008, 08:45:29 pm »
(..) In the editor I change the tab spacing (from 4 to 6).  It appears that the window refreshes, yet the tab spacing remains the same (..)

Maybe you have not checked 'Use TAB character' in your editor settings, so your tabs are being replaced with blank spaces (i.e. you're not using 'real' tabs), so the new configuration will not have effect there.

Regards.
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 19 May 2008 build (5074) is out.
« Reply #21 on: May 22, 2008, 09:00:12 pm »
Looks like you're correct.

I am stuck.  Unless I do a global search/replace of [n] spaces to a tab character??

Too bad code::blocks can't do this for me.

Bummer.



Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 May 2008 build (5074) is out.
« Reply #22 on: May 22, 2008, 09:23:49 pm »
Too bad code::blocks can't do this for me.

Goto "Settings -> Editor -> Source Formatter ->style", chose "Custom", then goto tab "Indentation" set "Indentation size" zo six and check "Use TABs instead of spaces" and then run AStyle-plugin again, that should help.

EDIT:

I forgot:
you can right-click your project in manager and chose "Format this project (AStyle)" to format all files in one step.
« Last Edit: May 22, 2008, 09:26:18 pm by jens »

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 19 May 2008 build (5074) is out.
« Reply #23 on: May 22, 2008, 09:27:36 pm »
I am stuck.  Unless I do a global search/replace of [n] spaces to a tab character??
Too bad code::blocks can't do this for me.

You could use the 'Source Code formatter (AStyle)' pluging for that purpose:

Settings -> Editor -> Category: Source formatter -> Select "Custom" and open the "Indentation" tab.

There you should configure the options of your choice, and then use the auto-style from the plugins menu (I suppose that it's only applied to the current opened document). But doing this you could replace all the leading spaces to tabs... and other options.

Regards.

Edit: Ouch! jens has been faster than me :)
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #24 on: May 23, 2008, 02:54:11 am »
Crash on WinXP SP3, SVN:5074

First, i open a exist project, and edit it.
When i want read codeblocks-8.02 project, i open this project use File->Open, but CB crash!

[attachment deleted by admin]

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #25 on: May 23, 2008, 05:13:12 am »
In Debian Lenny, CB's compiler and debugger settings, Custom variables, I can not define a KEY to set the value:
Code
$(OUTPUT)/physics/bin
it's auto be:
Code
"$(OUTPUT)/physics/bin"
so, the KEY 'BIN' not work.

[attachment deleted by admin]

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #26 on: May 23, 2008, 09:13:15 am »
In Debian Lenny:
Use CB open a project, compiler it, then i open the opera to browser,when i want quit CB, Click CB's close buttom, CB crash!
CB SVN:5074

[attachment deleted by admin]

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 19 May 2008 build (5074) is out.
« Reply #27 on: May 23, 2008, 04:18:12 pm »

You could use the 'Source Code formatter (AStyle)' pluging for that purpose:


Thank you both.  Worked perfectly.


Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #28 on: May 25, 2008, 04:19:24 pm »
XP SP2: When i open a project and compiler it, when i close CB, CB crash!

[attachment deleted by admin]

Steph78

  • Guest
Re: The 19 May 2008 build (5074) is out.
« Reply #29 on: May 27, 2008, 09:43:24 pm »
Hello,

I have just installed Ubuntu 8.04 dist and Code::Blocks build 5074, and I have an annoying bug :
press the space key doesn't insert a space character but open the code completion pop-up menu.

how can I disable this behaviour ?

thanks.