1. Could the dialog "Overwrite existing tabset?" - which appears when executing the "saveas" operation and the "name"-tabset already exists - optionally be suppressed (under the motto: I know, what I am doing)? (This involves not only the scripting - I do not like it also when invoking it from the toolbar.)
2. Contrary to
Code: Select all
"browse" = Open/Load a stored tabset by browsing the file system. Name is ignored.Code: Select all
"open" = [default] Open/Load a stored tabset from the complete list of available tabsets in <xydata>\Panes. Name is ignored.Code: Select all
"open" = [default] Open/Load a stored tabset from the complete list of available tabsets in <xydata>\Panes if name is not specified.
If name is specified, then Open/Load a stored tabset from the complete list of available tabsets in name.Code: Select all
tabset("saveas", "XXX");
tabset("browse", "C:\_LocalXyTabsets\");
tabset("saveas", "1");
Thank you for consideration.
EDIT: Ooops! Regarding the second wish, it seems it is working that way already, isn't it? Great. Then only the first wish remains.
XYplorer Beta Club