User forums > Using Code::Blocks

BuildMessages: error message to long to be viewed comfortably

<< < (2/3) > >>

drac:

--- Quote from: Ceniza on March 23, 2008, 09:55:44 pm --- What I don't remember is if anyone actually explained how to set it up in an easy way to use it with Code::Blocks. The search option of the forums should be enough to find them.

--- End quote ---

Here is a wiki page for STLFilt with C::B MinGW package.

frithjofh:
Thanks for the quick help everybody,

for the moment i'm fine with the double-click (i'm working on windows right now), but i don't think that it is very intuitive neither, i bet there are many users out there, who just don't get how to do it ... I think dragging the separator and scrolling automatically would be the best, francly ... :?

and thanks for the STLfilt info, was'nt looking for anything like that, but now i will ...

regards

nausea

JGM:

--- Quote from: killerbot on March 23, 2008, 10:34:32 pm ---And secondly , what can we do about it : ideas ?

--- End quote ---

I'm not sure if the wxListCtrl is the one used, but I was reading wxDocumentation and found this:

wxListCtrl::SetColumnWidth

bool SetColumnWidth(int col, int width)

Sets the column width.
width can be a width in pixels or wxLIST_AUTOSIZE (-1) or wxLIST_AUTOSIZE_USEHEADER (-2). wxLIST_AUTOSIZE will resize the column to the length of its longest item. wxLIST_AUTOSIZE_USEHEADER will resize the column to the length of the header (Win32) or 80 pixels (other platforms).
In small or normal icon view, col must be -1, and the column width is set for all columns.

Calmarius:
I have a similar problem on Ubuntu linux too. But it is more annoying... If the error message is too long to view and I still can't view it by dragging the separator to the right side, I will unable to view the message because the message window is not scrollable horizontally because it truncates the end of the message with an ellipsis.

The only workaround is right click on it and select copy selection and copy it into gedit, which is quite annoying.

ollydbg:
Just for a reminder.

This is a bug in wxWidgets. see the post:

http://forums.codeblocks.org/index.php/topic,10770.msg73846.html#msg73846

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version