Author Topic: The 14 august 2006 build is out.  (Read 12537 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 14 august 2006 build is out.
« on: August 14, 2006, 05:22:01 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 14 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_fc4+5.rpm


Resolved Fixed:

  • KeyBinder v0.4.24 Reapply multiple key profile update removed by v0.4.20 reverson
  • KeyBinder v0.4.24 Reapply recursive UpdateAll() menu scan removed by v0.4.20 reversion
  • added horizontal scrollbar to multiselect dialog (according to wx : windows only) (== [ Feature Request #2484 ] Helpfull scrollbar)
  • Forward all scintilla events to all hooked clients to cbEditor (only a couple of events were forwarded).
  • Fix for debugger plugin which was consuming the EVT_EDITOR_TOOLTIP, never to be seen by other plugins
  • wxAUI fix for GTK crashes
  • wxAUI fix when loading a saved perspective and some layout items do not exist anymore: the layout does not break, just ignores the missing items
  • added cb_coders-unix project file, updated ContribPlugins-unix appropriate
  • Tool(s) : little clean up and rename
  • fixed some unix cbp's of contributed plug-ins (wrong dir for wxscintilla include)

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)


Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 14 august 2006 build is out.
« Reply #1 on: August 14, 2006, 06:35:04 pm »
Can't compile in Ubuntu Linux 6.06. Get the following error:

toolsmanager.cpp: In member function 'bool ToolsManager::Execute(const cbTool*)':
toolsmanager.cpp:124: error: 'const class cbTool' has no member named 'name'



Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 14 august 2006 build is out.
« Reply #2 on: August 14, 2006, 06:38:23 pm »
Can't compile in Ubuntu Linux 6.06. Get the following error:

toolsmanager.cpp: In member function 'bool ToolsManager::Execute(const cbTool*)':
toolsmanager.cpp:124: error: 'const class cbTool' has no member named 'name'

replace tool->name by tool->GetName() : fixed in svn

sethjackson

  • Guest
Re: The 14 august 2006 build is out.
« Reply #3 on: August 14, 2006, 07:34:57 pm »
Windows ANSI build is here.

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: The 14 august 2006 build is out.
« Reply #4 on: August 14, 2006, 11:26:41 pm »
Now with the Find dialog the cursor keeps switching focus to the editor window from the text box, despite the fact that the Find dialog has the focus.

I'm running Windows XP Pro Service Pack 1.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 14 august 2006 build is out.
« Reply #5 on: August 15, 2006, 04:13:44 am »
Now with the Find dialog the cursor keeps switching focus to the editor window from the text box, despite the fact that the Find dialog has the focus.

I'm running Windows XP Pro Service Pack 1.

I can't seem to duplicate the problem. With the find dialog active, even if I click into the editor window, the find dialog keeps the focus.

Could you describe the specifics how you get the problem?

Does it happen with all plugins disabled?

Win XPsp2
« Last Edit: August 15, 2006, 04:15:34 am by Pecan »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 14 august 2006 build is out.
« Reply #6 on: August 15, 2006, 07:48:32 am »
Quote
I can't seem to duplicate the problem. With the find dialog active, even if I click into the editor window, the find dialog keeps the focus.

Pecan, the fix was commited just yesterday and this bug no longer exists ;)
Be patient!
This bug will be fixed soon...

bigbug

  • Guest
Re: The 14 august 2006 build is out.
« Reply #7 on: August 15, 2006, 09:19:47 am »
Why is it forbidden to copy and paste code into the find dialog while it's open?

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
Re: The 14 august 2006 build is out.
« Reply #8 on: August 15, 2006, 01:32:18 pm »
The wxsmith is killing the code block program.
With the old file version is was working a bit strange but with this build it hangs the software from time to times.
the screen refresh is not working correctly at all, if I want to look at the window I need to open a item in the menu.
shutting down the application is taking forever.

ok that is the negative part.

what did  I see and do?
I upgraded to the latest version and said yes to the question if I wanted to import the information to the CB file.
I see that the window update does not work, I need to select a menu to see a good window. otherwise its white.
When I just open the wx information window for the first time there is no problem, except its slow
I have problems with closing CB, it is taking forever and the screen is refreshed several times.

my system:
P4 2Ghz
256 mb
win2000 sp4

please fix so I can use this fine tool again. :D

cheers,

Jewe
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Offline leeya

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 14 august 2006 build is out.
« Reply #9 on: August 15, 2006, 04:16:31 pm »
 :x I am newbie. I need help for Code::Blocks .
      why I could not  debug ?
      If it exists for debug configuration ?
      why lacks of help document ?
     
      Debug information as follow:
      Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: D:\NewCPP\CCProject\
Adding source dir: D:\NewCPP\CCProject\
Adding file: .\CCProject.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 5.2.1


thx all!

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 14 august 2006 build is out.
« Reply #10 on: August 15, 2006, 04:22:42 pm »
Debugger name and version: GNU gdb 5.2.1

Update the debugger to 6+ and it most likely will solve your problems.
You did not state CB version, your system etc. But the following may help:

Quote from: killerbot on July 19, 2006, 06:09:41 AM
upgrade your gdb : 6.3.2 : http://prdownloads.sf.net/mingw/gdb-6.3-2.exe?download
this might solve the breakpoint issue, and make sure your build is done with the -g option.
« Last Edit: August 15, 2006, 04:30:03 pm by Pecan »

Angel Portal

  • Guest
Re: The 14 august 2006 build is out.
« Reply #11 on: August 16, 2006, 01:12:42 am »


Do I have to sign to get the ANSI version?
Or it is for FREE?

Angel Portal

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 14 august 2006 build is out.
« Reply #12 on: August 16, 2006, 02:18:24 am »
Do I have to sign to get the ANSI version?
Or it is for FREE?

Just click in the second column the button that says Free... and then it'll be free :wink: