News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 14 august 2006 build is out.

Started by killerbot, August 14, 2006, 05:22:01 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 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)


cstudent

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'



killerbot

Quote from: cstudent 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'

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

sethjackson


ironhead

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.

Pecan

#5
Quote from: ironhead 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.

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

mandrav

QuoteI 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

Why is it forbidden to copy and paste code into the find dialog while it's open?

Jewe

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

leeya

 :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!

Pecan

#10
Quote from: leeya on August 15, 2006, 04:16:31 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.

Angel Portal



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

Angel Portal

Ceniza

Quote from: Angel Portal on August 16, 2006, 01:12:42 AMDo 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: