Tools__CodeView2SettingsAppl.st
branchjv
changeset 12431 9f0c59c742d5
parent 12406 1fbd331e4489
child 12435 1f1faf35be04
--- a/Tools__CodeView2SettingsAppl.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__CodeView2SettingsAppl.st	Wed Feb 27 12:34:59 2013 +0000
@@ -39,7 +39,6 @@
 "
 ! !
 
-
 !CodeView2SettingsAppl class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -81,7 +80,6 @@
 )
 ! !
 
-
 !CodeView2SettingsAppl class methodsFor:'image specs'!
 
 defaultIcon
@@ -107,7 +105,6 @@
 RRY(UUUD***("*)J*****$R***"J)J******QJ***HUUUZUUUUUD***TQDQDQDQDQDR***************(b') ; colorMapFromArray:#[240 160 80 192 80 0 64 0 0 240 208 160 0 0 0 240 240 240 192 192 192 240 128 0 208 208 208 48 48 48 160 160 160 255 0 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@C@@@G??LG??<_??<_??<G??<G??<G??<G??<G??8G??0G??0G??0G??0G??0G??0G??0G??0G??0O??0@@@@') ; yourself); yourself]
 ! !
 
-
 !CodeView2SettingsAppl class methodsFor:'interface specs'!
 
 windowSpec
@@ -293,7 +290,6 @@
       )
 ! !
 
-
 !CodeView2SettingsAppl methodsFor:'aspects'!
 
 acceptCancelInGutterEnabledHolder
@@ -386,7 +382,6 @@
     "Created: / 26-07-2011 / 10:31:07 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !CodeView2SettingsAppl methodsFor:'aspects-enablement'!
 
 useCodeView2InToolEnabled
@@ -404,7 +399,6 @@
     "Modified (format): / 25-11-2011 / 15:11:55 / cg"
 ! !
 
-
 !CodeView2SettingsAppl methodsFor:'protocol'!
 
 basicAspects
@@ -445,7 +439,6 @@
     "Modified: / 19-07-2011 / 16:55:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !CodeView2SettingsAppl methodsFor:'queries'!
 
 hasUnsavedChanges
@@ -457,7 +450,6 @@
     "Modified (format): / 25-11-2011 / 15:25:16 / cg"
 ! !
 
-
 !CodeView2SettingsAppl class methodsFor:'documentation'!
 
 version
@@ -468,6 +460,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2SettingsAppl.st,v 1.7 2013-02-01 14:49:02 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id§'
 ! !