Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
# ########################################################################
#
# Filename Extensions
#
# ########################################################################

# Comma-separated list of filename extensions.
Dialog.file.choose.filter.ext.markdown=*.Rmd,*.md,*.markdown,*.mkdown,*.mdown,*.mkdn,*.mkd,*.mdwn,*.mdtxt,*.mdtext,*.text,*.txt
Dialog.file.choose.filter.ext.definition=*.yml,*.yaml,*.properties,*.props
Dialog.file.choose.filter.ext.xml=*.xml,*.Rxml
Dialog.file.choose.filter.ext.all=*.*

# ########################################################################
#
# Variable Name Editor
#
# ########################################################################

# Maximum number of characters for a variable name. A variable is defined
# as one or more non-whitespace characters up to this maximum length.
editor.variable.maxLength=256

# ########################################################################
#
# 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}