CustomNamespace.st
changeset 704 340954b48789
parent 700 55a8d014066f
child 705 1eb0878dc85c
--- a/CustomNamespace.st	Sun Oct 19 14:08:55 2014 +0200
+++ b/CustomNamespace.st	Sun Oct 19 14:55:14 2014 +0200
@@ -229,16 +229,15 @@
 !CustomNamespace methodsFor:'compiling'!
 
 execute
-    "
-    Most likely as compile method, but without undo change
-    in global RefactoryChangeManager
-    (true for CustomLocalChangeManager changeManager implementation)
-    "
+    "Performs code changes ( add method, add class, rename class... )
+    so they take in effect ( method is added, class is renamed, ... )
+    with respect to current change manager implementatin - see CustomChangeManager subclasses."
 
     changeManager performChange: changes
 
     "Created: / 27-04-2014 / 16:30:05 / Jakub Nesveda <nesvejak@fit.cvut.cz>"
     "Modified: / 21-09-2014 / 22:34:58 / Jakub Nesveda <nesvejak@fit.cvut.cz>"
+    "Modified (comment): / 19-10-2014 / 14:30:45 / Jakub Nesveda <nesvejak@fit.cvut.cz>"
 !
 
 redoChanges