PreviousNextTracker indexSee it online !

(67/212) 200 - GUIUtilities: scrap the use of JOptionPane.showConfirmDialog

JOptionPane.showConfirmDialog is a horrible dialog.
It should not be used anywhere in jedit core anymore.

The GUIUtilites.confirm method (and listConfirm methods) should create a better yes/no dialog that also responds to "Y" and "N" shortcuts, and if the user selects SPACE to go to the next button, then RETURN should activate that other button.

Submitted ezust - 2008-02-06 19:39:37 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2008-02-07 21:19:57
rschwenn

Logged In: YES
user_id=1486645
Originator: NO

Please let the shortcuts be configurable via propeties like mnemonics are i.e. for the search dialog.

2008-11-22 07:35:54
k_satoda

Unfortunately, a recently implemented feature "Open New File with Mode"
is also suffered from JOptionPane.showInputDialog().
https://sourceforge.net/support/tracker.php?aid=1797477
> Date: 2008-09-28 04:11
> Sender: ezust
> I like it, but I think it needs one more tweak: if I double-click on one of
> the modes in the list, it shouldn't need me to also click on "ok".