KDJ
key 2 line content
Columns
from # to #
I want column numbers and all comparings to be optionally (two different options) counted from right, from end of lines.
Lines can be of different length and i want to compare them from end. Or if they have some parts of equal size at the end to be removed from comparing decision.
И заодно, а есть скрипт, который каждую бы строку поворачивал задом наперед. То есть как бы читать с конца?
Posted: Sat Sep 06, 2014 9:34 pm
by Skif_off
Lenchik wrote:И заодно, а есть скрипт, который каждую бы строку поворачивал задом наперед. То есть как бы читать с конца?
У Andrey_A_A посмотрите, что-то вроде InvertRevers.vbs, по крайней мере, очень похожее название .
Posted: Sat Sep 06, 2014 9:55 pm
by KDJ
TextMarker.js
Aded:
- context menu in edit fields,
- help for regular expressions.
Для 4 в 3-м параметре можно прописать кодировку сохраняемого файла (по умолчанию 1251)
Вроде работает, спасибо, а почему переделали на мерзкий ANSI? UTF-8 все-таки универсальнее. В каком формате добавлять? "UTF-8" и "65001" не сработали, без кавычек, как в примере к AkelPad.WriteFile, тоже - скрипт валится с руганью на nCode в 37й строке: Несоответствие типа CInt
KDJ,
Just discovered AkelPadDocsView.js, AkelPadManualSettings.js and AkelPadMethodsView.js (did not use them before) - it's really fantastic!
Actually, together with your other scripts such as TextMarker.js or Translator.js, they are more full-fledged plugins than just scripts.
What I'd like to propose is to have a more customizable Find Dialog in AkelPadDocsView.js (and then, probably, in AkelPadMethodsView.js), because its current very basic implementation is not handy enough. Could you consider to modify the Find Dialog similar to the following? --