Initial support for pandoc. Just empty dirs for being populated with the binaries of each platform.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2014-11-01 18:49:34 +00:00 committed by SantiagoBragagnolo
parent 4960eacbf2
commit 0f708871cb
1 changed files with 10 additions and 1 deletions

View File

@ -221,6 +221,15 @@ GrafoscopioBrowser >> headerOn: constructor [
ifFalse: [ eachNode header]].
]
{ #category : #'system-support' }
GrafoscopioBrowser >> installPandoc [
"Installs pandoc binary for each major platform: Linux, Windows, Mac"
| linuxSupplies |
linuxSupplies := (FileSystem disk workingDirectory
/ 'Platform' / 'Linux' / 'Programs' / 'Pandoc')
ensureCreateDirectory.
]
{ #category : #persistence }
GrafoscopioBrowser >> open [
"Opens a new browser with a default tree and assigns a default draft file for storing it.
@ -409,7 +418,7 @@ GrafoscopioBrowser >> treeOn: constructor [
]
{ #category : #'as yet unclassified' }
{ #category : #'system-support' }
GrafoscopioBrowser >> updateSystem [
"Updates the system with new versions of itself take from the source code repository"
Gofer new