Article 4ZSBZ Text Above and Bellow Selected Lines

Text Above and Bellow Selected Lines

by
blueray
from LinuxQuestions.org on (#4ZSBZ)
I am using Geany.

These is a option Edit > Format > Send Selected To > Set Custom Commands

Here, for example if I want to sort selected text, I just use sort command.

What I want this (Set Custom Commands) to do is put "...." above and bellow my selected line/s.

For Example if I select the following lines,

Code:touch sample_file.txt
ls
rm sample_file.txt
lsThen go to Edit > Format > Send Selected To > MyCommand

I am expecting to get

Code:....
touch sample_file.txt
ls
rm sample_file.txt
ls
....Is there any way I can achieve this?latest?d=yIl2AUoC8zA latest?i=b8XczawOG8k:0mdUnkxImhg:F7zBnMy latest?i=b8XczawOG8k:0mdUnkxImhg:V_sGLiP latest?d=qj6IDK7rITs latest?i=b8XczawOG8k:0mdUnkxImhg:gIN9vFwb8XczawOG8k
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments