Script Test
Click plug-in / run this file, in the end a simple pop-up click on "run the file."
Add plug-in
About shell script into the plugin directory, and suffix. Sh, the script content format
#!/bin/sh
# [zeditor Tool]
# Name=Remove end of line space
# Output=Terminal,File
# Input=File
#start your script
Input File when the current text for the input, Output for Terminal, File or a combination thereof, Terminal that simple pop-up terminal, File said saved to the file. Specific examples refer to "remove-trailing-spaces.sh".
Also provides for adding plug-in a few classes, inheritance PluginBase, the approach has not tested, it was not completed.