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 11 august 2006 build is out.

Started by killerbot, August 11, 2006, 06:07:45 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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

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

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

The 11 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060811_rev2836_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060811_rev2836_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20060811_rev2836_fc4+5.rpm (not yet)


Resolved Fixed:


  • wxScintilla patched to work with NUMPAD navigation keys (pageup, pagedown, ...)
  • added cb_koders to contrib plugins (interface to query the koders.com webpage)
  • updated cb_koders project file to be compatible with other plugins (removed Unicode suffix)
  • CB_Coders :
      - includes fixes (location and non precompiled)
      - const methods
      - typo
      - add to contrib plug-ins unix workspace
      - changed wxCombo to wxChoice (is in this case sufficient and then we don't suffer the wx 2.6.2 bug on linux)
  • fix for previous commit

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


sethjackson


k1mgy

This build resolved the issue with the numpad navigation I reported.

Many thanks for this effort.  It means a lot!

/m

MortenMacFly

Just a short note as a reminder: The changes for the numpad to work have made it into the 1.71.1 branch of wxscintilla. Thus this patch is not needed anymore once we upgrade  wxScintilla (which won't be in a near future).
What's missing is:
- The wxGTK patch. I've adopted this to wxScintilla 1.7x.x so it won't get lost.
- Yiannis' "anti-flicker" patch which unfortunately results in a broken CC window with 1.7x.x under Windows
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

k1mgy

Thanks!

I'm on the aug 26th build.  Is it safe to update or better to stay here until wxScintilla is replaced?

MortenMacFly

Quote from: k1mgy on September 28, 2006, 08:20:03 AM
I'm on the aug 26th build.  Is it safe to update or better to stay here until wxScintilla is replaced?
Don't worry, there are no changes in SVN concerning this - it's only on my local copy. I put this note here to remind me at any later time... It's safe to update... usually always. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]