I know it may sound like a weird question, but is there any .NET friendly way to develop eclipse plugins?
- Java wrappers to .NET components?
- .NET implementation of OSGI?
- Translators? Code generators?
- .NET API to automate Plugin creation?
For example, a company specializing in .NET that has some .NET based IDE-like tools wishes to move some tools to Eclipse, is there any way of reusing any of the work done? or must it be written from scratch in Java? (or any other JVM based language)
If there is nothing out there, is it possible to create a wrapper to embed .NET controls (Windows only or using Mono) inside an eclipse plugin?
I found these relevant resources: OSGi implementation for .NET
Is there a way to create Eclipse plugins with Python?
(Which suggest that the answer is "no", but the question is: can it be done in theory?)