Author Topic: The 04 february 2006 build is out.  (Read 15055 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 04 february 2006 build is out.
« 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:

  • 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

  • Guest
Re: The 04 february 2006 build is out.
« Reply #1 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.

Offline mmebane

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 04 february 2006 build is out.
« Reply #2 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:


New:

sethjackson

  • Guest
Re: The 04 february 2006 build is out.
« Reply #3 on: February 11, 2006, 12:24:54 am »
Intentional.

Offline mmebane

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 04 february 2006 build is out.
« Reply #4 on: February 11, 2006, 02:09:24 am »
OK. Is there any way to change it back to the old style?

sethjackson

  • Guest
Re: The 04 february 2006 build is out.
« Reply #5 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.....

Offline mmebane

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 04 february 2006 build is out.
« Reply #6 on: February 11, 2006, 03:17:49 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

  • Guest
Re: The 04 february 2006 build is out.
« Reply #7 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 04 february 2006 build is out.
« Reply #8 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.
Be patient!
This bug will be fixed soon...

sethjackson

  • Guest
Re: The 04 february 2006 build is out.
« Reply #9 on: February 11, 2006, 10:21:06 pm »
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

  • Guest
Re: The 04 february 2006 build is out.
« Reply #10 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 :)