In my understanding, common controls like tables, dialogs, lists, forms and etc. are good to be in a common plugin. Do you mean to separate it in a separate osgi plugin? Or a package in an existing plugin? If the latter, the exporting change would be minor and sounds OK I thought. I'm new here and just some quick thought.
Regards, Kai -----Original Message----- From: Emmanuel Lécharny [mailto:[email protected]] Sent: Friday, July 03, 2015 12:49 AM To: Apache Directory Developers List Subject: [Studio] Adding a org.apache.directory.studio.common.ui.dialogs package in common.ui Hi, I'm willing to create a new package in common.ui, for Dialogs I want to share across the plugins. Those Dialogs are extending the AddEditDialog, which is used by the TableWidget. One exemple of such a Dialog that will be added into this packge is the AttributeDialog, used to select an Attribute that will be added into a Table. of course, that will require some modification in the exports, as this is a new package. Do anyone has an objection ? Thanks !
