This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
iconfiles [2014/08/25 04:36] Mitch created |
iconfiles [2014/08/28 15:54] (current) Mitch [Application Script Icons] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Task Icons ====== | ====== Task Icons ====== | ||
| Task files will be displayed in the main window if a valid icon is associated with them. | Task files will be displayed in the main window if a valid icon is associated with them. | ||
| + | |||
| + | ===== Installed Icons ===== | ||
| + | The ParserMonster Framework includes a dozen icons: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Their names suggest the function or status of a task:FIXME | ||
| + | * builder | ||
| + | * default | ||
| + | * extract | ||
| + | * find | ||
| + | * help | ||
| + | * html | ||
| + | * launch | ||
| + | * new | ||
| + | * script | ||
| + | * test | ||
| + | * todo | ||
| + | * watch | ||
| + | |||
| + | ===== Application Script Icons ===== | ||
| + | Applications built on the ParserMonster Framework will likely have additional icons installed. | ||
| + | |||
| + | Applications will most likely use the **new** icon when a new task is first released. After an update, that icon will be replaced with something more appropriate. | ||
| + | |||
| + | ===== Custom Icons ===== | ||
| + | If you wish, you can add your own task icons. Copies of existing tasks can have different icons to help you remember any specific flag settings (although the task name should play a bigger role in reminding you of the function!) | ||
| + | |||
| + | To associate a task icon with a task file, the task file must contain an [[directiveicon|< | ||
| Currently, the syntax of a task icon file name is ti-abcde.ext: | Currently, the syntax of a task icon file name is ti-abcde.ext: | ||
| * ti- is the ParserMonster file type identifier | * ti- is the ParserMonster file type identifier | ||
| * abcde is a descriptive name for the icon (legal file name characters, no spaces) | * abcde is a descriptive name for the icon (legal file name characters, no spaces) | ||
| - | * .ext is a usable image extension, either .bmp or .jpg | + | * .ext is a usable image extension, either |
| - | To associate a task icon with a task file, the task file must contain an [[directiveicon|< | ||