private IndexUpdateJob indexUpdateJob;
InstaSearch() throws Exception
{
try {
indexer = new WorkspaceIndexerJDT(); // if have JDT installed, we can index jars
} catch(Throwable ignored) { // NoClassDefFoundError
// no jdt, nevermind
InstaSearchPlugin.debug(ignored);
}