Quote:
Originally Posted by Terisa de morgan
I've installed the new version (new plugin, really  ) and I want to say thank you because it fits my needs better now.
|
Thanks, nice to hear.
Quote:
Originally Posted by Terisa de morgan
I can enlarge the dialog but not reduce it, and it's a big ginormous (aesthetical preference, just in case there is a problem preventing the reduction) (See attached image)
|
I will look into that and change for the next release.
Quote:
Originally Posted by Terisa de morgan
I have to load the search preferences EVERY time I call the plugin, and it gets boring fast (this is my main peeve with the plugin)
|
The code to restore the preferences is already in the plugin, it is commented out until I figure out how to best to utilize it.
The problem is that since this new mode uses custom columns and templates, we can have a situation where the plugin trying to restore settings and failing because a custom column is no longer there, or user defined template function is deleted. When restoring from saved settings, the code actually checks for all these things, restores columns and algorithms that can be restored, and then presents the user with detailed error messages of what cannot be restored.
This can be easily applied to restore the preference from when the user last used the plugin, I just think it is ugly for the user to open the plugin and be greeted with an error message immediately. So, I thought about making this optional, but I am still not sure about the default, should it be set to restore or not, and should I do it as separate option for each dialog or just one that apply to all three dialogs.
Edit: Another option is to fail silently without an error message.