Selon Galmes Pierre-Andre <[EMAIL PROTECTED]>: > > > On my screen, the following messages do not feat in the place given to > > > them. My - resolution : 1024x768 : > > > > > > - "This project can only generate Java code for the moment. In a later > > > version, C++ and python will be supported." > > > - "Implementation extension is a single word..." > > > > Strange: I have the same resolution... and it works > > Well... I will send you a snapshot directly so that you can see the result.
I've seen it, I'll correct it ASAP: I need to have an ssh access on the 2401 port... this is disabled in most firewall configuration: even at the university (I have to ask the admins to open it just for me) > Even if I know this part is really not a priority, I will explain a bit what > I > suppose could be done in the future. > > In fact, there are different methods to create filters. One is XSLT, and > another is to implement a Filter class (this is done in Java). > > So for the XSLT, we could produce only the squeleton (the package of the > filter needed to import it in OOo) with no highlight of the XSL and only a > few lines of code for the XSLT Filter. But for the Java part, we could do > something better. XSLT: We should have to use an XSLT plugin to have basic xslt editing features, and we can create a wizard that creates the package as you mentionned it. JAVA: It could be implemented without having to modify the existing OOo integration code. If you want to work on this, you can do whatever you want because it won't interact with my code. > > I think that I should finish the basic wizards (and the internal Type > > structure) before we could begin to work on the addon wizards. I think that > > the C++ integration is quite simple: we only have to write another class > > that generates C++ files from the rdb registry. > > Hum, I will try to have a look at it. Is there a way I could checkout the > sources to my PC ? Do I need to be registered somewhere to be able to do so ? > > > Do you already have some Eclipse API knowledge ? I'll look to see how the > > work could be splitted. > > I still do not know the Eclipse API, but could have a look to it. I know > Java, > and I could try learning the API. To begin with Eclipse API, you should read the online help at the chapter : Platform Plugin Developer's Guide-> Programmer's Guide. There are some interesting articles on http://eclipse.org/articles/index.html. If you have questions about Eclipse API, do not hesitate to ask me. Cedric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
