Author Topic: Copy to clipboard doesn't work  (Read 5733 times)

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Copy to clipboard doesn't work
« 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.
Check out my website: http://www.daevius.com

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Copy to clipboard doesn't work
« Reply #1 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Re: Copy to clipboard doesn't work
« Reply #2 on: January 26, 2008, 07:04:01 pm »
I have the problem only with CB, and even when its dont building...
Check out my website: http://www.daevius.com

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Copy to clipboard doesn't work
« Reply #3 on: January 27, 2008, 06:04:21 pm »
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."

Offline Decrius

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Daevius
Re: Copy to clipboard doesn't work
« Reply #4 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.
Check out my website: http://www.daevius.com

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Copy to clipboard doesn't work
« Reply #5 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:

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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Copy to clipboard doesn't work
« Reply #6 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.


Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Copy to clipboard doesn't work
« Reply #7 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 .

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Copy to clipboard doesn't work
« Reply #8 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).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."