Defining custom actions

2012-11-20 Thread Marco
Hi! Is there a way to add more actions to some file types additionally to the predefined View, Open and Edit? I found the following snippet on the web, but I have no idea how to access the custom defined actions. regex/\.([Tt]ex|TEX|TeX)$ Open=%var{EDITOR:vi} %f TeX this file=tex %f

Re: Defining custom actions

2012-11-19 Thread Andrew Borodin
On Mon, 19 Nov 2012 17:11:44 +0100 Marco wrote: > Is there a way to add more actions to some file types additionally > to the predefined View, Open and Edit? No. There is no code to handle any other actions. -- Andrew ___ mc-devel mailing list https://

Defining custom actions

2012-11-19 Thread Marco
Hi! Is there a way to add more actions to some file types additionally to the predefined View, Open and Edit? I found the following snippet on the web, but I have no idea how to access the custom defined actions. regex/\.([Tt]ex|TEX|TeX)$ Open=%var{EDITOR:vi} %f TeX this file=tex %f