Page 1 of 1

Sort Panel - Text Sorting Tool

Posted: 13 Jul 2021, 23:43
by Alguimist
Sort Panel is a front-end for the AHK Sort command.

This simple yet powerful tool is useful to manipulate text in many ways.

Sort Panel.png
Sort Panel.png (43.41 KiB) Viewed 3090 times

Usage:
1. Paste or type the input text.
2. Choose the delimiter appropriate for the input (new line, space, tab or the char unit).
3. Check the desired options to select the sorting mode. Items can be processed according to one of the following modes: alphabetical, numerical or random, optionally combined with the options "reverse order" and "remove duplicates".
4. Press the SORT button.
5. The output can be compared with the input if necessary.
6. Copy or save the output text.

This tool will also be included with the next release of Adventure IDE (3.0.1).

Re: Sort Panel - Text Sorting Tool

Posted: 14 Jul 2021, 03:52
by jNizM
Thank you again Alguimist.

For Windows 10 you should use the updated CreateDIB function (https://www.autohotkey.com/boards/viewtopic.php?t=3203)
(same for all of your scripts with CreateDIB)

Spoiler

Re: Sort Panel - Text Sorting Tool

Posted: 02 Aug 2021, 18:13
by Alguimist
@jNizM: Thanks for reporting! I will soon release a new version of Adventure with the fixed version of CreateDIB.

Re: Sort Panel - Text Sorting Tool

Posted: 02 Aug 2021, 19:46
by Delta Pythagorean
Although it looks cool in the screenshot provided, the gradients given for the headers don't work for me, it just shows the two colors as blocks on each half.
Here's a screenshot for more info:
image_2021-08-02_204405.png
(29.36 KiB) Downloaded 218 times
My signature (below) has my AHK and Windows info if needed.

Re: Sort Panel - Text Sorting Tool

Posted: 03 Aug 2021, 00:35
by jNizM
Delta Pythagorean wrote:
02 Aug 2021, 19:46
Although it looks cool in the screenshot provided, the gradients given for the headers don't work for me, it just shows the two colors as blocks on each half.
It is already reported :P (https://www.autohotkey.com/boards/viewtopic.php?p=410089#p410089)

Re: Sort Panel - Text Sorting Tool

Posted: 03 Aug 2021, 15:48
by Delta Pythagorean
@jNizM
Apologies, I didn't see it before posting. My bad!

Re: Sort Panel - Text Sorting Tool

Posted: 26 Aug 2022, 03:02
by Horus
Alguimist wrote:
13 Jul 2021, 23:43
Sort Panel is a front-end for the AHK Sort command.
.......

This tool will also be included with the next release of Adventure IDE (3.0.1).
Hello, new user here. I'm using Adventure IDE v3.0.4 but I do not see the sort function. Is the inclusion postponed to a later version?

Re: Sort Panel - Text Sorting Tool

Posted: 27 Aug 2022, 20:34
by carno
Works great on Win 7. Can we have a Compare Panel that compares texts and shows or highlights the differences? That would be great!

Re: Sort Panel - Text Sorting Tool

Posted: 16 Nov 2022, 16:17
by Alguimist
Horus wrote: I'm using Adventure IDE v3.0.4 but I do not see the sort function. Is the inclusion postponed to a later version?
Answered here.
carno wrote: Can we have a Compare Panel that compares texts and shows or highlights the differences?
Such feature is out of the scope of this simple tool.

Re: Sort Panel - Text Sorting Tool

Posted: 17 Nov 2022, 02:58
by Johnny R
My first attempt with a very simple text fails ("The character "" cannot be part of the input text."). Why? Means only the ahk-File, not the exe-File which is OK.
(AHK_H a32 Win10)
Image