|
|
HOWTO: Use a php script for my editing
I want to pass the text that is selected in my editor to a php script, make modifications to the text and then return it back to the editor. So far I know how to run a php script externally from the customizations setting but I don't know how to pass the text in the editor to that script.
Please follow the instructions below:
Please note, that input stream will be ended with "\n" (line feed), regardless whether you selected a single char or whole the line.
Very useful scripts integrated this way can be found there.
Very useful scripts integrated this way can be found there:
some-useful-scripts-for-phped-t1989.html
script-to-automate-writing-of-set-get-functions-oop-phpdoc-t3192.html
|
|
|