Hi Pierre-Andre,

Selon Galmes Pierre-Andre <[EMAIL PROTECTED]>:

> > > > I thank you for your effort to get time to improve my work :-) Eclipse
> > > > people have tested a bit the plugin to help me correcting some bugs.
> > >
> > > For now, I was not able to find the time to test your plug-in, but will
> > > try to
> > > manage it as soon as possible ( I hope before the end of the week) !
>
> Finally, I found time to test your plug. Hope the info will help you to
> enhance the plug. Here is the feedback :
>
>
> My configuration :
>
> - fedora core 4
>
> - OpenOffice1.9.113_SDK
> - OpenOffice1.9.125 (fedora package)
> - Eclipse 3.1M6 (fedora package)
> - Java 1.4.2-9
>
> Issues :
>
> I - In the wizard :
>
> a - Minor Displays issues
>
> 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

> b - Annoying wizard bug
>
> i - When filling the text boxes ("project name", "root package"...), before
> clicking on the "next" button, the project directory is created, and there is
> no way to change its name anymore in the wizard.

I'll try to find a way to correct it...

> ii - When trying to create a project with a name that already exists, the
> message does not appear immediatly. It appeared after I clicked on the "use
> default" check box.

These are Eclipse parts: I only have overridden the basic project wizard page
class. I will take a look at this...

> iii - In the "UNO types selector", the Uno types are never fetched, but the
> informative sentence "Wait whilst fetching uno types" is displayed.

In fact the UNO Type fetching is done by a separate Process: thus I had to
synchronize the two processes without being too strange for the user. However,
there are still some cases where there is no synchronisation. It's quite
strange, because I already corrected such a problem in the last version. I'll
look at the version of the files on the CVS and on my computer.

> iv - There is no way to create a component with no inherited interface.
> Shouldn't it be possible to do so ?

Is it allowed by the grammar ? a component that do not inherit from an interface
is an old-style service, isn't it ? With Juergen we decided to support only the
new-style services.

> v - As I am not able to select an interface, I am not able to go further
> while
> testing.
>
>
> > This will
> > lead to more specified wizards for Calc and Chart add-ins, Add-ons and
> > remote OOo clients.
>
> Great !
>
> > However your propositions are interesting: this could be very useful to
> > manage XSL filters, or generate the package for an add-on. This simply
> > takes a lot of time that I do not have for the moment.
>
> > School will begin
> > after the OOoCon2005 and I'll have much less time (even tought I want to
> > spare some times with girlfriend (I don't know how to say fiancée in
> > english :-())
>
> Fiancée is understood ;-)
>
> > This can even be done with Eclipse: I just do not have much time to
> > understand the C++ and Python plugins. The last one is not as good as the
> > Java or C++ one, however, it could helps.
>
> > If somebody wants to help me, it would be welcome too ;-)
>
> I would be delighted to help you trying to implement the packages for
> designing XSL filters, add-ons and so on and why not the C++ part. Do you
> have some clues on where to start and how we could try to share the work ? I
> will either not have much time, but would really be interrested in helping !

I do not see what do you want to do for XSL filter designing... There are still
some Eclipse plugins that does ithis task. However they are mostly commercial 
and not free at all :-(

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.

Do you already have some Eclipse API knowledge ? I'll look to see how the work
could be splitted.

Cedric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to