*****************************************************************
*** Format AkelPad plugin v3.3 ***
*****************************************************************
...
Call("Format::LineSortStrAsc", FLAGS)
Parameters:
FLAGS (sum of the following members):
1 Match case.
2 Match locale (slower).
By default: 0.
...
So, you can use in Context Menu:
"Sorts lines by string ascending + Match case" Call("Format::LineSortStrAsc", 1) Icon("%a\AkelFiles\Plugs\Format.dll", 1)
Or you can use "SortLines.js"
Options:
[*]Key 2-Line content [_] Ignore Case
[*]Entire Line (*) String
Posted: Wed Oct 25, 2017 6:02 am
by sexy96
The problem is that in the dictionary I have words starting with ć, Ć, ś, Ś - e.t.c
a
A
C
ć
d
Ś
w
Z
How to get this effect?
a <- lower case
ć
d
w
A <- big case
C
Ś
Z
Posted: Wed Oct 25, 2017 2:49 pm
by opk44
sexy96
I don't have Polish locale, so I can't reproduce it. But IF YOU HAVE, than try to use FLAG = 3 (Match case + Match locale) instead "1"
Posted: Wed Oct 25, 2017 3:00 pm
by sexy96
it does not work
"Sorts lines by string ascending + Match case" Call("Format::LineSortStrAsc", 3) Icon("%a\AkelFiles\Plugs\Format.dll", 1)