Author Topic: The 11 august 2006 build is out.  (Read 9121 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 11 august 2006 build is out.
« on: August 11, 2006, 06:07:45 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://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

  • Guest
Re: The 11 august 2006 build is out.
« Reply #1 on: August 11, 2006, 06:46:20 pm »
Windows ANSI build is here.

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 11 august 2006 build is out.
« Reply #2 on: August 12, 2006, 03:15:41 am »
This build resolved the issue with the numpad navigation I reported.

Many thanks for this effort.  It means a lot!

/m

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 11 august 2006 build is out.
« Reply #3 on: September 28, 2006, 08:07:11 am »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 11 august 2006 build is out.
« Reply #4 on: September 28, 2006, 08:20:03 am »
Thanks!

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 11 august 2006 build is out.
« Reply #5 on: September 28, 2006, 03:51:16 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