Community
Participate
Working Groups
In the wizard page, the arrows are denoted by <-- and -->, which are not looking good. Also the UI guide lines hints on using only < and > See: http://wiki.eclipse.org/User_Interface_Guidelines#Multiple_Item_Selection Now Platform UI has a similar widget Configure Columns dialog ( Problems View-> Columns... ) We use < and >. It would be good if PDE switches to this format to have consistency in SDK
We'll fix this in M7 or RC1
Created attachment 192652 [details] Patch
Fixed in HEAD
The fix is acceptable, but we could consider going one step further. The guildelines suggest that > < >> << be used instead of text. Obviously we have some additional options that might not fit right. Just something to consider.
(In reply to comment #4) > The fix is acceptable, but we could consider going one step further. The > guildelines suggest that > < >> << be used instead of text. Obviously we have > some additional options that might not fit right. Just something to consider. I don't agree with the Guidelines that aspect. No other places in the SDK has a push button without any text. This is also an issue with accessibility, as it will be confusing for those who use the screen readers. It will simply read out 'Greater than' and 'less than'. But I agree that we could use Add All >> and << Remove All (two symbols for the "Move All" buttons)
(In reply to comment #0) > In the wizard page, the arrows are denoted by <-- and -->, which are not > looking good. Also the UI guide lines hints on using only < and > See: > http://wiki.eclipse.org/User_Interface_Guidelines#Multiple_Item_Selection > That's outdated. The Microsoft UX guidelines for Windows 7 and Vista specify to use '->' and '<-' together with text (see page 109). > Now Platform UI has a similar widget Configure Columns dialog ( Problems > View-> Columns... ) We use < and >. It would be good if PDE switches to this > format to have consistency in SDK Nice try ;-) The PDE dialog was first and there are several other places in the SDK where "-->" and "<--" are used. The polish bug 231081 also requests to change it in the 'Configure Columns'. Having said that, I agree that "->" and "<-" look better and follow the Win 7 UX guidelines. I've fixed the places in the SDK. I also agree that the guidelines are wrong regarding the text. It is needed for accessibility and makes it easier to see what the buttons do. I've replaced the "==" with "-".