Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hyades-dev] Re: hyades-dev digest, Vol 1 #178 - 2 msgs


Marcelo,
Thanks for the advice. I take note and I will keep this in mind. ;-)
I'm a new born in the Hyades world, that's why any piece of advice is welcome !
Cheers,
/Bertrand
__________________________________
Bertrand Cormier
Automated Software Quality
Rational Software
IBM Software Group
Phone:  +33.5.62.16.56.56
E-Mail:   b.cormier@xxxxxxxxxx
__________________________________










----- Message from Marcelo Paternostro <marcelop@xxxxxxxxxx> on Fri, 5 Mar 2004 13:25:58 -0500 -----
To: hyades-dev@xxxxxxxxxxx
Subject: Re: [hyades-dev] Modifications in the plugin hyades.test.ui


Hi,


My two cents...   some of these classes (the 2 last lines in special) were copied from the PDE plugin and are used to implement the HTML look and feel on the editors.  PDE itself was not "confident" enough to make this API public so they've kept it on internal packages.


If you move to a public package, you will be opening the gate to anyone who want to use this type of UI - by monitoring the newsgroup you will see that there are lots of people interested on it.  There is nothing wrong with this... you just need to know what you are doing ;-)


Best regards,

Marcelo Paternostro
IBM Toronto Lab



"Bertrand Cormier" <b.cormier@xxxxxxxxxx>
Sent by: hyades-dev-admin@xxxxxxxxxxx

04/03/2004 01:22 PM

Please respond to
hyades-dev

To hyades-dev@xxxxxxxxxxx
cc
Subject [hyades-dev] Modifications in the plugin hyades.test.ui








In order to fit some requirements that have been posted in bugzilla, I've prepared some in-depth modifications within the plugin test.ui.


Some classes will be made visible :


BaseEditorExtension & TestSuiteEditorExtension will be moved from test.ui.internal.editor.extension to  test.ui.editor.extension.

SUTsForm, TestCasesForm & TestComponentsForm will be moved from test.ui.internal.editor.form to test.ui.editor.form.

IHyperlinkListener & SelectableFormLabel will be moved from test.ui.internal.editor.form.base to test.ui.editor.form.base.

EditorForm, EditorSection, NamedElementsection, NamedElementsSection & WidgetFactory will be moved from test.ui.internal.editor.form.util to test.ui.editor.form.util.


The classes in the original locations will be left deprecated.  If you get some compiling errors : check after the deprecated.


Please notify me asap if you think these relocations will cause trouble.

Thanks,

/Bertrand


__________________________________
Bertrand Cormier
Automated Software Quality
Rational Software
IBM Software Group
Phone:  +33.5.62.16.56.56
E-Mail:   b.cormier@xxxxxxxxxx
__________________________________








Back to the top