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

<< < (2/11) > >>

Lintalist:
Always nice to meet fellow AHK users :Thmbsup:

I saw some other threads where Lintalist was mentioned here on DC, for that reason I would like to highlight the note that is also in the documentation and website Note: although Lintalist can expand abbreviations it is not intended to replicate or replace the native AutoHotkey Hotstrings features, see http://ahkscript.org/docs/Hotstrings.htm for an introduction and description of all the options.
--- End quote ---

For those interested, for some background (and a teaser) you can read my reply to a question by thiagotalma on GitHub here https://github.com/lintalist/lintalist/issues/32

Lintalist:
Just a heads up, a new beta is available, v1.7:

[*] New: SearchLetterVariations setting -  Allow for variations of letters in search query - 'e' also searches for 'eéèë...' etc
[*] New: SnippetEditor Setting - Allow user to set editor to use for "Edit in Editor"
[*] New: PlaySound Setting - Play sounds after paste, open or close of Search Gui (beeps, default Windows media or user files)
[*] New: added help menu with 'Help' and 'About' options to the GUIs and added 'About' to tray menu
[*] Minor fixes and code refactoring.
[/list]

I'd be interested to hear any feedback on the search results if you use this version, especially if they are unexpected or different from previous versions.
Adding SearchLetterVariations meant I had to change some underlying code for the various search methods which now makes more of use Regular Expressions which could mean results are different or displaying the results of a fuzzy search has become slower.
(For the PlaySound option: there are no sound files included, just look at sound.ini in the lintalist folder for instructions where to place them.)

Download the ZIP and unpack it to a folder of your choice:
https://github.com/lintalist/lintalist/archive/dev.zip

Feedback welcome: https://github.com/lintalist/lintalist/issues/49 or here of course.

Lintalist:
v1.7 is now available. You can use the tray menu, check for updates, to upgrade, or download it manually via https://github.com/lintalist/lintalist/releases

[*] New: SearchLetterVariations setting - Allow for variations of letters in search query - 'e' also searches for 'eéèë...' etc
[*] New: SnippetEditor Setting - Allow user to set editor to use for "Edit in Editor".
[*] New: PlaySound Setting - Play sounds after paste, open or close of Search Gui (beeps, default Windows media or user files).
[*] New: Added help menu with 'Help' and 'About' options to the GUIs and added 'About' to tray menu.
[*] New: Split plugin now accepts "named Split" [[split_name]].
[*] Fix: Tray menu: manage bundles and manage local variables weren't working.
[*] Fix: Always resolve Vars in nested situations.
[*] Various other minor fixes, code refactoring and documentation.[/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]




A quick note about the "named splits" - just in case you're wondering how useful the [[split]] plugin is, here is a short example how you can use it to create a Snippet with "logic".
You can use Choice (or another Plugin) to select an item and use that output to update other parts of the snippet.

[[Split_C1=[[choice=1   Option1|2   Option2|3   Option3|4   Option4]]|\t]]
[[Split_CSub=sub1 sub2 sub3 sub4|\s]]

You made Choice Number [[SP_C1=1]]
And the sub-selection that goes with it is:
[[SP_CSub=[[SP_C1=1]]]]

--- End quote ---

This will ask you to make a Choice from Option1..4, and if you pick Option3 it will use "3" as a selection criteria for another Split.
So if the above snippet would have the following output (if you select Option3):

You made Choice Number 3
And the sub-selection that goes with it is:
sub3

--- End quote ---

Another example can be found here http://lintalist.github.io/#combiningsplit

Lintalist:
A new beta is available (v1.8) - apart from some bug fixes and minor changes, the new features are:


* New Command line parameter -Ini: load specific settings file (ini)
* Calendar and DateTime plugins now accept Locale Identifiers (LCID) parameter
* Multi-caret implemented for certain text editors, see docs/MultiCaret.md
If you paste a snippet into an editor which supports Multi-caret/edit you can now use those in Lintalist snippets by placing multiple caret locations in your snippet. Supported editors: Atom, Brackets, EverEdit, Sublime Text, TextAdept, UltraEdit 23+ but if you know of other editors that could be added let me know. Details in docs/MultiCaret.md after unpacking the zip download. The Editor needs to have a keyboard shortcut for "select word" AND "select next occurrence". If you can only use the mouse to do this, you won't be able to use this with feature of Lintalist snippets (Notepad++ and RJ TextEd for example won't work as you need to use the mouse)

Suggestions and feedback welcome...

More complete Changelog and Download:
https://github.com/lintalist/lintalist/issues/63

Sneak preview multi-caret/edit:

Lintalist:
v1.8 is now available. You can use the tray menu, check for updates, to upgrade, or download it manually via https://github.com/lintalist/lintalist/releases

[*] New: Command line parameters -Ini: load specific settings file (ini) 
[*] New: Multi-caret implemented for certain text editors (see DOC) 
[*] New: Random plugin, return random value or entry from a list (also added to Choice)
[*] New: Calendar and DateTime now accept Locale Identifiers (LCID) parameter 
[*] Change: Snippet, Bundle, Counter and Local variable editors are now all visible on the taskbar as a child window of a disabled Lintalist Search GUI (if present) this makes it easer to switch from/to the appropriate editor using alt-tab and mouse 
[*] Added: Choice plugin GUI now has "Endless scrolling in a listbox" similar to Search GUI listview + Added a Random option
[*] Fix: Cancelling a snippet with Choice plugin no longer makes Shorthand stop working 
[*] Fix: After using quick search with one result e.g. automatic pasting of the only snippet, pressing space or tab executed the snippet again. Cleared the typing history after each paste fixed it.
[*] Fix: Pause shortcut could cause error, added #IfWinNotActive ahk_group
[/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]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version