whut / jumplist-extender

Automatically exported from code.google.com/p/jumplist-extender
0 stars 0 forks source link

[Packs] Make packs more extensible #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Especially for AHK scripts, packs should have a "Setup" form where the pack 
asks for text information, true/false information, digits, or any information 
that the author needs to personalize the script.

They also need an "Authored By" field.

------------------------

I'm just thinking about the best implementation. Imported packs already have 
one modal dialog -- a second one seems annoying. Can I put a tab control 
somewhere...? Maybe a "Packs" tab, which lists all the packs applied to the 
jump list so far.

Store the pack XML in the AppData folder, and put an entry in the app's 
Preferences.xml that directs the program to look in the Pack XML for fillable 
fields.

------------------------

2: How to expose configurable fields in the AHK scripts? Maybe I could do 
something like MS's IntelliSense XML. I dunno.

Original issue reported on code.google.com by mar.mar...@gmail.com on 9 Jun 2010 at 5:18