Author Topic: save/copy messages in message window?  (Read 27376 times)

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
save/copy messages in message window?
« on: April 05, 2006, 12:16:05 pm »
How is it possible to copy/save messages from the message window (build messages).

I can not save build-errors to clipboard and post them anywhere. Understand?

I am using
Code::Blocks 1.0 revision 2062 Build: Feb 23 2006, 03:02:53 - wx2.6.2 (Windows, ANSI)

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: save/copy messages in message window?
« Reply #1 on: April 05, 2006, 12:23:08 pm »
Hello,

Did you try in the Build log tab to click the right mouse button, chose e.g., Select All and then Copy?

Best wishes,
Michael

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: save/copy messages in message window?
« Reply #2 on: April 05, 2006, 12:55:29 pm »
The context menu on the build-tab shows
- tabs at top
- tabs at bottom
- show/hide >

context menu in the message window (where the messages are) is not possible.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: save/copy messages in message window?
« Reply #3 on: April 05, 2006, 01:13:36 pm »
The context menu on the build-tab shows

Not on the tab, but inside the window :).

Best wishes,
Michael

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: save/copy messages in message window?
« Reply #4 on: April 05, 2006, 01:29:14 pm »
Not on the tab, but inside the window :).

inside the window I can get no contextmenu. There is nothing!

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: save/copy messages in message window?
« Reply #5 on: April 05, 2006, 01:31:30 pm »
it does not work on the moon, only on earth ...

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: save/copy messages in message window?
« Reply #6 on: April 05, 2006, 01:41:27 pm »
Not on the tab, but inside the window :).

inside the window I can get no contextmenu. There is nothing!

Inside the Build log window and not in the Build messages windows. Here it works fine.

Best wishes,
Michael

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: save/copy messages in message window?
« Reply #7 on: April 05, 2006, 01:58:49 pm »
Inside the Build log window and not in the Build messages windows. Here it works fine.

The build log window works fine. That is not the problem. But it does not help me.

I need the clean extracted messages from the build messages window.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: save/copy messages in message window?
« Reply #8 on: April 05, 2006, 02:02:29 pm »
Inside the Build log window and not in the Build messages windows. Here it works fine.
I need the clean extracted messages from the build messages window.

Ah, ok. Then AFAIK it is not possible.

Best wishes,
Michael

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: save/copy messages in message window?
« Reply #9 on: April 05, 2006, 02:13:02 pm »
Quote
Ah, ok. Then AFAIK it is not possible.
Luckily, it is not :)
Would be quite bad if that was possible.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: save/copy messages in message window?
« Reply #10 on: April 05, 2006, 02:23:45 pm »
Well, it is possible since revision 2312.
Be patient!
This bug will be fixed soon...

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: save/copy messages in message window?
« Reply #11 on: April 05, 2006, 02:31:16 pm »
What a great idea...
When we tell someone having the typical "XXX does not compile" problem to post the build log, we will now get those absolutely useless build messages 50% of the time... brilliant.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: save/copy messages in message window?
« Reply #12 on: April 05, 2006, 02:33:20 pm »
What a great idea...
When we tell someone having the typical "XXX does not compile" problem to post the build log, we will now get those absolutely useless build messages 50% of the time... brilliant.

"useless" ?!?
You know, they 're the very same messages that appear in the build log.
And, yes, I know they don't contain the actual command-lines. You have to tell people to enable full command-line logging anyway, so you might as well clarify that you 're interested in the build log and not the build messages...
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: save/copy messages in message window?
« Reply #13 on: April 05, 2006, 02:41:51 pm »
... You have to tell people to enable full command-line logging anyway ...

i would propose to set "full comandline logging" as default setting anyways

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: save/copy messages in message window?
« Reply #14 on: April 05, 2006, 02:50:24 pm »
Quote
You have to tell people to enable full command-line logging anyway
That's why I suggested making the full commandline the default a few months ago. It is bad enough that people have to enable "normal" output explicitely.

I mean, OK... if someone absolutely does not want to see the compiler messages, I can even understand why someone would want beautified messages (although you don't need to read them if you don't want...), and they're handy for jumping to an error line, too.

But if you give them the ability to copy the beautified messages, then people will really do so.
As people post "Compiling foo.cpp" now when asking for help building something, they will now post beautified error messages. I don't think that is any good.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."