News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Copy to clipboard doesn't work

Started by Decrius, January 26, 2008, 04:16:35 PM

Previous topic - Next topic

Decrius

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.
Check out my website: [url="http://www.daevius.com"]http://www.daevius.com[/url]

stahta01

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Decrius

I have the problem only with CB, and even when its dont building...
Check out my website: [url="http://www.daevius.com"]http://www.daevius.com[/url]

thomas

You want to use the control's standard context menu, which works fine. :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Decrius

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.
Check out my website: [url="http://www.daevius.com"]http://www.daevius.com[/url]

MortenMacFly

Quote from: 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?
What Thomas meant is this one:

You get this menu simply when right-clicking on *any* logger.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on January 28, 2008, 07:59:44 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.


killerbot

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 .

thomas

Quote from: MortenMacFly on January 28, 2008, 07:59:44 PMYou 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).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."