Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 04, 2006, 10:38:56 PM

Title: The 04 february 2006 build is out.
Post by: killerbot on February 04, 2006, 10:38:56 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

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

The 04 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_04feb2006_rev1942_win32.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 04 february 2006 build is out.
Post by: undofen on February 05, 2006, 05:09:37 PM
Hi,
I lost the compiler and debugger settings a few revisions ago, it's just not there in the settings menu. The compiler and debugger work ok, and I can configure the compiler through the project->build options menu. I'm using linux and the newest svn but it happened about a week ago. I tried make uninstall && make clean && make && make install but it didnt help. I tried cleanning out .codeblocks, didnt help either.
Title: Re: The 04 february 2006 build is out.
Post by: mmebane on February 11, 2006, 12:00:04 AM
I narrowed this change down to this build, so I imagine it comes from the wxFlatNotebook update. Are the tabs broken, or is this style intentional?

Old:
(http://img314.imageshack.us/img314/2054/tabsold0jq.png) (http://imageshack.us)

New:
(http://img314.imageshack.us/img314/2451/tabsnew3ks.png) (http://imageshack.us)
Title: Re: The 04 february 2006 build is out.
Post by: sethjackson on February 11, 2006, 12:24:54 AM
Intentional.
Title: Re: The 04 february 2006 build is out.
Post by: mmebane on February 11, 2006, 02:09:24 AM
OK. Is there any way to change it back to the old style?
Title: Re: The 04 february 2006 build is out.
Post by: sethjackson on February 11, 2006, 02:12:09 AM
I don't think there is a setting in a dialog somewhere (maybe this should be implemented).  :P You could find where the notebooks are created (in C::B code) and change the styles of them I think.....
Title: Re: The 04 february 2006 build is out.
Post by: mmebane on February 11, 2006, 03:17:49 AM
Quote from: sethjackson on February 11, 2006, 02:12:09 AM
I don't think there is a setting in a dialog somewhere (maybe this should be implemented).  :P You could find where the notebooks are created (in C::B code) and change the styles of them I think.....

There's already a "Notebooks appearance" section under Environment settings, and it has a Tabs style selector. Maybe someone can add this open or point me to where in the source it is handled?
Title: Re: The 04 february 2006 build is out.
Post by: sethjackson on February 11, 2006, 03:47:06 AM
I think it is sdk\environmentsettingsdlg.cpp. Otherwise look in main.cpp, and see what class/function gets called on Settings -> Environment.
Title: Re: The 04 february 2006 build is out.
Post by: mandrav on February 11, 2006, 09:33:00 AM
Everything that is configured about the notebooks, is in environment settings.
The author has changed the style in the notebook drawing code, not in C::B.
Title: Re: The 04 february 2006 build is out.
Post by: sethjackson on February 11, 2006, 10:21:06 PM
Quote from: mandrav on February 11, 2006, 09:33:00 AM
Everything that is configured about the notebooks, is in environment settings.
The author has changed the style in the notebook drawing code, not in C::B.

Right. Maybe we could make the background style configureable?
Title: Re: The 04 february 2006 build is out.
Post by: takeshimiya on February 11, 2006, 11:02:39 PM
I would suggest discussing all wxFlatNotebok related things in this thread: http://wxforum.shadonet.com/viewtopic.php?t=5761&start=105 :)