Assume I want to insert a char or a string “abc” at position/column 7
in all lines/rows from line 10 until 40.
How can I do this efficiently with KomodoEdit?
Other editors offer a block operation mode.
Therefore users hold down e.g. the Ctrl Key and drag down the cursor at column 10.
I vertical line appears before column 10 and everything typed in by the user is
now inserted in all the lines simultaneously.
Is this possible in KomodoEdit in a similar way?
Peter