[TxMt] Re: Clipboard History - problem with larger text chunks
Allan Odgaard
mailinglist at textmate.org
Wed Mar 26 10:49:02 UTC 2014
On 26 Mar 2014, at 17:07, Hans-Jörg Bibiko wrote:
> - or if the Clipboard History is called load into the TableView only
> "a preview or head" (only the first 10 kBytes or so
Next build will limit it to around 1024 “code points”:
https://github.com/textmate/textmate/commit/2cc71e57f9852905764a496e488a10acf67da84b
> - and which can be hold in a different DB) of the stored items and if
> the user starts searching the search will be performed outside of the
> TableView (in file/database)
Hopefully the above should fix it, but let me know if you see a
performacne issue (after next build) as it still does load the entire
entry¹ (when bringing up the history viewer), which could be split up
into the full column and a summary (as you suggest).
¹ It’s using CoreData so I _think_ entries are loaded “as they are
shown”, meaning only the items visible are initially loaded, not the
entire database.
More information about the textmate
mailing list