Lintalist

Results 170 comments of Lintalist

It has been requested before but it isn't going to happen as it is simply not setup for it and would be too error prone. Each time the search is...

Once in a blue moon I have noticed this myself too, restarting lintalist solves it. I can not replicate it consistently or at all. It happens or it doesn't. It...

1. I found [some code](https://www.autohotkey.com/docs/v1/lib/ListView.htm#LV_GetCount_Remarks) so I can get the width of each column, if this works I can add a "save column settings" + "restore to default" options in...

v1.9.23 - [x] 1. See View menu search gui - [x] 2. https://lintalist.github.io/#AlternateRowColor

Before WhichBundle() we call GetActiveWindowStats() which makes a number of global variables available incl. ActiveWindowProcessName -- https://lintalist.github.io/#script-variables So we can simply add that as an additional check, replace https://github.com/lintalist/lintalist/blob/fa52e646d4c6d05de6a4dee6db97cd6eba785f0d/include/ObjectBundles.ahk#L37-L49 with...

I'll close the issue during the next update as this will be added. Should you notice any problems let me know here.

The `!` works on the entire line, not individual entries in the `TitleMatch`, it only checks if the first character is `!`, if so add it to the NOT match...

I suspect n++ isn't receiving the ctrl key, or blocks the clipboard somehow. I've tried the various options below, none of them improved the reliability, but posting for reference. The...

Thanks for trying it out. By making use of https://github.com/lintalist/lintalist/blob/master/docs/AltPaste.md we can make it generic, so it works for Notepad++ but also other programs where WinMenuSelectItem works - so any...