There are only a few places in Subclipse where a checkbox is used in this
way (created by a ControlContribution that is added to a ToolBarManager).
These are:
Commit Dialog (Include unversioned files, Keep locks)
Revert Dialog (Include unversioned files) . . . As of r3914.
Lock Dialog (Steal lock) . . . Christopher, do you see this one?
I haven't found anywhere in the Eclipse UI where checkboxes are used in this
way.
If we expose the option in the preferences, I suppose this would be instead
of remembering the previous choice?
Thanks,
Steve
On 7/16/08 10:40 AM, "Mark Phippard" <markphip_at_gmail.com> wrote:
> On Wed, Jul 16, 2008 at 1:33 PM, Steve Elsemore <selsemore_at_collab.net> wrote:
>>
>> It looks like the default is indeed not to show unversioned files the first
>> time the commit dialog is shown. Subsequently, your previous choice is
>> used. But that doesn't do you much good if you never see the checkbox. I
>> think we should change the default to show unversioned files the first time.
>> And, of course, figure out why you are not seeing the checkboxes.
>
> Steve,
>
> Perhaps you can troll around the Subclipse and Eclipse UI and look for
> other places that checkboxes are used. Especially if they are used in
> a similar manner. We can then ask Chris which ones he can see. This
> might help us know if there are any limitations to consider.
>
> I suppose we could expose the option in preferences too?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-07-16 19:59:10 CEST