On Monday 19 June 2006 10:04 am, Jason Morrison wrote: > Hi folks, > > Also, I have a question - I was wondering if someone could give me a quick > overview of what IndexUpdate, SymbolIndex, and surrounding code do? (Seems > related to search functionality?)
The short answer is this: its supposed to maintain an index of all the symbols in the project. It probably does not do much more than Class symbols right now, and it should provide support for "required libraries", too, but does not. And it should be interegrated with the editor to have live updates. It is used by the Search and by the Test::Unit stuff, and I fully expected it to be used by refactoring some day (you guy just brought it on a lot sooner than I ever expected). If you have more detailed questions, I'm happy to answer them, but I'm a bit rusty on some portions of it, and I don't have much time for RDT right now. David _______________________________________________ Rubyeclipse-development mailing list Rubyeclipse-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development