Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git
JFDML JFormDesigner: "9.9.9.9.9999" Java: "1.8.0_66" encoding: "UTF-8"

new FormModel {
	"i18n.bundlePackage": "com.scrivendor"
	"i18n.bundleName": "messages"
	"i18n.autoExternalize": true
	"i18n.keyPrefix": "MarkdownOptionsPane"
	contentType: "form/javafx"
	root: new FormRoot {
		add( new FormContainer( "org.tbee.javafx.scene.layout.fxml.MigPane", new FormLayoutManager( class org.tbee.javafx.scene.layout.fxml.MigPane ) {
			"$rowConstraints": "[][][][][][][][][][][][][][][][][][]"
			"$columnConstraints": "[][fill]"
		} ) {
			name: "this"
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "smartsExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.smartsExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 0"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "quotesExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.quotesExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 1"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "abbreviationsExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.abbreviationsExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 2"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "abbreviationsExtLink"
				"text": new FormMessage( null, "MarkdownOptionsPane.abbreviationsExtLink.text" )
				"uri": "http://michelf.com/projects/php-markdown/extra/#abbr"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 2,gapx 0"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "hardwrapsExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.hardwrapsExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 3"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "hardwrapsExtLink"
				"text": new FormMessage( null, "MarkdownOptionsPane.hardwrapsExtLink.text" )
				"uri": "https://help.github.com/articles/writing-on-github/#markup"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 3,gapx 0"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "autolinksExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.autolinksExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 4"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "autolinksExtLink"
				"text": new FormMessage( null, "MarkdownOptionsPane.autolinksExtLink.text" )
				"uri": "https://help.github.com/articles/github-flavored-markdown/#url-autolinking"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 4,gapx 0"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "tablesExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.tablesExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 5"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "tablesExtLink"
				"text": new FormMessage( null, "MarkdownOptionsPane.tablesExtLink.text" )
				"uri": "http://fletcher.github.io/MultiMarkdown-4/syntax.html#tables"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 5,gapx 0"
			} )
			add( new FormComponent( "javafx.scene.control.Label" ) {
				name: "tablesExtLabel"
				"text": new FormMessage( null, "MarkdownOptionsPane.tablesExtLabel.text" )
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 5,gapx 3"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "tablesExtLink2"
				"text": new FormMessage( null, "MarkdownOptionsPane.tablesExtLink2.text" )
				"uri": "https://michelf.ca/projects/php-markdown/extra/#table"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 5,gapx 3 3"
			} )
			add( new FormComponent( "javafx.scene.control.Label" ) {
				name: "tablesExtLabel2"
				"text": new FormMessage( null, "MarkdownOptionsPane.tablesExtLabel2.text" )
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 5,gapx 0"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "definitionListsExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.definitionListsExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 6"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "definitionListsExtLink"
				"text": new FormMessage( null, "MarkdownOptionsPane.definitionListsExtLink.text" )
				"uri": "https://michelf.ca/projects/php-markdown/extra/#def-list"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 6,gapx 0"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "fencedCodeBlocksExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.fencedCodeBlocksExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 7"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "fencedCodeBlocksExtLink"
				"text": new FormMessage( null, "MarkdownOptionsPane.fencedCodeBlocksExtLink.text" )
				"uri": "http://michelf.com/projects/php-markdown/extra/#fenced-code-blocks"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 7,gapx 0"
			} )
			add( new FormComponent( "javafx.scene.control.Label" ) {
				name: "fencedCodeBlocksExtLabel"
				"text": new FormMessage( null, "MarkdownOptionsPane.fencedCodeBlocksExtLabel.text" )
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 7,gapx 3"
			} )
			add( new FormComponent( "com.scrivendor.controls.WebHyperlink" ) {
				name: "fencedCodeBlocksExtLink2"
				"text": new FormMessage( null, "MarkdownOptionsPane.fencedCodeBlocksExtLink2.text" )
				"uri": "https://help.github.com/articles/github-flavored-markdown/#fenced-code-blocks"
				auxiliary() {
					"JavaCodeGenerator.variableLocal": true
				}
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 7,gapx 3"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "wikilinksExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.wikilinksExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 8"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "strikethroughExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.strikethroughExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 9"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "anchorlinksExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.anchorlinksExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 10"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "suppressHtmlBlocksExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.suppressHtmlBlocksExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 11"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "suppressInlineHtmlExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.suppressInlineHtmlExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 12"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "atxHeaderSpaceExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.atxHeaderSpaceExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 13"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "forceListItemParaExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.forceListItemParaExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 14"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "relaxedHrRulesExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.relaxedHrRulesExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 15"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "taskListItemsExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.taskListItemsExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 16"
			} )
			add( new FormComponent( "com.scrivendor.controls.FlagCheckBox" ) {
				name: "extAnchorLinksExtCheckBox"
				"text": new FormMessage( null, "MarkdownOptionsPane.extAnchorLinksExtCheckBox.text" )
			}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
				"value": "cell 0 17"
			} )
		}, new FormLayoutConstraints( null ) {
			"location": new javafx.geometry.Point2D( 0.0, 0.0 )
			"size": new javafx.geometry.Dimension2D( 600.0, 531.0 )
		} )
	}
}