On 18 Apr 2008, at 14:27, Hans-Joerg Bibiko wrote:
But by doing this I have some limitations:
- The size of my suggestions:
Up to now I have to pipe it to DIALOG2 but this size is limited. Maybe it is worth to think about a mechanism to load a file containing the suggestions.
This is wrong. Of course, I can use cat instead of echo. I've just tried out to pipe a 1Mb file with 16500 suggestion to popup in lookup mode, and it works ;) The speed is also OK. I didn't yet optimized it ;) Up to now I'm using the NSPredicate regexp engine.
Cheers,
--Hans