News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 19 May 2008 build (5074) is out.

Started by killerbot, May 19, 2008, 09:26:40 PM

Previous topic - Next topic

Xaviou

Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

pasgui

Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

TheTuxKeeper

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

Deschamps

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

k1mgy

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.


Deschamps

Quote from: k1mgy on May 22, 2008, 06:37:04 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

k1mgy

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.



Jenna

#22
Quote from: k1mgy on May 22, 2008, 09:00:12 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.

Deschamps

Quote from: k1mgy on May 22, 2008, 09:00:12 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

Loaden

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]

Loaden

In Debian Lenny, CB's compiler and debugger settings, Custom variables, I can not define a KEY to set the value:$(OUTPUT)/physics/bin
it's auto be:
"$(OUTPUT)/physics/bin"
so, the KEY 'BIN' not work.

[attachment deleted by admin]

Loaden

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]

k1mgy

Quote from: Deschamps on May 22, 2008, 09:27:36 PM

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


Thank you both.  Worked perfectly.


Loaden

XP SP2: When i open a project and compiler it, when i close CB, CB crash!

[attachment deleted by admin]

Steph78

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.