Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [imp-dev] Integrating with existing Eclipse-based IDEs - what can IMP do for me?

Very possible. But the use cases for using both DLTK and IMP seem not
existed now. But some codes should be provided in the exmaple
project.(check svn)

regards,
Jin

2009/4/15 Clemens Anhuth <clemens@xxxxxxxxxxxxx>:
> Hello everyone.
>
> I am working on integrating (code assist, run, debug) with EPIC and DLTK
> (and possibly any other Eclipse-based IDE) for a third API available in four
> script languages (Perl, Tcl, Python, JavaScript).
>
> (The desired approach is not to modify EPIC or DLTK implementations, but
> rather to add to them by way of extension points for example, so that the
> integration can be used in conjunction with the original (EPIC, DLTK, etc.)
> project.)
>
> I have tried to find out what IMP can do for me, and it seems that
> org.eclipse.imp.analysis can be used to implement code analysis, possibly
> more advanced code analysis than provided by the aforementioned IDEs in
> their current state. Is it a realistic to use org.eclipse.imp.analysis for
> implementing AST-based analyses in my case?
>
> Is there anything else that IMP can do for me, given the above use case?
>
>
>
> Thank you in advance for your feedback.
>
>
>
> With best regards
>
> Clemens Anhuth
>
> --
> www.froglogic.com - Squish - Multi-Platform GUI Testing
>
>
> _______________________________________________
> imp-dev mailing list
> imp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/imp-dev
>


Back to the top