Author Topic: The 27 november 2006 build is out.  (Read 19161 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 27 november 2006 build is out.
« on: November 27, 2006, 09:58:03 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/wxmsw26u_gcc_cb_wx2.6.3p2.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

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 27 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061127_rev3289_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061127_rev3289_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061127_rev3289_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061127_rev3289_fc4+5.rpm (not yet)


Resolved Fixed:

  • wxMac: fix r3261 bug with plugins not loading
  • wxMac: fix splashscreen background bug (#9347)
  • enable DMD compiler for Linux
  • added missing D compilers to CodeBlocks-usnix.cbp
  • When loading a workspace, code-completion parsing starts after all workspace projects have been fully loaded. This improves the loading time tremendously

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: November 28, 2006, 07:40:01 am by killerbot »

sethjackson

  • Guest
Re: The 27 november 2006 build is out.
« Reply #1 on: November 27, 2006, 10:36:42 pm »
Windows ANSI build here.

RazTK

  • Guest
Re: The 27 november 2006 build is out.
« Reply #2 on: November 27, 2006, 11:49:18 pm »
As of the 26 November build, I always have to close the Code::Blocks process from the Task Manager.

I'm using Windows XP Service Pack 2.

bubblegum.anarchy

  • Guest
Re: The 27 november 2006 build is out.
« Reply #3 on: November 28, 2006, 12:38:33 am »
Main Menu -> Plugins -> Manage Plugins

Untick `Install system-wide, for all users of this machine (requires administrative rights)`

This will stop the code completion plugin from crashing on application close and forcing a task manager end process.

RazTK

  • Guest
Re: The 27 november 2006 build is out.
« Reply #4 on: November 28, 2006, 01:04:56 am »
Main Menu -> Plugins -> Manage Plugins

Untick `Install system-wide, for all users of this machine (requires administrative rights)`

This will stop the code completion plugin from crashing on application close and forcing a task manager end process.
That fixed it.

Thank you very much.

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 27 november 2006 build is out.
« Reply #5 on: November 28, 2006, 01:14:09 am »
FYI:

http://www.codeblocks.org/nightly/ is linking to OLD DLL!

See this post for person who found it; http://forums.codeblocks.org/index.php?topic=4585.msg36190;topicseen#new

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 27 november 2006 build is out.
« Reply #6 on: November 28, 2006, 01:31:41 am »
Ubuntu 6.10 (Edgy) build here.


vdumont

  • Guest
Re: The 27 november 2006 build is out.
« Reply #7 on: November 28, 2006, 03:15:43 am »
Is Code::Blocks available for Mac?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 27 november 2006 build is out.
« Reply #8 on: November 28, 2006, 03:44:45 am »
Is Code::Blocks available for Mac?

Search the following for Mac OS X

   //-- Wiki Index
       CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 27 november 2006 build is out.
« Reply #9 on: November 28, 2006, 07:38:12 am »
FYI:

http://www.codeblocks.org/nightly/ is linking to OLD DLL!

See this post for person who found it; http://forums.codeblocks.org/index.php?topic=4585.msg36190;topicseen#new

Tim S

fixed , thanks for pointing out. Will further update that page this evening, the information of the the contribs and cbp's is also outdated.

Offline Roman

  • Multiple posting newcomer
  • *
  • Posts: 78
Re: The 27 november 2006 build is out.
« Reply #10 on: November 28, 2006, 07:34:06 pm »
Nice day, Guys

I have noticed that there is an improvement of tab spawning logic - thank you!
But i think it will be even better if modified such a way:
If a tab is about to be opened and there is enough place for it (no need for shifting) - then i believe no shifting must be done at all (shifting is done per current functionality <27 nov 2006>, w32).
I think it will introduce more comfort to C::B :P

Best Wishes,
Roman
CB LSI (C::B as a Little Secret Initiative)

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 27 november 2006 build is out.
« Reply #11 on: November 28, 2006, 07:52:12 pm »
Is Code::Blocks available for Mac?

Yes, Code::Blocks is available for Mac OS X 10.3 and for Mac OS X 10.4 (Universal)
It is currently a bit behind, but there will be a new "nightly" Mac build posted shortly.

You can find binaries at http://developer.berlios.de/project/showfiles.php?group_id=5358
and instructions in the C::B Wiki regarding installing a Nightly or building from Source.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 27 november 2006 build is out.
« Reply #12 on: November 28, 2006, 08:41:57 pm »
Nice day, Guys

I have noticed that there is an improvement of tab spawning logic - thank you!
But i think it will be even better if modified such a way:
If a tab is about to be opened and there is enough place for it (no need for shifting) - then i believe no shifting must be done at all (shifting is done per current functionality <27 nov 2006>, w32).
I think it will introduce more comfort to C::B :P

Best Wishes,
Roman

we are aware of this problem, it's in a component we use from another developer. That person is aware of the problem and is going to fix it in the near future :-)

Offline Roman

  • Multiple posting newcomer
  • *
  • Posts: 78
Re: The 27 november 2006 build is out.
« Reply #13 on: November 29, 2006, 07:21:58 pm »

we are aware of this problem, it's in a component we use from another developer. That person is aware of the problem and is going to fix it in the near future :-)

It is really exciting - i want a time machine :P
CB LSI (C::B as a Little Secret Initiative)

vdumont

  • Guest
Re: The 27 november 2006 build is out.
« Reply #14 on: November 29, 2006, 07:52:39 pm »
Yes, Code::Blocks is available for Mac OS X 10.3 and for Mac OS X 10.4 (Universal)
It is currently a bit behind, but there will be a new "nightly" Mac build posted shortly.

You can find binaries at http://developer.berlios.de/project/showfiles.php?group_id=5358
and instructions in the C::B Wiki regarding installing a Nightly or building from Source.


I just got it, it is quite behind indeed... any idea when the new build is supposed to come out?