Dear gedit developers when using a shell script as an gedit external tool, the '-e' option for the echo command is being output along with the echo text argument. This is not supposed to happen. For example, open a bash shell and type: echo -e "\tThis is an indented line"You will see: How ever from a gedit external tool script the output you get is:This is an indented line -e This is an indented lineThis is a problem if you are trying to append something to a file using echo. Apart form that it's a great editor. I use it all the time. Kind regards Finnian Reilly (Software engineer) |