Thank you, brilliant idea! I chose to add
perl -C -MHTML::Entities -pe 'decode_entities($_);' %f > %f.html
as a build command and it worked great on my (single) example.
While the above works great, it saves the output to a new file. Is it possible to configure the build command so that the file I am viewing (and running the command on) gets updated in the view?
No, but if you configure the Perl to read from stdin and write to stdout you can use a custom command which feeds the selection to stdin and replaces it with stdout. (Hint ctrl-a selects the whole file).
Cheers Lex
Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org