ProgrammingLanguage.st
branchjv
changeset 17944 084a2c804b87
parent 17923 3b8cc5db4f8b
child 17966 8b5df02e171f
--- a/ProgrammingLanguage.st	Tue Jun 05 13:18:28 2012 +0100
+++ b/ProgrammingLanguage.st	Tue Jun 05 14:35:12 2012 +0100
@@ -466,6 +466,12 @@
     ^ nil
 !
 
+parenthesisSpecificationForEditor
+    ^ TextView defaultParenthesisSpecification
+
+    "Created: / 01-06-2012 / 22:52:25 / cg"
+!
+
 writeComment:aStringOrStringCollection on:aStream 
     "Utility method - writes a comment to a stream,
      using proper syntax"
@@ -480,11 +486,11 @@
 !ProgrammingLanguage class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.16 2011/11/19 10:23:29 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/ProgrammingLanguage.st,v 1.17 2012/06/01 21:13:26 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: ProgrammingLanguage.st 10781 2012-02-18 23:08:56Z vranyj1 $'
+    ^ '$Id: ProgrammingLanguage.st 10814 2012-06-05 13:35:12Z vranyj1 $'
 ! !
 
 ProgrammingLanguage initialize!