Simple suggestions:
- Ability to set a comment for the zip itself (instead of the "created by"... well this could still be added at the end I suppose)
- Check if added XML files are in unicode, if not convert them automatically (after showing a notice and confirmation from the user)
- show a simulation/example of how the script import dialog will look like when the script gets installed. And of course the ability to go back and tweak your settings.
Advanced suggestions:
- it's now a standalone tool, but it might be very handy if it is a script itself (no need for starting another tool when the user is already scripting in Plus!)
- add a right click context menu for folders in windows explorer => extreeeeeeemly handy. No need for manually starting up this tool, selecting the script folder, etc...
- add a right click context menu item for plsc files to edit the scriptinfo.xml inside the script pack
[OFF TOPIC]
quote:
Originally posted by Dempsey
quote:
Originally posted by Mike
Offtopic: How did you do the multifile select common dialog?
I wanted to do that once, I found a flag that converted it to multifile, but all i was getting was an ugly old-style dialog control...
Yea mine did that at first, can't rememeber how I got around it, think I had to add another flag to force it to use the new style, I'll check later.
It depends on what DLL (API) you use. There are two different ones (and then there are also ActiveX objects, but that shows yet another kind of open/save file dialog). if you use the 'modern' one, you indeed only need to set a multiselect flag.
[/OFF TOPIC]