Lintalist

Results 141 comments of Lintalist

Not perfectly but perhaps close enough. Two methods: ### 1 automatic increase Below part 1 and 2 of a snippet, it is uses a counter that automatically increases each time...

In that case I think you would have to create a new plugin with a CombBox control - https://www.autohotkey.com/docs/commands/GuiControls.htm#ComboBox - the entered data `SelectedPageChoice ` is appended to a global...

Perhaps not directly what you want but you could try the `AlwaysLoadBundles` option and enter for example `default.txt,markdown.txt,css.txt` so those three are always loaded. If they change everyday you have...

A bit similar to #210 - the list would have to edited as an unsaved document for example may have a * in the title while the saved one doesn't...

Thanks for the feedback - other users have reported this and I've been working on a change in Lintalist to help resolve it[1] I don't experience the issue myself with...

Once I have it fully working (that is to say for myself) I can add such new options to the program as native AutoHotkey hotstrings indeed support case sensitive hotstrings...

Yes, Lintalist uses the Window titles, the problem with a "window spy/picker" is that the results look something like this: ``` path\to\index.php - vscode *menu.ahk - notepad Lintalist - Text...

I will consider it and think about it. Current options: You can load a specific bundle via the Bundle menu. If you do, it will lock the selected bundle so...

Example 1 is how my development code works at the moment but I'm open to suggestions for alternatives. **Snippet Example 1 - [[choice?]] place holders like [[sp=]]** [[Choice=?Select one or...