#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Fri, 27 Apr 2018 17:16:22 +0200
changeset 6314 ac5b9324a82a
parent 6313 6bf4e512ddb9
child 6315 1362b6366e09
#DOCUMENTATION by stefan class: EditTextView comment/format in: #codeAspect
EditTextView.st
--- a/EditTextView.st	Fri Apr 27 13:35:46 2018 +0200
+++ b/EditTextView.st	Fri Apr 27 17:16:22 2018 +0200
@@ -855,13 +855,14 @@
     codeAspect notNil ifTrue:[^codeAspect].
     self editedMethod notNil ifTrue:[^SyntaxHighlighter codeAspectMethod].
 
-    "/ Applications should set it explictly, however, to make it behavinh like
+    "/ Applications should set it explictly, however, to make it behave like
     "/ CodeView2, I kept fetching code here for now.
     ^((app := self topView application) notNil and:[app respondsTo: #codeAspect])
         ifTrue:[app codeAspect]
         ifFalse:[nil]
 
     "Created: / 27-09-2013 / 09:53:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 27-04-2018 / 16:39:15 / stefan"
 !
 
 codeAspect: aSymbol