[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] Re: Recent dialog changes

From: Eugene Kuleshov <eu_at_md.pp.ru>
Date: 2007-12-23 21:18:11 CET

Mark Phippard wrote:
>> I also wanted to ask one more thing. There are several places when
>> not-editable text field shown in the UI. In most cases these fields are
>> made read-only, but they still show borders. I'd like to suggest to not
>> show borders for such fields if there is no conditions in the UI that
>> field can became editable (i.e. some checkboxes or radio buttons could
>> enable it). For example, remote properties dialog and also the URL filed
>> on several wizard pages like compare/switch/etc. What do you think?
>>
> Yeah, I would be in favor of those sort of changes. I've often
> wondered why we could not use Label fields and dynamically set the
> text? I am attaching three screenshots to show various dialogs on
> OSX.
>
> The relocate dialog with your changes.
> The remote properties dialog
> The Subversion page of the standard Eclipse resource properties dialog.
>
> They all look odd on OSX (always have).
>
  That actually might be an issue with Text widget on SWT, it is not
using the parent's background for read-only widgets. I've committed code
to set background for all those fields and also removed borders from
non-editable fields on remote properties dialog. I'll look at the other
panels later.

  One advantage of using text fields instead of labels is that their
text can be copied into clipboard. That is quite handy on the property
dialogs.

  regards,
  Eugene

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Sun Dec 23 21:18:21 2007

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.