You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some plugins have overly-long names, which voxel-plugins-ui's datgui truncates:
worse, it truncates per word, so they only show up as 'voxel-' not even the first few (hopefully distinctive) characters of the name are shown. Some ideas to fix this: increase the datgui window width, drop the voxel- suffix from display (but, plugins do not necessarily have to have this prefix), find out how to disable word-based truncation and just cut off the excess characters, and/or add an ellipsis in the middle as part of the display process (voxel-foobar -> v…foobar, etc., depending on the display width)
That might work (tooltips to show full name), not sure how to dig into the datgui internals to do this though. Also the disadvantage of tooltips is you have to hover over and wait, which impedes quick glancing at the plugin list (lowers usability / user-friendliness), but it'd be better than the status quo.
Some plugins have overly-long names, which voxel-plugins-ui's datgui truncates:
worse, it truncates per word, so they only show up as 'voxel-' not even the first few (hopefully distinctive) characters of the name are shown. Some ideas to fix this: increase the datgui window width, drop the voxel- suffix from display (but, plugins do not necessarily have to have this prefix), find out how to disable word-based truncation and just cut off the excess characters, and/or add an ellipsis in the middle as part of the display process (voxel-foobar -> v…foobar, etc., depending on the display width)
CSS3 text-overflow? http://sharonminsuk.com/blog/2010/07/22/css3-text-truncation-and-ellipses-even-in-firefox-and-without-the-styling-constraints/
The text was updated successfully, but these errors were encountered: