Re: eclipse plugin



You would have to study the details of eclipse plugins, and you would have to call the
eclipse funcions. In addition, you would probably need to create JNI (Java Native
Interface) wrappers for your API.

I suspect that it is probably easier to implement it in Java.
joe

On 1 Dec 2005 23:03:14 -0800, "Anshul" <anshul.solanki@xxxxxxxxx> wrote:

>Hi,
>I have a complex MFC application. The GUI and processing logic are
>separated in different dlls.
>I want to make available this application of mine as a plugin to
>eclipse.
>Thus my application would be used by user across platforms.
>So my questions are
>1) Can i make a plugin in C++ for eclipse. (all plugin i have seen are
>.jar files)
>1) How to convert GUI part of my application (which uses MFC& Win32
>API) to a plugin form that can be attached to eclipse.
>2) Which compiler to use for C++ / GUI framework , so that my code is
>platform independent. Suggest some good open source C++ GUI framework
>and compiler.
>
>-Thanks
>anshul
Joseph M. Newcomer [MVP]
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.



Relevant Pages

  • Re: Programming IDE
    ... use Eclipse with the C/C++ IDE plugin and then just build your ... >> me to point it at the makefile I wish ... > But in terms of true development environments, ...
    (Fedora)
  • Re: Eclipse Plugin wird nicht geladen
    ... Verfügbaren des Eclipse Projektes für mein unten formuliertes Problem ... die jeweils ein Eclipse Plugin ... die als Bundle-Activator im Manifest.mf von Plugin B definiert ist, ... Konstruktor zu machen, sondern in der startMethode ...
    (de.comp.lang.java)
  • [OT] Eclipse Plugin wird nicht geladen
    ... Ich habe mich schon bei zwei eclipse Mailinglisten eingeschrieben, auf denen so gut wie niemand etwas postet. ... die jeweils ein Eclipse Plugin implementieren. ... System.out.println Ausgaben in den Konstruktor der Klasse, die als Bundle-Activator im Manifest.mf von Plugin B definiert ist, hinzufügen und erneut ausprobieren. ... Nächster eigentlich sinnfreier Versuch, ist die Textausgabe nicht im Konstruktor zu machen, sondern in der startMethode des Activators, welche von Eclipse beim Starten des Plugins aufgerufen werden sollte. ...
    (de.comp.lang.java)
  • Re: Regular Expression Analyzer
    ... For example Search type one is an exact match search. ... Eclipse has a plugin that does regular expression analysis. ...
    (comp.lang.java.programmer)
  • Re: eclipse plugin
    ... Eclipse-Plugin-Schnittstelle ist sicher irgendwo dokumentiert, ... die Eclipse normalerweise dem Plugin ... ich versuche gerade einen Eclipse Plugin, in einen GUI zu integrieren, ...
    (de.comp.lang.java)