ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

Lintalist - searchable interactive text to copy & paste with plugins

<< < (3/11) > >>

Lintalist:
v1.9 is now available

[*] New: Choice plugin - Added option to provide "information/question" hint by starting first item with a question mark
[*] New: Introduce "Not Titlematch" for bundles by using an exclamation mark 
[*] Fix: Choice plugin - Multiple Choices working again
[*] Fix: Random plugin - Count correct number of RandomItems
[*] Fix: Lintalist - Added "Select and press enter" Choice gui to  BundleHotkeys group
[*] Added: Visual Studio Code (code.exe) Configuration to MultiCaret.ini
[/list]

Upgrading:

[*] If you are upgrading to this new release, you can use the tray menu option "Check for updates" and have it done automatically.
[*] If you prefer to do it manually, please use the following procedure:
   [*] close your running copy of Lintalist first
   [*] unpack the zip file and overwrite all files. Note: any (changed) bundles and settings will not be overwritten
   [/list][/list]

Source & Releases here https://github.com/lintalist/lintalist/

and as always feedback welcome!

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
Lintalist - searchable interactive text to copy & paste with plugins
[*] 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
[/list]

Available as usual at https://github.com/lintalist/lintalist/releases

Lintalist:
Lintalist v1.9.3 - https://github.com/lintalist/lintalist/releases/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[/list]

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.
[/list]

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/lintalist/lintalist/master/plugins/readme-howto.txt

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

[*] New: AltPaste method via INI config - for example to paste in putty via shift+insert vs ctrl+v - #66 https://github.com/lintalist/lintalist/issues/66 and docs\AltPaste.md
[*] New: You can replace linefeed(s)/newline(s) per application via INI config in Linefeed.ini - #65 https://github.com/lintalist/lintalist/issues/65
[*] New: You can now define the Copy, Cut, Paste and QuickSearch shortcuts (see settings)
[*] New: Run as Administrator command line, Settings, and Tray menu options - #99 https://github.com/lintalist/lintalist/issues/99
[*] New: Plugin [[PasteMethod]] similar to global setting but now acts on snippet basis #9 https://github.com/lintalist/lintalist/issues/9
[*] New: Alt+Enter and Alt+Shift+Enter in Search GUI just copies snippet to the clipboard (=PasteMethod=2) - #9
[*] New: Plugin [[image]] now accepts clipboard as a valid path to an image: [[image=clipboard]]
[*] New: Added reset/set option to [[Counter]] plugin
[*] New: Open Tray Menu on left mouse click - #101 https://github.com/lintalist/lintalist/issues/101
[*] New: Esc closes Lintalist Quick Start Guide - #100 https://github.com/lintalist/lintalist/issues/100
[*] New: Tray and Edit menu item "Open Lintalist folder" - #102 https://github.com/lintalist/lintalist/issues/102
[*] New: Tray menu click on first item (Program name) opens Search GUI - #102
[*] New: Added NumpadUp / NumpadDown for navigation in addition to Up/Down keys - #103 https://github.com/lintalist/lintalist/issues/103
[*] New: FixURI() - added A HREF for HTML to check/correct local file uri (file://) as well not just for IMG SRC
[*] Fix: removed stray "If (BigIcons..." from ReadIni.ahk
[*] Fix: Plugin [[Choice]] resolved crash when having over 9 Choice entries in a snippet - #108 https://github.com/lintalist/lintalist/issues/108
[*] Fix: added IniListFinalCheck to ensure all button states are saved with a 0 or 1 value (e.g. not empty)
[*] Fix: corrected some typos in Changelog.md and doc\index.html
[/list]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version