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/2cc71e57f9852905764a496e488a10ac...
- 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.