Page 4 of 5

Re: Lintalist - icon

Posted: Mon Oct 31, 2016 12:25 pm
by lintalist
smaragdus wrote:..... Resource Hacker tip- it was extremely easy to replace the icon- just a few clicks were needed.
Thanks for the details, not as complicated as I'd thought :D
I would be worried that changing autohotkey.exe like that would increase the chance of the exe to be flagged as a virus (false positive).

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Feb 18, 2017 4:12 am
by lintalist
Update v1.9.2
  • New: Replaced check/radio boxes with button bar (using Class_Toolbar by pulover) andicons from the Fugue & Diagona Icon sets by Yusuke Kamiyamane. #51
    button-bar(1).png
    button-bar(1).png (4.76 KiB) Viewed 67444 times
  • New: Right click context menu listview #70
  • Fix: Refactored LoadAll and Selected Bundle code, should work better now (lintalist.ahk)
  • Fix: Refactored duplicate hotkey and shorthand detection code, should work better now (editor.ahk)
  • Fix: SetIcon.ahk now also looks at Part2 of the snippet as it should
https://github.com/lintalist/lintalist/releases

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Mon Nov 06, 2017 12:39 pm
by lintalist
Lintalist v1.9.3 - https://github.com/lintalist/lintalist/ ... tag/v1.9.3
  • Improved: TriggerKeys now accept more keys such as ½ or + (+ character, not shift) for example
  • Improved: Now there is also a 32x32 size icon button bar accommodating high(er) DPI settings (see BigIcons in settings)
  • New: added TryClipboard() to see if clipboard is inaccessible, if so "catch" error and do nothing
  • New: Make it possible to include contents of Snippet (part 1 and 2) in script code incl. caret position per snippet (see "Script" in Documentation)
  • Change: Similar to modal windows for Local variable etc, Snippet editor now modal - see also v1.8
  • Fix: Adding support for UTF-8 characters in Local variabe & Counter Editors ht @exetico
  • Fix: ReadIni() now writes in UTF-16 to store settings correctly
  • Fix: Closing using X in title bar didn't store Window position for users with Center=2 and now save it to settings.ini as well
  • Fix: Closing and Starting Lintalist in Narrow view mode no longer causes error in GUI with empty 'barx' variable

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Mon Jan 01, 2018 2:06 am
by lintalist
v1.9.4 functions, AHK variables, editor w. syntax highlighting
https://github.com/lintalist/lintalist/releases
  • New: Functions in Snippets are now also allowed: [[function()]] - both AHK built-in as user defined - #86 https://github.com/lintalist/lintalist/issues/86
  • New: support a subset of AutoHotkey built-in variables (A_MyDocuments etc)
  • New: Additional safety check when processing snippet by "removing" faulty plugins plus a simple error check when saving snippets.
  • New: Editor now has (optional) Syntax highlighting (plugins, html, scripts) by using the RichCode class by @G33kDude - #88 https://github.com/lintalist/lintalist/issues/88 (when using RichCode you can toggle word wrapping in the edit controls by pressing ctrl+w)
  • Fix: Editor - "Edit in Editor" routine improved, notepad.exe may not show ".txt" in Window title, and actually delete "__tmplintalistedit.txt" file in tmp folder (didn't do so correctly)
  • Change: User plugins (and now functions) can be added to MyPlugins/MyFunctions so future updates of Lintalist won't overwrite plugins/functions added by users each time. See NOTE below.
  • Fix: Closing Input and Choice plugins via close button (x) in Gui now properly cancels snippet
  • New: added icons to Tray menu and some Search menu entries.
NOTE

User plugins/functions must now be included in plugins\MyPlugins.ahk and plugins\MyFunctions.ahk and no longer in `plugins\plugins.ahk`. Future updated will not overwrite these two files. More information and samples in https://raw.githubusercontent.com/linta ... -howto.txt

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Oct 13, 2018 9:51 am
by lintalist
v1.9.7 - https://github.com/lintalist/lintalist/releases

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Feb 24, 2019 1:55 am
by lintalist
v1.9.8 - new FileList plugin, Choice search, Statistics, improved TitleCase, bug fixes ...
  • New: [[FileList]] plugin returns list of file names from folder - see DOC for all available options
  • New: [[Choice]] Search (filter as you type) option for Choice by adding ! similar to ? Question help/text;Allow user to resize Choice GUI; Use FontSize for Choice GUI (in the listbox) incl. Auto Center checkbox
  • New: Editor save size and position (resize by dragging window border)
  • New: Optional Statistics (see Configuration) https://github.com/lintalist/lintalist/issues/112
  • Update: Title case for selected/clipboard plugins now uses TitleCase() for more flexibility https://github.com/lintalist/lintalist/issues/113 also available as seperate function (for AHK) https://github.com/lintalist/TitleCase
  • Change: LCID values for Calendar and DateTime can now be Hexidecimal values as well (L1036 and L0x040C = French)
  • bug fixes, doc update etc...
https://github.com/lintalist/lintalist/releases

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Dec 15, 2019 3:33 am
by lintalist
v1.9.10 New comment plugin, Always on Top, Show/Hide Gui using StartSearchHotkey, other improvements.
  • New: Comment plugin - add comment to snippet which will be removed before pasting. Use as visual reminder or search aid.
  • New: On Top button/option in Search Window ctrl+t (per search)
  • New: Option to show/hide the Search Window with the same shortcut (StartSearchHotkeyToggle setting)
  • New: View menu in Search Window to toggle wide/narrow window and On Top
  • New: Make a 64-bit version available for download as well (a renamed AutoHotkeyU64.exe)
  • New: EditorAutoCloseBrackets setting to define some editor hotstrings, example `[` -> `[[|]]`
  • Change: More flexible plugin check syntax in Editor (was too strict with regards to `[[..]]`). (EditorSnippetErrorCheck setting)
  • Fix/Change: Disable Search GUI shortcuts when using the non-default ColumnSort setting (NoSort)
See https://github.com/lintalist/lintalist/releases

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Feb 15, 2020 7:03 am
by lintalist
Lintalist v1.9.11 @ https://github.com/lintalist/lintalist/releases

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Mon Apr 13, 2020 12:12 am
by lintalist
Lintalist v1.9.13 @ https://github.com/lintalist/lintalist/releases
thanks to fellow TPFC member hamasaki for the bug report 8)

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Fri Jul 22, 2022 8:08 pm
by hamasaki
Recently I've had issues where bundles have just disappeared. Yesterday some shortcuts stopped working and when I checked, 2 bundles had deleted themselves. Seems like a bug somewhere, so if I figure it out I'll post again.

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Jul 23, 2022 3:58 am
by lintalist
Sounds strange, do let me know if you find something. There is a delete bundle function in the bundle editor but that would be very hard to "launch" inadvertently.
Before adding/removing a snippet a backup is made in the bundles\backup folder so do have a look if you see the missing files there. Copy them back to bundles\ and restart lintalist

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Jul 24, 2022 4:56 pm
by hamasaki
Thank you. Yes, I restored them from backup, so all good. I'm not sure why the others just vanished. It's been fine since, will let you know if it happens again.

