You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2010/08/12 16:31:16 UTC

[jira] Commented: (DIRSTUDIO-686) Improvements in Attribute wizard page

    [ https://issues.apache.org/jira/browse/DIRSTUDIO-686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897768#action_12897768 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-686:
--------------------------------------------------

I looked at your code Kasun and I saw you were using the interface 'ICheckStateProvider'.

This interface has been introduced in Eclipse 3.5 and Studio's plugins are to be compatible with Eclipse versions >= 3.3.
By using this interface you Studio will not be compatible with Eclipse 3.3 and 3.4 anymore.

You weren't probably aware of that requirement and I'll let Stefan decide if this requirement is part of the GSoC project.

I also came across this interface and started using it, until I realized I simply couldn't, because of our Eclipse version requirement.

> Improvements in Attribute wizard page
> -------------------------------------
>
>                 Key: DIRSTUDIO-686
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-686
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-persistence-tooling
>            Reporter: Stefan Seelmann
>
> Attribute list should be sorted by attribute name to make it easier to find attributes.
> All attributes that are defined in the selected entry should be pre-selected.
> The objectClass attribute should be filtered out because this attribute is managed by the DAO.
> The table should have a scroll bar. Currently if I choose an intetOrgPerson entry with many attributes not all attributes are displayed and I'm not able to scroll.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.