Lintalist

Results 141 comments of Lintalist

The code posted was more proof of concept, it doesn't work yet with syntax highlighting enabled and the repetitive code needs to be condensed as well, so re-opening so I...

I thought it best to keep the `EditorTempFileExtension` in `session.ini` as I believe it is rather an exotic setting that wouldn't be used (but was easy to add). For settings...

re https://github.com/lintalist/lintalist/discussions/276 and just for testing (I'll move some code elsewhere later on): [see _Update 2_ editor.ahk above](https://github.com/lintalist/lintalist/issues/268#issuecomment-2143772783), to set/select another text editor in the editor: Make an `editors.ini` like...

weird I tested the download and it worked, now the comments seems to be back to update 1, it should be here (edited it again) https://github.com/lintalist/lintalist/issues/268#issuecomment-2143772783 and to be sure...

Thanks for testing. I think it isn't such a problem as you can indeed make the window a tad wider (it remembers the width/height +X/Y pos between sessions). There isn't...

I fixed #288 and moved the set editor to the menu bar (obviously better). As it is possible to cancel the edit and because I now disable the other 2...

Added to v1.9.23, I'll close the issue but feel free to report any problems https://lintalist.github.io/#Configuration-SnippetEditor

I think `llpart1` should be `%llpart1%` in the `FileCreateDir` command like so ```autohotkey [[llpart1]] FileCreateDir, C:\Users\strug\Downloads\%llpart1% ; or like so ; FileCreateDir, % "C:\Users\strug\Downloads\" llpart1 ```