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 04 february 2006 build is out.

Started by killerbot, February 04, 2006, 10:38:56 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://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:


  • Fixed dreaded hang-on-project-close-in-linux bug
  • Updated wxFlatNotebook to latest CVS
  • Debugger adjusts LD_LIBRARY_PATH accordingly before starting debug session
  • Fixed Unicode issue in AnnoyingDialog

Regressions/Confirmed/Annoying/Common bugs:


  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)


undofen

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.

mmebane

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:


New:


mmebane

OK. Is there any way to change it back to the old style?

sethjackson

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.....

mmebane

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?

sethjackson

I think it is sdk\environmentsettingsdlg.cpp. Otherwise look in main.cpp, and see what class/function gets called on Settings -> Environment.

mandrav

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.
Be patient!
This bug will be fixed soon...

sethjackson

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?

takeshimiya

I would suggest discussing all wxFlatNotebok related things in this thread: http://wxforum.shadonet.com/viewtopic.php?t=5761&start=105 :)