Page 2 of 5

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Mar 14, 2015 11:21 am
by tproli
Nice new features! Re-exploring Lintalist is on my todo list :)

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Mar 14, 2015 11:33 pm
by lintalist
Thanks, suggestions remain welcome. You can view the current "TODO" list at https://github.com/lintalist/lintalist/issues

It seems I've forgotten to update the download link to https://github.com/lintalist/lintalist/ ... talist.zip so the database entry still points to the previous version v1.3.1. You can install that version and and simply use the "check for updates" in the menu.

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Thu Apr 02, 2015 11:09 am
by lintalist
Just a heads up: there is a beta release of v1.5

And before I start tackling all other issues* - https://github.com/lintalist/lintalist/issues/ - I want to release v1.5 as there are a number of changes that could break things, please test it out and report any issues if you find them.

Most important changes:
To test it download:

https://github.com/lintalist/lintalist/archive/dev.zip

and unpack the zip file, close your current running copy of Lintalist before starting de DEV version
You can copy your bundles to the bundle folder, as lintalist.exe is not included in the download of the source code you might need to copy lintalist.exe as well, otherwise simply start lintalist.ahk (you must have v.1.1.20+)

The "check for updates" option via the tray-menu has been disabled in this beta release.

* incl. new plugins currently being discussed are
- split plugin https://github.com/lintalist/lintalist/issues/23
- find & replace plugin https://github.com/lintalist/lintalist/issues/27
- and other items as well https://github.com/lintalist/lintalist/issues/

Feel free to post feedback at GH or here of course. Thanks.

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Apr 18, 2015 9:47 am
by lintalist
v1.5 changelog https://github.com/lintalist/lintalist/ ... s/tag/v1.5

Download: https://github.com/lintalist/lintalist/ ... talist.zip

New features:
  • Omnisearch: the ability to search in all bundles independent of the ones that are currently loaded or locked in the search Gui. Doc http://lintalist.github.io/#Omni
  • Show bundle name in search results and/or use Colour to indicate bundle. Setting: DisplayBundle. Caveat: using colours might cause the Search GUI to freeze or to become unresponsive should this happen simply avoid using a DisplayBundle setting > 1.
  • Set font (typeface) and font size for search results and preview. Setting: Font and FontSize
  • New Bundle editor - editing bundle properties now independent of snippet. Delete a bundle using the editor.
  • minor changes & fixes.
See release notes https://github.com/lintalist/lintalist/ ... s/tag/v1.5 for install & update instructions.

Future updates will include:

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Apr 19, 2015 5:02 am
by SYSTEM
lintalist wrote:v1.5 changelog https://github.com/lintalist/lintalist/ ... s/tag/v1.5

Download: https://github.com/lintalist/lintalist/ ... talist.zip

New features:
  • Omnisearch: the ability to search in all bundles independent of the ones that are currently loaded or locked in the search Gui. Doc http://lintalist.github.io/#Omni
  • Show bundle name in search results and/or use Colour to indicate bundle. Setting: DisplayBundle. Caveat: using colours might cause the Search GUI to freeze or to become unresponsive should this happen simply avoid using a DisplayBundle setting > 1.
  • Set font (typeface) and font size for search results and preview. Setting: Font and FontSize
  • New Bundle editor - editing bundle properties now independent of snippet. Delete a bundle using the editor.
  • minor changes & fixes.
Thank you. I have updated the entry. :)

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Apr 19, 2015 5:14 am
by lintalist
SYSTEM wrote:Thank you. I have updated the entry. :)
Thanks!

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Apr 25, 2015 3:22 am
by lintalist
Just a heads up: there is a beta release of v1.6

You can download a new early beta release here:
https://github.com/lintalist/lintalist/archive/dev.zip

It would be advisable to install this in a new folder and not overwrite your current install of Lintalist. You can copy your bundles to the new folder as well - existing snippets should still work as in previous versions.

Changes
  • new plugin parser - try to "break" it
  • new Split plugin *
More info posted here https://github.com/lintalist/lintalist/issues/37

* a usage example could be: you select a number of columns in your spreadsheet, copy that to the clipboard and you can now use the split plugin to use each cell and insert that into specific locations in your snippet. Or you read in a text file and want to use the 2nd and 5th lines ...

Feel free to post feedback at GH or here of course.

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sat Aug 15, 2015 2:26 am
by lintalist
Probably / hopefully last beta release of v1.6 - various fixes and new features including: sorting columns using various methods + quick sort hotkeys and setting the width of columns 1 & 2 - see https://github.com/lintalist/lintalist/ ... -131321555 and the https://github.com/lintalist/lintalist/ ... angelog.md for details.

