The order of sorting

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 282
Joined: Thu Sep 10, 2015 9:53 am
Location: Deutschland

The order of sorting

Post 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ć?

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Post 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) 

Offline
Posts: 282
Joined: Thu Sep 10, 2015 9:53 am
Location: Deutschland

Post by sexy96 »

Image
And where I have this: ("Format :: LineSortStrAsc", 3) type, in this meni it work?
Last edited by sexy96 on Sun Feb 05, 2017 10:54 am, edited 1 time in total.

Offline
Posts: 874
Joined: Sat Jan 16, 2010 2:03 pm

Post 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.

Offline
Posts: 282
Joined: Thu Sep 10, 2015 9:53 am
Location: Deutschland

Post by sexy96 »

Did not see, thank you.
Post Reply