diff -r c5fdb1a82ed1 -r fbab25348919 Tools__CodeView2.st --- a/Tools__CodeView2.st Fri Jun 14 16:34:43 2013 +0200 +++ b/Tools__CodeView2.st Fri Jun 14 16:34:58 2013 +0200 @@ -557,6 +557,10 @@ "Modified: / 08-04-2011 / 20:50:51 / Jan Vrany " ! +editedMethodOrClass:aMethodOrClass + textView editedMethodOrClass:aMethodOrClass +! + font ^textView font @@ -3473,15 +3477,15 @@ !CodeView2 class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.80 2013-06-14 14:34:58 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.80 2013-06-14 14:34:58 cg Exp $' ! version_SVN - ^ '$Id: Tools__CodeView2.st,v 1.79 2013-06-14 12:54:27 cg Exp $' + ^ '$Id: Tools__CodeView2.st,v 1.80 2013-06-14 14:34:58 cg Exp $' ! !