Tools__CodeViewService.st
changeset 11182 90f2879a3926
parent 11172 7ece06fcbf73
child 12123 4bde08cebd48
child 12861 3106975dc3e1
--- a/Tools__CodeViewService.st	Tue Jan 24 13:56:13 2012 +0100
+++ b/Tools__CodeViewService.st	Tue Jan 24 13:56:23 2012 +0100
@@ -62,6 +62,26 @@
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 "
+!
+
+documentation
+"
+    A base class for CodeView2 services. A 'service' is an extension
+    mechanism for CodeView2. Once plugged in, service gets informed 
+    about changes in the text and it also may intercept events.
+
+    See concrete subclasses how to use and implement code services.
+
+    [author:]
+        Jan Vrany <jan.vrany@fit.cvut.cz>
+
+    [instance variables:]
+
+    [class variables:]
+
+    [see also:]
+
+"
 ! !
 
 !CodeViewService class methodsFor:'instance creation'!
@@ -281,6 +301,13 @@
 linesModifiedFrom: start to: end
 
     "Created: / 06-07-2011 / 17:14:36 / jv"
+!
+
+viewRealized
+    "Sent when a code view has been realized. May be overriden
+     by subclasses"
+
+    "Created: / 23-01-2012 / 10:38:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CodeViewService methodsFor:'initialization'!
@@ -363,7 +390,7 @@
 !CodeViewService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.7 2012-01-22 10:11:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.8 2012-01-24 12:56:23 vrany Exp $'
 !
 
 version_SVN