On Sep 25, 2006 9:50 PM, Dr Gerard Hammond wrote: > I am writing a RBscript text editor for one of my apps. I > have added syntax highlighting, such that is now looks > like the RB IDE. Now I want to add a tooltips feature > that displays the API for my exposed context classes. <snip> > Any other ideas?
I see you got good suggestions for this, but I would also try to use an in-memory database. It's very fast and you can store more info on it per record. There's also the advantage to get the data the way Andy suggested: records that starts with what the user types or records that have what he user typed. Carlos _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
