#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 30 Aug 2017 20:18:08 +0200
changeset 6198 8c4bc6c92871
parent 6197 3a3a1cabb663
child 6199 bb73dd020e88
#DOCUMENTATION by cg class: EditTextView comment/format in: #parenthizeSelection
EditTextView.st
--- a/EditTextView.st	Thu Aug 24 22:44:32 2017 +0200
+++ b/EditTextView.st	Wed Aug 30 20:18:08 2017 +0200
@@ -3996,12 +3996,13 @@
 !
 
 parenthizeSelection
-    "place parenthesis around the selected text.
+    "place parentheses around the selected text.
      if already parenthized, de-parenthize it"
 
     self parenthizeSelectionWith:$( and:$)
 
     "Created: / 06-06-2016 / 10:59:05 / cg"
+    "Modified (comment): / 30-08-2017 / 20:17:46 / cg"
 !
 
 parenthizeSelectionWith:openingCharacter and:closingCharacter