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

<< < (5/11) > >>

Lintalist:
Glad to hear it works :)

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

https://github.com/lintalist/lintalist/releases

nickodemos:
Tried it after you mentioned it in another thread.

Working well within the idea frame I had.

One question. Is there a max size that a bundle can be. Already hitting 500KB and there is no end in site for how large I might take it. So how large can it go and will there be a slow down once it gets to a certain size. Should I be making multiple bundles to share the load or does this matter?

Lintalist:
Glad to hear it works for you :-)

All bundles are loaded in memory so that shouldn't matter much, depending on the context only some are shown/used in the Gui while searching so that might have an influence. Say you have a HTML bundle there no need to always show it as you only need while editing HTML files, but that bundle is loaded at startup.

I'm sure that at some point you will notice a "lag" but I doubt very much that would occur soon unless you have very large snippets (my longest snippets are about "2 or 3 pages of text" for example, my largest bundle is 3500+ items and I use about 20 bundles in total). If you put the entire New York phone book in a bundle there I'm sure it will be slow. (If I recall correctly I've done some tests with 25K snippets in a bundle and it still worked OK)

If you do tend to notice it start to slow down because you have a very large bundle(s) and/or snippet(s) you can perhaps move some snippets to text files by using the [[file=]] plugin - http://lintalist.github.io/#file-plugin - that way the content is only loaded when you use that particular snippet. You can use Part2 as a description of Part1 (where you would/could use File=) - http://lintalist.github.io/#Part1-2

Lintalist:
v1.9.9 - String, Query plugins - shortcuts for first 10 results, various fixes

* New: Search GUI shortcuts for first 10 search result (Alt+1..0) - show numbers as text and/or icons. 
* New: String plugin to transform text (upper, lower, sentence, title case, trim...)
* New: Query plugin and QueryDelimiter setting. Use (parts of) search query in Snippets.
* New: Editor - 'shortcuts' (Keyboard accelerators) for the (Edit) controls.
* Change: removed Pgdown and Pgup hotkeys, no longer worked correctly and not all that useful
* Change/fix: Change how columns are set for listview to prevent accidental hiding of columns 
* Fix: Choice plugin Cancel/Esc not storing position properly
* Fix: Pausing / Enabling Shortcuts didn't work correctly, worked only after restart
* Update TitleCase() to v1.2

See https://github.com/lintalist/lintalist/blob/master/changelog.md for details.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version