Skip to content

Commit

Permalink
move some methods around
Browse files Browse the repository at this point in the history
  • Loading branch information
rwilcox committed Jun 20, 2020
1 parent 21b46fc commit 4d87cae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NotesMode/NotesMode/NotesMarkdownFileEditorWindowBase.class.st
Expand Up @@ -96,12 +96,22 @@ NotesMarkdownFileEditorWindowBase >> defaultFolderPath: anObject [
defaultFolderPath := anObject
]

{ #category : #'as yet unclassified' }
NotesMarkdownFileEditorWindowBase >> hasUnsavedContent [
"comment stating purpose of message"

^ text hasUnacceptedEdits .
]

{ #category : #initialization }
NotesMarkdownFileEditorWindowBase >> initializeWidgets [
"comment stating purpose of message"

text := TextModel new.

self askOkToClose: false.
self focusOrder add: text.
lineNumbersVisible := false.
]

{ #category : #'as yet unclassified' }
Expand Down

0 comments on commit 4d87cae

Please sign in to comment.