Code::Blocks Forums

User forums => Help => Topic started by: Decrius on January 26, 2008, 04:16:35 pm

Title: Copy to clipboard doesn't work
Post by: Decrius on January 26, 2008, 04:16:35 pm
When I click Copy contents/selection to clipboard (from the Build Messages 'window'), it just doesn't copy it to the clipboard...

WinXP, latest nightly build.
Title: Re: Copy to clipboard doesn't work
Post by: stahta01 on January 26, 2008, 04:42:26 pm
I noticed the same thing recently, if I wait till it is done building it works for me most of the time.
But, while building it never works for me.

Note, I have cut/paste issues with other apps so was thinking it was Windows XP related.

Tim S
Title: Re: Copy to clipboard doesn't work
Post by: Decrius on January 26, 2008, 07:04:01 pm
I have the problem only with CB, and even when its dont building...
Title: Re: Copy to clipboard doesn't work
Post by: thomas on January 27, 2008, 06:04:21 pm
You want to use the control's standard context menu, which works fine. :)
Title: Re: Copy to clipboard doesn't work
Post by: Decrius on January 28, 2008, 06:21:31 pm
Not sure what you mean, but it should copy the error into the clipboard shouldn't it? Well...it doesn't :P. Need to rewrite the error if I want to post it on a forum for instance.
Title: Re: Copy to clipboard doesn't work
Post by: MortenMacFly on January 28, 2008, 07:59:44 pm
Not sure what you mean, but it should copy the error into the clipboard shouldn't it?
What Thomas meant is this one:
(http://img509.imageshack.us/img509/9932/copypastemw7.th.png) (http://img509.imageshack.us/my.php?image=copypastemw7.png)
You get this menu simply when right-clicking on *any* logger.
Title: Re: Copy to clipboard doesn't work
Post by: Jenna on January 28, 2008, 08:35:09 pm
You get this menu simply when right-clicking on *any* logger.

Not with my build svn4845 on 64-bit debian.
svn 4844 on w2k works.

Title: Re: Copy to clipboard doesn't work
Post by: killerbot on January 28, 2008, 09:44:45 pm
I can confirm this too. On my OpenSuse 10.2 (64bit) I don't get this right click menu either. However ctrl-c works for me for a selection made by dragging with the mouse.

I have a wild guess when this was introduced ... ;-)  No no don't ask me .
Title: Re: Copy to clipboard doesn't work
Post by: thomas on January 29, 2008, 12:17:36 am
You get this menu simply when right-clicking on *any* logger.
Only the loggers that are based on a text control (i.e. app log and compiler log, but not the "beautified" build log which is displayed in a table).

These are standard menus which work as good (or bad) as the standard control works for every native text control (on my system, they work flawlessly), we're not doing anything to show them.

The menus that you get when clicking on the tabs are self-made and don't work properly (plus, they have non-standard functions/names).