| | editor.variable.maxLength=512 |
| | |
| | + |
| | +# ######################################################################## |
| | +# |
| | +# Dialog Preferences |
| | +# |
| | +# ######################################################################## |
| | + |
| | +# docs.oracle.com/javase/8/javafx/api/javafx/scene/control/ButtonBar.html |
| | +dialog.alert.button.order.mac=L_HE+U+FBIX_NCYOA_R |
| | +dialog.alert.button.order.linux=L_HE+UNYACBXIO_R |
| | +dialog.alert.button.order.windows=L_E+U+FBXI_YNOCAH_R |
| | + |
| | +# Ensures a consistent button order for alert dialogs across platforms (because |
| | +# the default button order on Linux defies all logic). Power to the people. |
| | +dialog.alert.button.order=${dialog.alert.button.order.windows} |
| | + |