News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 06 April 2007 build is out.

Started by killerbot, April 06, 2007, 11:43:23 PM

Previous topic - Next topic

jmccay

Quote from: byo on April 09, 2007, 11:52:22 PM
Quote from: jmccay on April 09, 2007, 04:13:00 AM
   Also, with wxSmith, when I try to run an older program (after recompiling successfully), I get an error telling me:

"Invalid XRC resource file 'file:/C%3A/development/projects/software/ ... /editAcctdialog.wxs': doesn't have root node 'resource'

That's an odd file location (the %3A).  I don't know why, but at least 2 of my projects give the same error.  I have on that seems to work fine.  When was the last time wxSmith was updated/changed?  I know a newer version was in the works, but has it been applied to CB yet?

Other than that.  I like the latest build so far.  Keep up the good work.
jmccay

Uhmm, this looks really strange for me. wxSmith should never have file names stored in form 'file:/...', and this %3A seems to be some result of XML string conversion. Could you open project's .cbp file in some text editor, search for <wxsmith> node and see if there are some invalid enteries in form of 'file:/C%3A/..." ? Correcting these values should fix the problem.

Regards
  BYO
Doesn't look like there is.  I will have to look into it further.
OS: WinXP, Win98 SE, & sometimes Linux

a little light reading from the wxWidgets 2.6.2 readme: A detailed 2000-page reference manual is supplied in HTML, PDF and Windows Help form: see the docs hierarchy.

darthdespotism

I have another Problem with this Nightly, wich also was present on 1 of April / 31 of March:

Using Ubuntu 6.10 CB freezes the X-Server on any Drag'n'Drop - operation leaving only to restart with CTRL+ALT+Backspace

Biplab

Quote from: darthdespotism on April 10, 2007, 07:27:31 PM
Using Ubuntu 6.10 CB freezes the X-Server on any Drag'n'Drop - operation leaving only to restart with CTRL+ALT+Backspace

This is a known wxGTK bug which has been fixed in wxGTK 2.8.
Be a part of the solution, not a part of the problem.

darthdespotism

#18
Is there a chance that I get this soon with the Updates or should I install it manually?

How do I make CB use wxGTK 2.8?
I installed it now on my System but CB stil uses wxGTK2.6

Flavor

Quote from: bugmenot on April 09, 2007, 12:26:19 PM
Hello there!
First: Great Work!

OK, I have a little question about the Windows version:
Everytime I use the normal Shortcuts for Copy, Cut and Paste (Ctrl-C, X, V) the whole line is used instead of just the marked part.
After setting the shortcuts for these functions manually in the options dialog they work without problems.
In my old version of CodeBlocks (3542) I did not have to do that. And I think, thats the usual thing you woud expect. Or is it menat as a new feature?

Yeah, I just noticed this problem, myself.  It's rather annoying.  I assume it's an unintentional bug.

Thanks for the tip on how to fix it in the settings.

Pecan

Quote from: Flavor on April 25, 2007, 10:55:59 PM
Quote from: bugmenot on April 09, 2007, 12:26:19 PM
Hello there!
First: Great Work!

OK, I have a little question about the Windows version:
Everytime I use the normal Shortcuts for Copy, Cut and Paste (Ctrl-C, X, V) the whole line is used instead of just the marked part.
After setting the shortcuts for these functions manually in the options dialog they work without problems.
In my old version of CodeBlocks (3542) I did not have to do that. And I think, thats the usual thing you woud expect. Or is it menat as a new feature?

Yeah, I just noticed this problem, myself.  It's rather annoying.  I assume it's an unintentional bug.

Thanks for the tip on how to fix it in the settings.

Delete cbKeyBinder10.ini in your codeblocks data directory.
The menu structrure has changed.

Flavor

Quote from: Pecan on April 26, 2007, 01:30:01 AM
Quote from: Flavor on April 25, 2007, 10:55:59 PM
Quote from: bugmenot on April 09, 2007, 12:26:19 PM
Hello there!
First: Great Work!

OK, I have a little question about the Windows version:
Everytime I use the normal Shortcuts for Copy, Cut and Paste (Ctrl-C, X, V) the whole line is used instead of just the marked part.
After setting the shortcuts for these functions manually in the options dialog they work without problems.
In my old version of CodeBlocks (3542) I did not have to do that. And I think, thats the usual thing you woud expect. Or is it menat as a new feature?
Yeah, I just noticed this problem, myself.  It's rather annoying.  I assume it's an unintentional bug.

Thanks for the tip on how to fix it in the settings.
Delete cbKeyBinder10.ini in your codeblocks data directory.
The menu structrure has changed.

Hmm, I don't see this file anywhere.  Should it be in
"C:\Documents and Settings\username\.CodeBlocks" ?

Pecan

#22
Quote from: Flavor on April 26, 2007, 05:10:05 PM
Quote from: Pecan on April 26, 2007, 01:30:01 AM
Quote from: Flavor on April 25, 2007, 10:55:59 PM
Quote from: bugmenot on April 09, 2007, 12:26:19 PM
Hello there!
First: Great Work!

OK, I have a little question about the Windows version:
Everytime I use the normal Shortcuts for Copy, Cut and Paste (Ctrl-C, X, V) the whole line is used instead of just the marked part.
After setting the shortcuts for these functions manually in the options dialog they work without problems.
In my old version of CodeBlocks (3542) I did not have to do that. And I think, thats the usual thing you woud expect. Or is it menat as a new feature?
Yeah, I just noticed this problem, myself.  It's rather annoying.  I assume it's an unintentional bug.

Thanks for the tip on how to fix it in the settings.
Delete cbKeyBinder10.ini in your codeblocks data directory.
The menu structrure has changed.

Hmm, I don't see this file anywhere.  Should it be in
"C:\Documents and Settings\username\.CodeBlocks" ?

More like:
c:\Documents and Settings\Pecan\Application Data\codeblocks\cbKeyBinder10.ini

If you don't have the file, then you must not be running KeyBinder plugin.

You must then have some other problem.