Lintalist

Results 170 comments of Lintalist

Strange. Does it have to do with the "Save columns" or not? I see the columns flickering a bit in the recording. Due to `AlternateSelectionColor` I'm always doing a -Redraw/+Redraw...

I think I see something in the movie that might be a hint to why it is slow (the preview area shows "a lot" of text so it might be...

Perfect, I'll make it part of the next update.

I see a "portable" download (Notes_2.1.0-Qt5.15.2-x64-Windows-Portable.zip) but that still seems to store the database in `%APPDATA%\Awesomeness` - is there a special flag / method to let it read the settings...

You can use `BigIcons` "Setting 2 will also increase the height of the search box as well as **the font size**."

Not via settings or anything like that, you can edit `lintalist.ahk` https://github.com/lintalist/lintalist/blob/f847d600d0e96c3430497a1ef9b65852784d3481/lintalist.ahk#L414-L415 You can change `%SearchFontSize%` to a number say **16**, on line _414_, if you notice the input box...

Interesting option, thanks. I've added a few changes: * to be consistent with ahk I suggest to use three letter days mon-fri instead of one-two letter days * allow for...

I made some further changes as I noticed `sat-sun` was working for the weekend, but `7-1` wasn't, so now if numbers are used they are transfored to days first to...

That is by design at the moment, it only inserts part1 of a snippet and ignores part2 and possible scripts. It can be done and I have some ideas on...