Fantastic piece of software, thank you for making it available.

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Tue Jul 26, 2022 7:39 am
by hamasaki
It's happened again. Bundles are just randomly disappearing. Maybe it's when I reload them? Lintalist doesn't seem very stable at the moment. :(

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Tue Jul 26, 2022 12:14 pm
by lintalist
Well it hasn't changed so something else is getting in the way. When bundles are updated (new/deleted snippets or restarting with SortByUsage) the bundles are recreated (either directly or upon closing lintalist). At that time the bundle file is deleted/moved (to backup) and recreated.

My guess is that something is preventing the creation / saving of the "new" (updated) bundle - perhaps the antivirus suddenly thinks "mmm that looks a bit suspicious" so starts scanning / delaying the creation of the file (or lintalist/autohotkey.exe) itself.

So if lintalist hasn't changed and it now acts differently it must be an external factor - if you can: perhaps you could whitelist lintalist.exe (assuming you are running it that way). Or "whitelist" the lintalist\bundles folder and/or txt files in there and see if that helps.

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Tue Jul 26, 2022 4:55 pm
by hamasaki
Thanks for the help.

It's not the anti virus, as Lintalist is already whitelisted. The bundles that disappear seem to always be ones where I have added or edited an entry and reloaded. I don't notice they are gone until I type in the shortcut key again and it doesn't work. I'll try and check them each time I add/edit and reload to see at what point they disappear. I can go a few weeks without adding anything, so it might be awhile before I have any more info. I might set up a directory monitor to inform me of any changes to the bundles.