HeT BonpocoB
рабочий reverse.js:
Код: //document.selection.SelectAll();
document.selection.text = ((document.selection.text.split("\n")).reverse()).join('\n');
рабочий reverse.js:
Код: //document.selection.SelectAll();
document.selection.text = ((document.selection.text.split("\n")).reverse()).join('\n');