Author Topic: The 23 May 2007 build is out.  (Read 31505 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 23 May 2007 build is out.
« on: May 23, 2007, 06:06:25 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.7z


For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

The 23 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070523_rev3989_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070523_rev3989_Ubuntu6.10+7.04.deb
   http://prdownload.berlios.de/codeblocks/CB_20070523_rev3989_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070523_rev3989_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Changed the event association to work with the new wxChoice

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)

« Last Edit: May 24, 2007, 07:39:58 am by killerbot »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 23 May 2007 build is out.
« Reply #1 on: May 23, 2007, 08:43:26 pm »
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 23 May 2007 build is out.
« Reply #2 on: May 24, 2007, 02:07:42 am »
Just FYI, "active line" portion in code coloring no longer works.  I used it so I knew where I was focusing on in the program, now it's not working.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 23 May 2007 build is out.
« Reply #3 on: May 24, 2007, 07:43:55 am »
Just FYI, "active line" portion in code coloring no longer works.  I used it so I knew where I was focusing on in the program, now it's not working.

could you file a bugreport please. And if possible also state since which nigthly the problem occurred (so which nightly did you use prior where it did work). Thanks.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 23 May 2007 build is out.
« Reply #4 on: May 24, 2007, 09:06:10 am »
Just FYI, "active line" portion in code coloring no longer works.  I used it so I knew where I was focusing on in the program, now it's not working.

It still works in 3986 and I don't see any reason why it would stop working in 3989...
Be patient!
This bug will be fixed soon...

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 23 May 2007 build is out.
« Reply #5 on: May 24, 2007, 12:57:52 pm »
For those who want a 32bit wx2.8.4 Linux-Build here is mine (build on Ubuntu7.04)
Download

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 23 May 2007 build is out.
« Reply #6 on: May 24, 2007, 01:10:51 pm »
Just FYI, "active line" portion in code coloring no longer works.  I used it so I knew where I was focusing on in the program, now it's not working.

It still works in 3986 and I don't see any reason why it would stop working in 3989...

This has been occuring off and on for about a year.

The in-ability to change the active line color pops up for no known reason.

When it happens, I delete my default.conf and the problem goes away.

There are other mentions about this problem (especially re: linux) in the forum.

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 23 May 2007 build is out.
« Reply #7 on: May 24, 2007, 04:05:24 pm »
Just FYI, "active line" portion in code coloring no longer works.  I used it so I knew where I was focusing on in the program, now it's not working.

It still works in 3986 and I don't see any reason why it would stop working in 3989...

On two computers I've tested with a working active line and the inactive line color in an older and newer version respectively.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 23 May 2007 build is out.
« Reply #8 on: May 24, 2007, 04:44:27 pm »
I'm bit confused with this issue. From a quick look at the code it seems that Active line means active line during debugging. Or does it mean active line during editing?  :?
Be a part of the solution, not a part of the problem.

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 23 May 2007 build is out.
« Reply #9 on: May 24, 2007, 04:48:15 pm »
I'm bit confused with this issue. From a quick look at the code it seems that Active line means active line during debugging. Or does it mean active line during editing?  :?

the line during editing.  You could change the foreground color and when you had the carat on any place in the line the entire line would highlight with that color.

I also deleted my default.conf and it still didn't work.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 23 May 2007 build is out.
« Reply #10 on: May 24, 2007, 05:06:07 pm »
the line during editing.  You could change the foreground color and when you had the carat on any place in the line the entire line would highlight with that color.

Thanks. :)
Be a part of the solution, not a part of the problem.

Offline Wahooney

  • Multiple posting newcomer
  • *
  • Posts: 34
  • Demon Onion Slayer
    • wahooney.net
Re: The 23 May 2007 build is out.
« Reply #11 on: May 24, 2007, 05:42:17 pm »
I don't know if this is the right place to post this, and please tell me if I should be posting it somewhere else, but I have made a patch to improve some of the icons in Code::Blocks. I hope to slowly but surely replace all of them.

Here is the patch, it affects the Start Here page only, I hope it gets approved and used.

Note: This uses icons from the free Nuvola Icon set.

[attachment deleted by admin]
Fabricati Diem, Celerata!

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 23 May 2007 build is out.
« Reply #12 on: May 24, 2007, 06:29:59 pm »
Hi All,

Those who want to highlight current line, please check the following option to enable it. :)

Settings > Editor > Highlight line under caret (under other options)

Regards,

Biplab
Be a part of the solution, not a part of the problem.

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 23 May 2007 build is out.
« Reply #13 on: May 24, 2007, 06:55:10 pm »
nice, thanks.

Offline Roman

  • Multiple posting newcomer
  • *
  • Posts: 78
Re: The 23 May 2007 build is out.
« Reply #14 on: May 24, 2007, 08:28:02 pm »
Hi there!

Fact:
There are "Project/Build options" and "Project/Properties". When we edit Build Options we actually modify the options for some of targets.

Suggestion:
Make a button somewhere in "Project/Build options" that easily redirects to corresponding "Project/Properties/Build targets".

Would be very nice.

Regards
Roman
CB LSI (C::B as a Little Secret Initiative)