Author Topic: The 18 february 2006 build is out.  (Read 14592 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 18 february 2006 build is out.
« on: February 19, 2006, 12:05:43 am »
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 18 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060218_rev2038_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • associations : Removed 3 superfluous lines
  • Fixed a super stupid typo
  • Restructured "start here" page (FTR by tiwag)
     - Removed configuration links (rarely used)
     - Increased count for recently used items instead
     - Logo links to home page
     - Added automatic revision-copy for bug reporting
  • Image update
  • Bugfix for Linux build
  • Patch #844 : Drop target for management window
  • Added DragScroll contrib plugin in build system
  • Fixed all 64bit compatibility issues
  • Fixed all AngelScript related issues in non-x86 platforms. Scripting
    isn't available inside C::B for those platforms, but it builds and runs
    correctly
  • Fixed some gcc-4.x warnings + 64bit compatibilty
  • Disabled setting for settings dialogs icons under non-windows
    platforms due to incompatibilities
  • Created unix project files for all contrib plugins that didn't have
    one
  • Created unix workspace for all contrib plugins
  • Fixed wxSmith's update script for unix
  • when (last) editor closed, status bar no longer shows it's details

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)


Offline Conan Kudo

  • Multiple posting newcomer
  • *
  • Posts: 111
    • Enano CMS Project
Re: The 18 february 2006 build is out.
« Reply #1 on: February 19, 2006, 08:21:13 am »
There are very few bugs left on the list :P
However, there still is no support for Assembly and I do not know about interproject dependencies....
MASM, NASM, YASM are the only assemblers I can think of.... At least MinGW should have assembly support....

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 18 february 2006 build is out.
« Reply #2 on: February 19, 2006, 08:34:56 am »
...and I do not know about interproject dependencies....

"Project->Properties->Project's dependencies"
Be patient!
This bug will be fixed soon...

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 18 february 2006 build is out.
« Reply #3 on: February 19, 2006, 09:51:30 am »
Quote
DDE bug : clicking in windows explorer on a CB registered file throws an error message box

I don't know if it can be useful but I have noticed that the error message box only appear if the option "Show tips at startup" is checked. Uncheck this option and the problem disappear.

penguino

  • Guest
Re: The 18 february 2006 build is out.
« Reply #4 on: February 19, 2006, 10:10:15 am »
Quote
DDE bug : clicking in windows explorer on a CB registered file throws an error message box

I don't know if it can be useful but I have noticed that the error message box only appear if the option "Show tips at startup" is checked. Uncheck this option and the problem disappear.


I don't think that works. I always have tips unchecked and still get DDE errors. :?

A few other things I noticed that changed recently:

[1] Files opened in Windows Explorer will not be opened in the editor if Code::Blocks is already running.
[2] Multiple files highlighted in Windows Explorer cannot be opened at once anymore.

I'm guessing [2] is a result of [1].

Whatever the case, were these intentional changes?
« Last Edit: February 19, 2006, 10:37:33 am by penguino »

Offline Conan Kudo

  • Multiple posting newcomer
  • *
  • Posts: 111
    • Enano CMS Project
Re: The 18 february 2006 build is out.
« Reply #5 on: February 19, 2006, 06:03:27 pm »
Quote
DDE bug : clicking in windows explorer on a CB registered file throws an error message box

I don't know if it can be useful but I have noticed that the error message box only appear if the option "Show tips at startup" is checked. Uncheck this option and the problem disappear.


I don't think that works. I always have tips unchecked and still get DDE errors. :?

A few other things I noticed that changed recently:

[1] Files opened in Windows Explorer will not be opened in the editor if Code::Blocks is already running.
[2] Multiple files highlighted in Windows Explorer cannot be opened at once anymore.

I'm guessing [2] is a result of [1].

Whatever the case, were these intentional changes?

Probably not, but I never had these problems... The only problem I have is the wx stop button not changing state....
Perhaps the next nightly build will support assembly...

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 18 february 2006 build is out.
« Reply #6 on: February 19, 2006, 06:27:56 pm »
Quote
Whatever the case, were these intentional changes?
No changes were made to DDE handling. This is a (more or less random) wxWidgets+Windows problem, not a Code::Blocks bug.

Quote
Perhaps the next nightly build will support assembly...
Not more than the previous already does. Assembly is not among our primary (secondary?) objectives. However, you are welcome to contribute support for assemblers.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 18 february 2006 build is out.
« Reply #7 on: February 19, 2006, 06:37:55 pm »
I think that the fact that double clicking on CB files in explorer (eg *.cpp) not opening anymore when CB is already open, is some sort of regression introduced somewhere this week.



Offline Zingam

  • Multiple posting newcomer
  • *
  • Posts: 74
Re: The 18 february 2006 build is out.
« Reply #8 on: February 19, 2006, 06:41:27 pm »
How do I report bugs?

sethjackson

  • Guest