Feedback welcome!

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Aug 23, 2015 1:40 am
by lintalist
v1.6 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: Split & SplitRepeat plugins (*1)
  • New: You can now create counters "on the fly"
  • New: Column: width settings for column 1 and column 2
  • New: Column sort settings and quick sort hotkeys
  • Change: improved parsing of nested plugins
  • Change: new options for Calendar and File plugins
  • Change/fix: chaining HTML/MD snippets now allowed
  • Various minor improvements, code refactoring (see changelog for details)
*1 Split & SplitRepeat
The Split plugin creates an "array" of sequentially numbered temporary variables which you can place anywhere in your snippet. This can for example be useful if you copy multiple columns and / or rows from a spreadsheet and want to insert them at specific locations in your snippet.
See the documentation http://lintalist.github.io/#Split for more informations and basic examples.

Feedback welcomed!

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Aug 23, 2015 4:13 am
by SYSTEM
lintalist wrote:v1.6 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: Split & SplitRepeat plugins (*1)
  • New: You can now create counters "on the fly"
  • New: Column: width settings for column 1 and column 2
  • New: Column sort settings and quick sort hotkeys
  • Change: improved parsing of nested plugins
  • Change: new options for Calendar and File plugins
  • Change/fix: chaining HTML/MD snippets now allowed
  • Various minor improvements, code refactoring (see changelog for details)
*1 Split & SplitRepeat
The Split plugin creates an "array" of sequentially numbered temporary variables which you can place anywhere in your snippet. This can for example be useful if you copy multiple columns and / or rows from a spreadsheet and want to insert them at specific locations in your snippet.
See the documentation http://lintalist.github.io/#Split for more informations and basic examples.

Feedback welcomed!
Thank you. Entry updated. :)

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Sun Aug 23, 2015 4:16 am
by lintalist
And thank you too :-)

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Wed Sep 09, 2015 12:07 am
by starstuff
amazing app you made here! i was looking for something like breevy, and your app is better in function.

i like to request some feature :
- an option for custom text editor
- add custom sound effect to event eg. when you are successful in expanding text it will make a sound
- add dictionary popup on the caret , this is for dictionary bundle 1 or 2 words. i have seen this before but i forgot the app name, something like auto-correct/auto-complete feature of ide.

bug report:
the tray icon manage bundle and manage local var is not working.

thank you!

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Wed Sep 09, 2015 2:55 pm
by lintalist
starstuff wrote:amazing app you made here! i was looking for something like breevy, and your app is better in function.
Glad you like it, thanks for trying.
starstuff wrote: i like to request some feature :
- an option for custom text editor
You mean the Snippet editor? There is a button "Edit in Editor" which will open your default text editor on your system, by default Notepad but if you have set another editor as default it will open that. I could add a configuration option to define the editor of course. Would that work for you?
starstuff wrote:- add custom sound effect to event eg. when you are successful in expanding text it will make a sound
I could do that, I'll add it to the list.
starstuff wrote:- add dictionary popup on the caret , this is for dictionary bundle 1 or 2 words. i have seen this before but i forgot the app name, something like auto-correct/auto-complete feature of ide.
I believe that is TypingAid - http://www.portablefreeware.com/index.php?id=1572 - which is indeed a great program. The problem I have with TA/AutoHotkey is that a 100% success rate of finding the caret position is not possible as it only works with standard controls but not for example in web browsers or many email programs.
I'll think about it but not sure how to implement it.
starstuff wrote: bug report:
the tray icon manage bundle and manage local var is not working.
Good find, a bit a embarrassing actually, but I'll fix it of course.

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Thu Sep 10, 2015 1:58 am
by starstuff
its on my portable startup list! only the best apps are included there. :)

1. yes, an option to define the editor will be great! i have Notepad+++portable on my usb drive, and with this option i can set the editor to Notepad+++

2. the second request is not too critical but just for fun and also for additional sensory cue

3. that is the app! thank you for pointing me to the app and its also made using Autohotkey, this third request is also not too critical.


thank you again and keep up the great work!

Re: Lintalist: Searchable interactive texts to copy & paste

Posted: Thu Sep 10, 2015 2:32 am
by lintalist
Thanks - I'll work on 1 & 2, might be a little while before they are implemented but I'll post updates here when they are ready.