extensions.st
changeset 15461 b77896d5819c
parent 15448 bf1d19ce7446
child 15541 982ce96f4910
--- a/extensions.st	Fri Feb 27 22:14:54 2015 +0100
+++ b/extensions.st	Fri Feb 27 22:23:45 2015 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:libtool' }"!
 
 !AbstractSyntaxHighlighter class methodsFor:'api highlighting'!
@@ -1557,6 +1559,8 @@
 
     "Use Smalltalk>>at: to trick the dependency detector"
 
+    "/ why do we need this hack - the Tools::Inspector2Tab class and this
+    "/ extension are in the same package anyway?!!
     ^(Smalltalk at: #'Tools::Inspector2Tab') 
         ifNil:[self error:'Inspector2 not available!! Something is rotten...']
         ifNotNil:[(Smalltalk at: #'Tools::Inspector2Tab') new]
@@ -2523,7 +2527,7 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.149 2015-02-27 13:30:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.150 2015-02-27 21:23:45 cg Exp $'
 ! !
 
 !stx_libtool class methodsFor:'documentation'!