Lintalist

Results 141 comments of Lintalist

Either discard it as you say or simply check/ensure that at least the top left part of the title bar is visible on the main monitor - that way the...

The setting is `EditorHotkeySyntax` using the default value allows users to press hotkey combinations in the control and they should always appear in the same order. For manual input I'd...

@nickodemos there is a `AlwaysUpdateBundles` setting which updates bundles after each snippet is used and/or added/deleted - that should ensure bundles are always saved. Tray menu, configuration, change 0 to...

@JamoCA that shouldn't happen of course. Can you pinpoint it to a specific bundle or snippet/plugin? I find that if an AutoHotkey script "stops" it is usually because of a...

Perhaps it is a combination of settings, so if you could provide a copy of `settings.ini` I can try running it myself for a few days - feel free to...

Thanks - I'll try this settings for a few days in a dropbox folder to see what happens. _(I usually zip files before uploading and it seems OK in such...

I did run Lintalist for 3 days from a dropbox folder with the settings linked above. It didn't crash or freeze - I do turn off my computer at the...

1 & 2 above are addressed in [v1.9.8.4](https://github.com/lintalist/lintalist/releases/tag/v1.9.8.4)

I'm guessing this is due to [Named Splits](https://lintalist.github.io/#Split) `[[Split_MyName=selected|\t]]` - I'll add a note to the documentation you can't use `_` in function names.

I need to check if the part before the `_` is actually a plugin, `split` obviously as there aren't any other plugins with the underscore in it. On line https://github.com/lintalist/lintalist/blob/2b6312de6d80e9d47741cd9c89c73b016221c952/lintalist.ahk#L2509...