FarManager icon indicating copy to clipboard operation
FarManager copied to clipboard

Internal editor, new insert feature

Open lelicopter opened this issue 9 months ago • 1 comments

Description of the new feature or improvement

After Alt+Shift+Arrow special selection was created, add a shortcut to add a different text afret or before selection.

Proposed technical implementation details (optional)

its useful for large text convertions. for example, have a list:

1,3,5
2,4,6

we can select column one (value 1,2) and insert "(" before. and select column five (values 5,6) and insert ")," after. as result we have:

(1,3,5),
(2,4,6),

this is mostly complete for add this result to source code ( like Python style): a = {...result from copy/paste from editor...}

lelicopter avatar Apr 30 '24 08:04 lelicopter

What you ask is implemented as a script already: SciTE-like.lua (use an online translator if/when needed).

HamRusTal avatar Apr 30 '24 15:04 HamRusTal

Thanx for advice! Спасибо за подсказку.

lelicopter avatar May 02 '24 23:05 lelicopter