Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Monkey Question

Title: New Page 1
Brad,
Sorry for the delayed reply but I've been busy with some other (non-Monkey) tasks.

Harper, Brad wrote:
importPackage(Packages.org.eclipse.search.core.text);

function main() {
  searchEngine = TextSearchEngine.createDefault();
...
}
  
You don't need that. You just type:

searchEngine = Packages.org.eclipse.search.core.text.TextSearchEngine.createDefault();

--
[end of message]

Back to the top