code-google-com / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

[launch] 2 improvement ideas #113

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I wanted to write a paste plugin to paste my documents directly to an
online pastebin, but then had the idea to put it into the lauch plugin.
http://paste.pocoo.org/ has an XMLRPC and a commandline tool using it
(http://paste.pocoo.org/help/integration/). So I just added lodgeit.py to
the python option list of the launch plugin and it worked quite fine. But
only for python scripts. 

So could you add that to all file type actions or provide a way to add
lauch commands for any file type? You could add a meta file type "all" that
commands are added dynamically to all file type commands (are always in the
command list)

Secondly, provide a way to add more file types and launch commands (at last
for the highlighted languages). Then I could launch my rST files (.txt)
with the rst2html script for example.

Original issue reported on code.google.com by jug4andr...@googlemail.com on 23 May 2009 at 11:21

GoogleCodeExporter commented 9 years ago
Forgot to update this - 

The second request has been implemented through the use of the Launch XML 
interface that allows for new handlers to be added through an xml configuration 
file.

Original comment by CodyPrec...@gmail.com on 21 Dec 2010 at 7:34