Lintalist

Results 141 comments of Lintalist

That sounds like a memory leak / stuck in a loop problem as I mentioned earlier. Strange. Another thing you could try is to update the lintalist.exe - I've downloaded...

Still strange that the 32bit version crashes. But if it no longer occurs when using the 64bit there probably is no error in the Lintalist code so I'll close the...

64bit available https://github.com/lintalist/lintalist/releases/tag/v1.9.10

Does it still respond to the tray menu or is that also completely unresponsive? (I've always been running 64bit at work every day and it never "sleeps" so to speak)

If you select the top tray menu item (the bold lintalist + version number item) does it open the Search Gui? If it does, does it then respond again to...

I mean does it toggle open + close search if you press capslock and esc after that, is it response again after that? Is there a problem with shorthand or...

Ah I see - what probably happens is that you use a hotkey to paste a snippet and after that the shorthand stops working. For one reason or another it...

Not entirely sure about the exact reason, but I recall something similar with https://github.com/lintalist/lintalist/issues/52 (choice plugin) and this sounds like it. Background: There is an always running loop https://github.com/lintalist/lintalist/blob/master/lintalist.ahk#L323 that...

I haven't addressed the issue yet I'm afraid

I've started some experiments with Hotstrings() but that won't be ready for a while as it is rather complicated to replace (long story but shorthand and hotkey share some code...