Skip to content

Commit

Permalink
Merge f552c91 into 20f9e9d
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianEgbert authored Jun 3, 2021
2 parents 20f9e9d + f552c91 commit a872e06
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ SmalltalkCISpec {
],
#testing : {
#coverage : {
#packages : [ 'MarkdownEditor-Core', 'MarkdownEditor-Utilities' ]
#packages : [ 'MarkdownEditor-Core', 'MarkdownEditor-Utilities' ],
#exclude: {
#categories: [ 'open / save - I/O' ]
}
},
#exclude : {
#classes : [ #MarkdownEditorLintTest ]
#classes : [ #MarkdownEditorLintTest ],
#categories: [ 'open / save - I/O' ]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open / save
open / save - I/O
openFileDialog

self openFile: FileChooser new
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open / save
open / save - I/O
saveAsFile: aFilePath

aFilePath ifNotNil: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open / save
open / save - I/O
saveAsFileDialog

self saveAsFile: (FileSaverDialog openOnInitialFilename: self defaultFilename)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open / save
open / save - I/O
saveText

self currentFilePath isEmpty
Expand Down

0 comments on commit a872e06

Please sign in to comment.