Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Re: The "Yes, No, Always, Never" Dialogs


I hope the API is flexible enough for teams to add new controls and functionality.  For example, the "You have a breakpoint" dialog should allow you to disable or clear the breakpoint in your image right fromt the dialog.



Douglas Pollock <douglas.pollock@xxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

04/29/2004 04:42 PM

Please respond to
eclipse-dev

To
eclipse-dev@xxxxxxxxxxx
cc
platform-ui-dev@xxxxxxxxxxx
Subject
[eclipse-dev] Re: The "Yes, No, Always, Never" Dialogs





Kevin Barnes has contributed a patch to Platform UI providing support for
toggle dialogs with (optionally) a backing preference store.  This support
has now been added to CVS.  It is located in "org.eclipse.jface" and is
called MessageDialogWithToggle.

I would encourage teams using yes/no/always/never/(cancel) dialogs to migrate
to this API.  Also, if teams have already written their own class to handle
this type of thing, it would be nice if you would migrate as well.  Ideally,
we would like to avoid duplication of this functionality throughout Eclipse,
for obvious reasons (e.g., common look & feel, ease of maintenance, etc.)

Please let me know if there are problems with the API (especially missing
functionality).  You can either email me directly, or append notes to Bug
54347 ("https://bugs.eclipse.org/bugs/show_bug.cgi?id=54347").



thanks,
d.



On Tuesday 06 April 2004 16:08, Douglas Pollock wrote:
> Recently, different Eclipse teams have been adopting a style of dialog that
> uses four buttons in the button bar at the bottom.  These buttons are: Yes,
> No, Always and Never.  I believe this style of dialog to be overly wide,
> and somewhat divergent from the de facto standards arising in the industry.
> There is also an unclear semantic with the "X" in the title bar to close
> the dialog.
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top