Lintalist: Searchable interactive texts to copy & paste

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist - icon

#46 Post 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).

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#47 Post 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 64594 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

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#48 Post 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

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#49 Post 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

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#50 Post by lintalist »

v1.9.7 - https://github.com/lintalist/lintalist/releases

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#51 Post 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

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#52 Post 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

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#53 Post by lintalist »

Lintalist v1.9.11 @ https://github.com/lintalist/lintalist/releases

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#54 Post by lintalist »

Lintalist v1.9.13 @ https://github.com/lintalist/lintalist/releases
thanks to fellow TPFC member hamasaki for the bug report 8)

hamasaki
Posts: 197
Joined: Tue Apr 23, 2013 11:16 pm

Re: Lintalist: Searchable interactive texts to copy & paste

#55 Post 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.

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#56 Post 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

hamasaki
Posts: 197
Joined: Tue Apr 23, 2013 11:16 pm

Re: Lintalist: Searchable interactive texts to copy & paste

#57 Post 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.

hamasaki
Posts: 197
Joined: Tue Apr 23, 2013 11:16 pm

Re: Lintalist: Searchable interactive texts to copy & paste

#58 Post 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. :(

User avatar
lintalist
Posts: 434
Joined: Sat Apr 19, 2014 12:52 am
Contact:

Re: Lintalist: Searchable interactive texts to copy & paste

#59 Post 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.

hamasaki
Posts: 197
Joined: Tue Apr 23, 2013 11:16 pm

Re: Lintalist: Searchable interactive texts to copy & paste

#60 Post 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.

Post Reply