It would be nice, if one could edit multiple lines at once:
Select multiple lines with a rectangular selection and write to this
lines at once. Shold also work for for special keys like delete or backspace.
This would be usefull for example to fast comment or uncomment a block
of code. See Jedit.org for an example.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It isn't what you describe, but have you looked at Plugins/TextFX Edit/Insert (clipboard) through lines?. It'll insert the contents of the clipboard at the start of the selected lines, or, of you've made a block selection, insert it at the start of the block on each line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be nice, if one could edit multiple lines at once:
Select multiple lines with a rectangular selection and write to this
lines at once. Shold also work for for special keys like delete or backspace.
This would be usefull for example to fast comment or uncomment a block
of code. See Jedit.org for an example.
It isn't what you describe, but have you looked at Plugins/TextFX Edit/Insert (clipboard) through lines?. It'll insert the contents of the clipboard at the start of the selected lines, or, of you've made a block selection, insert it at the start of the block on each line.