I just wanted to let you know that your new plugin will be very useful for me; I asked for something similar a few months ago. Your work is greatly appreciated.
I also wanted to inform you of a minor problem with the UI that I've noticed; it has zero effect on functionality, so I hesitate to bring it up, but maybe you haven't noticed it. When the "Field values" list is first populated, it tends to appear with a horizontal scroll bar, which disappears as soon as the vertical scroll bar is clicked. Apparently, you chose the column sizes with the intent of avoiding this scroll bar, but something in the code is not behaving as you expected.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Indeed, I have noticed this issue but for "Entries" list and not for "Field Values" list. And the horizontal scrollBar appears even if no value are populated.
For information, several mechanisms are used to size columns:
* Column widths are initialized with a hardcoded standard width
* Each time the window is resized, column widths are computed to keep their percentage of full width of listview. As a test, I tries to change the code so that the sum of all column widths becomes [full width of listview + 10 pt] but it does not solve the problem.
Unfortunately, it seems that it is a standard behavior of listview...
And as you said, it does not impact the first objective of the plugin. So I do not want to spend a lot of time on this subject.
Feel free to share your hints ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just wanted to let you know that your new plugin will be very useful for me; I asked for something similar a few months ago. Your work is greatly appreciated.
I also wanted to inform you of a minor problem with the UI that I've noticed; it has zero effect on functionality, so I hesitate to bring it up, but maybe you haven't noticed it. When the "Field values" list is first populated, it tends to appear with a horizontal scroll bar, which disappears as soon as the vertical scroll bar is clicked. Apparently, you chose the column sizes with the intent of avoiding this scroll bar, but something in the code is not behaving as you expected.
Thanks for your feedback !
Indeed, I have noticed this issue but for "Entries" list and not for "Field Values" list. And the horizontal scrollBar appears even if no value are populated.
For information, several mechanisms are used to size columns:
* Column widths are initialized with a hardcoded standard width
* Each time the window is resized, column widths are computed to keep their percentage of full width of listview. As a test, I tries to change the code so that the sum of all column widths becomes [full width of listview + 10 pt] but it does not solve the problem.
Unfortunately, it seems that it is a standard behavior of listview...
And as you said, it does not impact the first objective of the plugin. So I do not want to spend a lot of time on this subject.
Feel free to share your hints ;)