From: SourceForge.net <no...@so...> - 2008-07-30 20:55:22
|
Bugs item #2033031, was opened at 2008-07-30 20:25 Message generated for change (Comment added) made by innot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=2033031&group_id=189165 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface Group: unspecified version Status: Open Resolution: None Priority: 5 Private: No Submitted By: Justin Richards (ratmandu) >Assigned to: Thomas Holland (innot) Summary: Linux FUSE and Lockbit preview in svn version Initial Comment: Sections in previews are too small, non-resizable, and thus, unreadable. See attachments. Using latest svn version (as of 07/30/08 1:23 PM CDT) on eclipse europa on Gentoo Linux in gnome. ---------------------------------------------------------------------- >Comment By: Thomas Holland (innot) Date: 2008-07-30 22:55 Message: Logged In: YES user_id=1542541 Originator: NO Hello Justin, thanks for the heads up on this. I only test the plugin against Linux sporadically, so I haven't noticed this yet. Seems like the implementation of SWT has some subtle differences between Windows and Linux. The difference seems to be in the TreeColumn.pack() method, which is called whenever the Preview has changed. >From your Screenshots I would say that on Linux pack() will only size the columns according to the size of the root elements (the fuse bytes), while on Windows it will also take the content of the child elements (the bitfields) into account when determining the minimum column size. I changed the PreviewControl to also show the column headers and thus made the columns resizable (SVN Rev 570). But I doubt that this will solve the problem as the columns are re-packed for every change. I could make the size of the column static and only changeable by the user, but I kind of liked the dynamic sizing I was getting on Windows. I will have to think about this and see if I can find a good solution. Or maybe there is a trick on how to get the same behaviour from both Linux and Windows. brgds, Thomas ---------------------------------------------------------------------- Comment By: Justin Richards (ratmandu) Date: 2008-07-30 20:26 Message: Logged In: YES user_id=2163405 Originator: YES File Added: screenshot4.png ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=928231&aid=2033031&group_id=189165 |