Author Topic: The 28 November 2007 build (4681) is out.  (Read 44303 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 28 November 2007 build (4681) is out.
« on: November 28, 2007, 09:35:29 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx287.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 28 November 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071128_rev4681_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Applied: [Patch #2247] Revert part of Patch #2234
  • Reverted: Revision 4483 commit
  • Fixed: A build warning about the improper PCH header use
  • remove warnings in wxscintilla/src/scintilla/src/LexNsis.cxx
  • remove some warnings in squirrel : !!!!const!!!! SQChqr* in declare_stream
  • removed warnings in the exporter plug-in (the pdf library)
  • update from Squirrel 2.1.0/SQPlus 1.7 to Squirrel 2.1.1/SQPlus 2.3
  • wxSmith:
    * wxSmith browsers can now be put inside dockable panes
    * Removed some unused code causing a warning in wxsSplitterWindow class
  • [Patch #2252] Fix crash when removing file outside CB (In modified form)
  • Applied: [Patch #2250] Process Enter key in script command text control
  • Applied: [Patch #2251] Remove wxNO_BORDER from Global variables' Delete button
  • Fixed: [Bug #12249] Couldn't compile the file 'filemanager.cpp'
  • wxFNB : reduce warnings
  • fix squirrel 64 bit build
  • Fixed: Possible non-pch build issue with loggers.cpp file
  • Editor-performance-killer killed
  • Applied: [Patch #2249] Fix macros in pre/post build when building workspace
  • Extended: GTK+ project wizard to work on Linux (Implemented [FR #3494] partially)
  • support for VisualStudio 2008 (aka VC9)
  • Added info message in wx_help.script, if wx docs can't be found
  • GTK+ Project Wizard: Newly added GTK+ 1.x project creation has been disabled (sample code won't compile with it)
  • Fixed crash when disabling the compiler plugin (don't ask why one would even do that!)
  • Fix in squirrel/sqplus for 64-bit builds
  • get rid of warnings : wxSmithContribItems (wxChart and wxThings)
  • get rid of warnings (propgrid)
  • get rid of warnings (squirrel)
  • corrected some SwitchTo's (thanks to kaml)
  • const and header fixes in the logger
  • wxSmith: Fixed few issues with linux cbp file
  • Fixed: Clicking on To-Do's in To-Do list does not focus the concerned line
  • todo list plugin: allow deleting a user
  • wxSmith: Added remembering of selected property while changing selected item

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: The 28 November 2007 build (4681) is out.
« Reply #1 on: November 28, 2007, 09:37:07 pm »
Wow nice, and nice the update to wxWidgets 2.8.7.

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 28 November 2007 build (4681) is out.
« Reply #2 on: November 28, 2007, 11:21:19 pm »
Hi,
there still is the problem with opening a project by double clicking the cbp file...  :(

and I also noticed a small missbehavior with console apps:
when "pause when execution ends" is enabled and you close the program then the console window doesn't close until you hit a key and when you push a key it closes without any errors, that's ok...
but when you close the console window by clicking on the close button (X button in title bar) then you get an error message in the message window (Build Log):


WinXP(sp2)
C::B and wx downloaded from this thread
but this also was for the last 2 versions, afair...

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Re: The 28 November 2007 build (4681) is out.
« Reply #3 on: November 29, 2007, 12:02:38 am »
Thanks for the update.
Also, I confirmed Acki's minor bugs listed above.

Offline BigAngryDog

  • Multiple posting newcomer
  • *
  • Posts: 75
    • BigAngryDog.com
Re: The 28 November 2007 build (4681) is out.
« Reply #4 on: November 29, 2007, 08:31:22 am »
Found this bug:

Attempting to uninstall wxSmith plugins causes CodeBlocks to crash. Running Windows XP.
BigAngryDog.com

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 28 November 2007 build (4681) is out.
« Reply #5 on: November 29, 2007, 08:45:24 am »
Found this bug:

Attempting to uninstall wxSmith plugins causes CodeBlocks to crash. Running Windows XP.

this has been so since I can think off. (2 logical plugins in one pysical file is always critical)
It is better to disable the plugin instead of uninstalling it. This has also the advantage that
it is disabled on the next releases too because this is a preference setting.

greetings
denk_mal

BTW does it make sense to remove the uninstall option for plugins? (you could do this by hand then)
« Last Edit: November 29, 2007, 08:50:56 am by denk_mal »

Offline idblew

  • Multiple posting newcomer
  • *
  • Posts: 27
Re: The 28 November 2007 build (4681) is out.
« Reply #6 on: November 29, 2007, 10:13:06 am »
Seems to be a problem with "File Associations".

On a clean Windows XP SP2 system, everytime I start CB I get prompted to confirm "File Associations".  Even if I associate CB to all supported file types, next time I start CB I'm back to the prompt.

Any ideas? Can anyone else confirm this as a bug?

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 28 November 2007 build (4681) is out.
« Reply #7 on: November 29, 2007, 10:40:56 am »
Yes, it is the same here. File Associations is working but the dialog is coming up again and again.
(I've stopped this by saying 'No' for now)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 November 2007 build (4681) is out.
« Reply #8 on: November 29, 2007, 10:49:10 am »
Yes, it is the same here. File Associations is working but the dialog is coming up again and again.
Really interesting! Might be related to what I experience in:
http://forums.codeblocks.org/index.php/topic,7370.msg55995.html#msg55995
(Although on XP it just works fine... at least seems to...?!)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline denk_mal

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 28 November 2007 build (4681) is out.
« Reply #9 on: November 29, 2007, 11:02:25 am »
(Although on XP it just works fine... at least seems to...?!)

No, it doesn't. idblew notes above that he's using WinXP SP2 and I am using WinXP SP2 too.
(I haven't noticed this). So this is IMHO not a WinVI only bug.

greetings
denk_mal

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 28 November 2007 build (4681) is out.
« Reply #10 on: November 29, 2007, 11:14:08 am »
(Although on XP it just works fine... at least seems to...?!)

No, it doesn't. idblew notes above that he's using WinXP SP2 and I am using WinXP SP2 too.
(I haven't noticed this). So this is IMHO not a WinVI only bug.

Try unchecking Settings > Environment > Check & set file associations (Windows only) option.
Be a part of the solution, not a part of the problem.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 November 2007 build (4681) is out.
« Reply #11 on: November 29, 2007, 11:38:00 am »
Try unchecking Settings > Environment > Check & set file associations (Windows only) option.
Hehe... nice catch! :-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline shajunxing

  • Multiple posting newcomer
  • *
  • Posts: 25
  • Sorry for my poor English ;)
Re: The 28 November 2007 build (4681) is out.
« Reply #12 on: November 29, 2007, 11:44:54 am »
Great! Thanks for your job! :P

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 28 November 2007 build (4681) is out.
« Reply #13 on: November 29, 2007, 11:47:21 am »
it does happen on winXP SP2, see other thread. Unchecking the option hides it but doesn't solve.

Either : some change in CB code caused this, or a windows update ??

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 28 November 2007 build (4681) is out.
« Reply #14 on: November 29, 2007, 12:15:32 pm »
Either : some change in CB code caused this, or a windows update ??
It was the C::b code - solved in SVN now.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