Author Topic: The 01 May 2007 build is out.  (Read 28966 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 01 May 2007 build is out.
« on: May 01, 2007, 07:52: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://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx283.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

The 01 May 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070501_rev3915_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070501_rev3915_Ubuntu6.xx.deb
   http://prdownload.berlios.de/codeblocks/CB_20070501_rev3915_suse100-102.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070501_rev3915_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • wxSmith:
    * Removed more wx 2.8 warnings
    * Added few missing headers
    * Replaced few const wxString& with wxString (looks like it fixes problem with crash when wxSmith is unloading)
  • CodeSnippets 1.2.42 2007/04/27
    - Add dragscrolling options to settingsdlg() & snippetsconfig()
    - snippetsconfig() globally manages all config items for all classes
    - Fixes to allow docked window to restart at previous position
    - More hacking to work around wxAUI docked/floating windows deficiencies
    - Added settings preference for window type & mouse scrolling
    - Corrections for linux settings preferences
    - Corrected path for codesnippets; add wxLearner gtkx.h includes for *nix
    - Fixes to OnUpdateUI routine when switching between window types
    - Verfied wx2.8.3 fixed closing Docked window crash
    - Added wxProcess::Exists() to check on external snippets window
    - Fixed wx2.8.3 RightClick not selecting tree item
    - Fixed external snippet storage folder not being recorded
  • CodeSnippets 1.2.51 2007/04/28
    - On startup, wait for user to open window with view/snippets menu
    - Fixed CB fullscreen editor focus. Make editors modal while they have focus
  • DragScroll 1.1.01 2007/04/28
    - Remove wx2.6.3 work-arounds fixed by wx2.8.3
  • Added wxCustomButton from wxThings into wxSmithContribItems, not enabled yet since it produces some crashes
  • Fixed: Couple of Enable / Disable issues in File menu
  • Exposed the following functions to Scripting system. Please read the wiki for details
    - GetArrayFromString [Global function]
    - GetStringFromArray [Global function]
    - wxArrayString::Index
  • Added & Exposed following SDK functions to Scripts:
    - wxListBox::GetListboxSelections()
    - wxListBox::GetListboxStringSelections()
  • Modified additional wx lib entry pages. Now additional libraries can be selected from a listbox
  • Fixed: RunTargetWizard() will now add target to project files
  • Fixed: Wizard::GetCompilerID() will now return proper compiler id for targets
  • Added: wxWidgets project to Build target wizard
  • wxSmith:
    * Fixed crash when setting style for wxChoice
    * Applied fix that may probably fix the crash on exit (previous didn't worked) - this one prevents using structure after it's been destroyed
  • Fixed: An empty virtual folder is created when "Categorize by file types" is unchecked
  • CodeSnippets - remove editsnippetdlg.cpp/h from Makefile.am again & again & again
  • Fixed: Some compilation issues regarding newly added script function
  • Updated: Now wxWidgets wizard would be able to add target in Linux / Mac
  • CodeSnippets 1.2.59 2007/05/1
    - Restore statusbar text on idle
    - Pass independent window a keepAlive Pid. ping it to save data on exit.
    - Add plgn communications to independent windows via memory mapped file
    - Clean up temp memory mapped file on termination
    - Correct update and update.bat
  • CodeSnippets - check memorymappedfile.* box before committing stupid! (age related)

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: May 02, 2007, 07:26:51 am by killerbot »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 01 May 2007 build is out.
« Reply #1 on: May 01, 2007, 09:11:09 pm »
Ubuntu 6.10 & 7.04 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Steven 'lazalong'

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: The 01 May 2007 build is out.
« Reply #2 on: May 01, 2007, 10:55:14 pm »
So much corrections... :shock:

Visiting Firenze must have been boring  :P
-------------------------------
OGE - www.opengameengine.org

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 01 May 2007 build is out.
« Reply #3 on: May 02, 2007, 12:43:43 am »
wxSmith became really cool:wink:. We may see what can do one Slavic guy with keyboard.

But there is no wxGrid :cry:... As a result I made huge GUI to my project with wxFormBuilder and wxDevCpp.

I have no time to add wxGrid may self. Somobody!!! Please add wxGrid to the wxSmith. Only one piece in wxSmith is missing... :?
« Last Edit: May 02, 2007, 01:24:32 am by Grom »
gcc+winXP+suse.

DBloke

  • Guest
Re: The 01 May 2007 build is out.
« Reply #4 on: May 02, 2007, 12:49:24 am »
Somebody is on a roll with wxSmith, some serious fixes and enhancements
Excellent work Code::Blocks + wxSmith = exactly what C/C++ has been waiting for these past 20+ years :P

Offline phireis

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 01 May 2007 build is out.
« Reply #5 on: May 02, 2007, 03:37:49 am »
The debugging windows still doestnt open for me too(it was reported at april 26th by danielking). None of them, this seems to have happened after changing to wxwidgets2.8. I'm on Windows XP, Gdb 6.3.
I'll go back to a debug working version (I miss watches so much). More people having this too?

Philipe

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 01 May 2007 build is out.
« Reply #6 on: May 02, 2007, 04:46:59 am »
The debugging windows still doestnt open for me too(it was reported at april 26th by danielking). None of them, this seems to have happened after changing to wxwidgets2.8. I'm on Windows XP, Gdb 6.3.
I'll go back to a debug working version (I miss watches so much). More people having this too?

This is a wxWidgets related issue (I'm assuming you want to open various debugging related windows). AFAIK, there is a bug in wx2.8.3 which screws up pop-up menu. If you switch to wx2.8.4 (Currently in RC1), the issues goes away.

My suggestion to those who are facing this problem to use the Debug > Debugging windows > Watches to open up Watches window. When wx 2.8.4 will be used, this problem would go away.

Regards,

Biplab
« Last Edit: May 02, 2007, 04:48:37 am by Biplab »
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 01 May 2007 build is out.
« Reply #7 on: May 02, 2007, 07:27:29 am »
So much corrections... :shock:

Visiting Firenze must have been boring  :P

not my credit, credit to the other programmers who committed these fixes. I just made a build out of it ;-)

Offline red eagle

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 01 May 2007 build is out.
« Reply #8 on: May 02, 2007, 11:07:18 am »
This is my first post, congratulations on a wonderful piece of software.

Just a post to help Phireis, if you close the management sidebar window, and then reopen it, the debugging windows should work again.

Windows XP SP2


RED.

Rama

  • Guest
Re: The 01 May 2007 build is out.
« Reply #9 on: May 02, 2007, 11:30:56 am »
The last couple builds I've used have had issues with cut and copy.

Cut: I cannot cut only a part of a line, and when I cut it also insists on cutting the the line immediately following what I wanted. This shows up both when cutting and pasting.

Copy: Same as above only with copy instead of cut.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 01 May 2007 build is out.
« Reply #10 on: May 02, 2007, 11:39:45 am »
The last couple builds I've used have had issues with cut and copy.

There are two solutions.
1. Disable cbKeybinder plugin.
2. Reassign the shortcuts.
Be a part of the solution, not a part of the problem.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 01 May 2007 build is out.
« Reply #11 on: May 02, 2007, 02:31:39 pm »
The last couple builds I've used have had issues with cut and copy.

Cut: I cannot cut only a part of a line, and when I cut it also insists on cutting the the line immediately following what I wanted. This shows up both when cutting and pasting.

Copy: Same as above only with copy instead of cut.

The menu structure has changed and the key definition ids nolonger match those memorized by KeyBinder. It'd be best if you'd delete cbKeyBinder10.ini from the CodeBlocks data folder and reenter your personal keys

Windows: c:\Documents and Settings\<user name>\Application Data\codeblocks\cbKeybinder...ini

*nix: ~/.codeblocks/cbkeybinder....ini.
« Last Edit: May 02, 2007, 02:34:04 pm by Pecan »

Rama

  • Guest
Re: The 01 May 2007 build is out.
« Reply #12 on: May 02, 2007, 02:38:59 pm »
Thank you very much, Pecan. I simply removed the file and all the (default I assume) key bindings are as I'm used to.

museeer

  • Guest
Re: The 01 May 2007 build is out.
« Reply #13 on: May 02, 2007, 03:05:22 pm »
If you switch to wx2.8.4 (Currently in RC1), the issues goes away.
where I can find wx2.8.4?

wxLearner

  • Guest