Community
Participate
Working Groups
Eclipse M3, win32 or Motif - Workbench -> Preferences - Expand Java -> Classpath Variables - note on this page that the label text at the top is the height of one line of text, but there's clearly more text to be shown (on win32 the line just ends, on Motif it attempts to split the space between two lines of text) The following may be relevant: - if you now click on the page below (Code Formatter) then back on the Classpath Variables page the label is now given enough height. This is because the Code Formatter page forced the preferences dialog to expand, so there is now more space to accomodate the long label back on the Classpath Variables page.
Someone failed to call pack after setting the text? Please verify that it's not something obvious in our code, then give the UI team a crack at it.
The layout is being done by custom MGridLayout and MGridData objects. This is probably where the problem is since the wrong behaviour appears on multiple platforms. Forwarding to jdt-ui.
we got rid off MGridLayout, and now the lines do not wrap at all.
moving back to desktop see also bug 13619 *** This bug has been marked as a duplicate of 13619 ***