Page 1 of 1

The order of sorting

Posted: Tue Oct 25, 2016 6:07 pm
by sexy96
Większość Edytorów, które obsługują j.polski
przy sortowaniu układają wyrazy w ten sposób

a
A

Akelpad odwrotnie,

A
a

Przy porównywaniu większych plików z oryginałem stwarza to problem.

Czy można to zmienić?

Posted: Wed Oct 26, 2016 12:07 am
by opk44
sexy96
"Let's try it again, try it again..."

Did you see "\AkelFiles\Docs\Format-Eng.txt"?
Call("Format::LineSortStrAsc", FLAGS)
Parameters:
FLAGS (sum of the following members):
1 Match case.
2 Match locale (slower).
By default: 0.
So you can add in context menu (with FLAGS = 3):

Code: Select all

"Sorts lines by string ascending + case + locale" Call("Format::LineSortStrAsc", 3) Icon("%a\AkelFiles\Plugs\Format.dll", 1) 

Posted: Wed Oct 26, 2016 6:14 am
by sexy96
Image
And where I have this: ("Format :: LineSortStrAsc", 3) type, in this meni it work?

Posted: Wed Oct 26, 2016 6:29 pm
by opk44
sexy96
Did you see "\AkelFiles\Docs\ContextMenu-Eng.txt"?
Configure main menu and context menu for edit control, MDI tabs,
hyperlinks and recent files.

Remarks:
- Left mouse click on non-special menu item with Ctrl key opens the
preferences dialog with the item code selected.

Posted: Thu Oct 27, 2016 5:29 am
by sexy96
Did not see, thank you.