Community
Participate
Working Groups
Hi, In the MoDisco model browser, large property values are badly displayed and are cut because the are is not long enough and can't be enlarge. Regards Stéphane Rousseau
Are you referring to the attributes that appear inline in the model browser's treeview, or in the Properties view? Attribute values displayed in the treeview are truncated after 100 characters or the first newline. This is to avoid long lines and ridiculously large scrollbars.
I'm talking about the model browser's treeview. I understand the reason why it works this way but it would be nice if we can navigate thru the value to display it in a area with a predefined size. In my case, I can't see the name of the Java class (the most important part of the value) used in the contributionURI property of an handler except usi ng the Properties view. Stéphane Rousseau
In revision 3149, I added a tooltip that shows the full text when the displayed text is truncated. Also the text is now truncated in the middle instead of at the end, so that when the end is the most valuable part, it appears directly. I also increased the length after which the strings are truncated.
Bug fixed.