Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] question about the new JDT index work

Sure, Martin.

What do you want to do with it, specifically? Index another JVM language? Index another non-JVM language? Index Java code outside the IDE? Use the same style of network database for something other than language indexing?

In your non-IDE use-case, does your code live in an IJavaProject? Is it a situation where you could still have used SearchEngine and the old-style indexer to search your code?

The approach you'd use would depend heavily on the answers to these questions.

Note that if you're keen on the new index, you might want to consider helping me write it. I've been working on it solo for over a year and I still have a ton to do. Things would go faster if I had help.

  - Stefan

On Thu, Aug 18, 2016 at 1:35 AM Jayaprakash Arthanareeswaran <jarthana@xxxxxxxxxx> wrote:
Hi Martin,
 
Copying Stefan who might have the answer.
 
Jay
 
----- Original message -----
From: Martin Lippert <mlippert@xxxxxxxxx>
Sent by: jdt-core-dev-bounces@xxxxxxxxxxx
To: jdt-core-dev@xxxxxxxxxxx
Cc:
Subject: [jdt-core-dev] question about the new JDT index work
Date: Thu, Aug 18, 2016 1:34 PM
 
Hey!

I am interested in using the new JDT index machinery outside of the Eclipse IDE.
Do you think that would be possible? And if so, do you have any pointers to get stated in that direction?

Thanks a lot for your help!!!
-Martin


_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev

 
 

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev

Back to the top