News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 27 november 2006 build is out.

Started by killerbot, November 27, 2006, 09:58:03 PM

Previous topic - Next topic

killerbot

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)


sethjackson


RazTK

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

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

Quote from: bubblegum.anarchy 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.
That fixed it.

Thank you very much.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

cstudent


vdumont


Pecan

Quote from: vdumont on November 28, 2006, 03:15:43 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

killerbot

Quote from: stahta01 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.next.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.

Roman

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)

afb

Quote from: vdumont on November 28, 2006, 03:15:43 AM
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.

killerbot

Quote from: Roman 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

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 :-)

Roman

Quote from: killerbot on November 28, 2006, 08:41:57 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

Quote from: afb on November 28, 2006, 07:52:12 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?