Lintalist
Lintalist
On the download page you say "the application is portable by its nature" which is true for the exe/dll but settings are saved in c:\users\...\AppData\Roaming\html-notepad.json - for use in a...
Add `[[sp=0]]` to indicate the last item from `split` as sometimes you don't know how many you have and accessing the last item could be useful.
Either keep listbox and use the `multi` listbox option OR swap it to a listview and possibly use checkboxes in the listview?
`[[selected=sort|delimiter|options]]` or `[[selected=r|delimiter|options]]` _(so**R**t)_ Default delimiter `n (newline) and options relate to the standard AutoHotkey [Sort](https://autohotkey.com/docs/commands/Sort.htm) command, excluding: * F MyFunction * Dx which is already used as second parameter...
Currently Lintalist uses a "faux" hotstring function by using a Loop + Input. This should be replaced by the new native https://autohotkey.com/docs/commands/Hotstring.htm function for better reliability. * https://github.com/lintalist/lintalist/issues/127#issuecomment-496279719 * #143
https://twitter.com/rsterbal/status/1368619184423321606
The selected and clipboard plugins should be expanded with a number of features: - [x] upper case text - [x] lower case text - [x] wrap text - line by...
Might be useful to add a spell checker to the Editor (Part1 and Part2) Library - Spell v2.0 https://autohotkey.com/boards/viewtopic.php?f=6&t=4971
Consider a method to allow shorthand to work without a trigger or endkey such as space or tab similar to _AutoExecuteOne_ https://github.com/lintalist/lintalist/issues/10 `LLShorthand: abbrev[n]` where [n] stands for [n]o-trigger -...
Processing the Snippet text and the Plugins could be a standalone process allowing it to be simply `#include`-d or placed in `\lib\` - Lintalist will still take care of the...