[Github-comments] [geany/geany] Wrong text output from Custom Commands (#1035)

Mikhas Varantsou notifications at xxxxx
Fri May 13 15:35:16 UTC 2016


If your Custom Command outputs some text, it's not inserted in the cursor place, it replaced the whole line. Steps to reproduce:

1. Open Edit -> Format -> Send Selection to -> Set Custom Commands
2. Add new command `echo "foobar"`, click `Ok`
3. Place the cursor in empty line and type some text. For example `important text`
4. Press Ctrl+1 to perform the created command. Number may differ if it's not your first custom command.

Result: the line has been completely replaced by `foobar` text.
Expected result: the `foobar` added after the `important text`

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1035
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160513/f07dafd5/attachment.html>


More information about the Github-comments mailing list