Tools__CodeView2.st
branchjv
changeset 12401 4714b9640528
parent 12308 5d9291c0fc27
parent 11988 b482d2c77040
child 12406 1fbd331e4489
--- a/Tools__CodeView2.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/Tools__CodeView2.st	Wed Jan 30 11:15:09 2013 +0000
@@ -89,6 +89,7 @@
 "
 ! !
 
+
 !CodeView2 class methodsFor:'initialization'!
 
 initialize
@@ -101,6 +102,7 @@
     "Modified: / 14-02-2010 / 15:36:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 class methodsFor:'debugging'!
 
 trace: aSelector
@@ -124,6 +126,7 @@
     "Created: / 14-02-2010 / 09:53:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 class methodsFor:'examples'!
 
 example1
@@ -146,6 +149,7 @@
     "Created: / 02-09-2009 / 21:48:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 class methodsFor:'menu specs'!
 
 debugMenu
@@ -481,6 +485,7 @@
     "Modified: / 02-03-2012 / 19:53:19 / cg"
 ! !
 
+
 !CodeView2 methodsFor:'* As yet uncategorized *'!
 
 defaultFileNameForSave
@@ -489,6 +494,7 @@
     "Created: / 11-05-2012 / 15:38:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'accessing'!
 
 acceptAction:aBlock
@@ -745,6 +751,7 @@
     "Created: / 19-03-2012 / 14:25:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'accessing - code component'!
 
 klass
@@ -759,6 +766,7 @@
     "Created: / 27-07-2011 / 13:14:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'accessing-code component'!
 
 klass: aClass
@@ -802,6 +810,7 @@
     "Created: / 27-07-2011 / 13:12:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'aspects'!
 
 browserHolder
@@ -997,6 +1006,7 @@
     "Modified: / 17-06-2011 / 12:55:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'change & update'!
 
 update:aspect with:param from:sender
@@ -1036,6 +1046,7 @@
     "Created: / 23-06-2010 / 19:05:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'channels'!
 
 modifiedChannel
@@ -1120,6 +1131,7 @@
     "Created: / 23-06-2010 / 19:03:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'code services'!
 
 browseMethod: method
@@ -1218,6 +1230,7 @@
     "Modified: / 18-11-2011 / 14:58:19 / cg"
 ! !
 
+
 !CodeView2 methodsFor:'delegation'!
 
 doesNotUnderstand: aMessage
@@ -1238,6 +1251,7 @@
     "Created: / 14-02-2010 / 09:53:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'delegation - events'!
 
 buttonMotion: button x:x y:y in: view
@@ -1330,6 +1344,7 @@
     "Created: / 19-03-2012 / 17:05:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'delegation-drawing'!
 
 drawLine:lineNo in: view atX:x y:y width: w height:h from:startCol to:endColOrNil with:fg and:bg
@@ -1365,6 +1380,7 @@
     "Modified: / 07-03-2010 / 14:46:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'delegation-events'!
 
 linesDeletedFrom: start to: end
@@ -1408,6 +1424,7 @@
 
  !
 
+
 !CodeView2 methodsFor:'diff mode'!
 
 recomputeDiff:view 
@@ -1440,6 +1457,7 @@
     "Modified: / 23-06-2010 / 17:25:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'initialization'!
 
 initialize
@@ -1526,6 +1544,7 @@
     "Modified: / 23-06-2010 / 19:38:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'menu actions'!
 
 accept
@@ -1632,6 +1651,7 @@
     "Created: / 16-02-2010 / 19:35:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'menus-dynamic'!
 
 editMenu
@@ -1828,6 +1848,7 @@
     "Modified: / 06-10-2011 / 14:14:30 / cg"
 ! !
 
+
 !CodeView2 methodsFor:'private'!
 
 codeCompletion
@@ -1951,6 +1972,7 @@
     "Modified: / 13-02-2010 / 23:25:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'private-accessing'!
 
 gutterView
@@ -1999,6 +2021,7 @@
     "Created: / 14-02-2010 / 15:21:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'realization'!
 
 postRealize
@@ -2010,6 +2033,7 @@
     "Created: / 23-01-2012 / 10:35:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2 methodsFor:'services'!
 
 registerService: aCodeViewService
@@ -2029,6 +2053,7 @@
     "Created: / 19-07-2012 / 16:34:18 / cg"
 ! !
 
+
 !CodeView2 methodsFor:'testing'!
 
 isCodeView2
@@ -2045,6 +2070,7 @@
     "Created: / 14-02-2010 / 22:13:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'accessing'!
 
 setTextView: aTextView
@@ -2069,6 +2095,7 @@
     "Created: / 07-12-2009 / 22:36:31 / Jindra <a>"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'accessing-dimensions'!
 
 acceptButtonBottom
@@ -2135,6 +2162,7 @@
     ^ (codeView showAcceptCancelBar ifTrue:[widthAcceptCancel ? 0] ifFalse:[0])
 ! !
 
+
 !CodeView2::GutterView methodsFor:'actions'!
 
 accept
@@ -2156,6 +2184,7 @@
     "Created: / 07-10-2011 / 20:23:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'aspects'!
 
 currentBlockNodeHolder
@@ -2187,6 +2216,7 @@
     ].
 ! !
 
+
 !CodeView2::GutterView methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -2222,6 +2252,7 @@
     "Modified: / 05-04-2012 / 17:47:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'event handling'!
 
 buttonPress: btn x: x y: y
@@ -2262,6 +2293,7 @@
     "Modified (comment): / 18-05-2012 / 10:56:54 / cg"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'help'!
 
 flyByHelpText
@@ -2270,6 +2302,7 @@
     "Created: / 27-01-2012 / 14:04:52 / cg"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'initialization'!
 
 initialize
@@ -2307,6 +2340,7 @@
     "Modified: / 05-04-2012 / 17:46:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'queries'!
 
 displayedString: line
@@ -2347,6 +2381,7 @@
     "Created: / 14-12-2009 / 13:35:07 / Jindra <a>"
 ! !
 
+
 !CodeView2::GutterView methodsFor:'redrawing'!
 
 redrawAcceptCancelBarX: x y: y width:w height:h
@@ -2506,6 +2541,7 @@
     "Modified: / 10-10-2011 / 16:35:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'accessing'!
 
 changedDiffText
@@ -2619,6 +2655,7 @@
     "Created: / 07-10-2011 / 19:28:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'accessing-colors'!
 
 colorChanged
@@ -2642,6 +2679,7 @@
     "Modified: / 24-06-2010 / 14:13:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'accessing-contents'!
 
 list:aCollection expandTabs:expand scanForNonStrings:scan includesNonStrings:nonStrings
@@ -2664,6 +2702,7 @@
     "Created: / 07-10-2011 / 18:42:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'accessing-look'!
 
 lineSpacing
@@ -2674,6 +2713,7 @@
     "Created: / 19-03-2012 / 13:22:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'accessing-state'!
 
 beUnmodified
@@ -2699,6 +2739,7 @@
     "Created: / 08-10-2011 / 12:52:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'channels'!
 
 reallyModifiedChannel
@@ -2727,6 +2768,7 @@
     "Created: / 07-10-2011 / 18:50:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'drawing'!
 
 backgroundForVisibleLine:visLineNr default:bg 
@@ -2883,6 +2925,7 @@
     "Modified: / 17-03-2012 / 09:27:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'editing'!
 
 contentsChanged
@@ -3018,6 +3061,7 @@
     "Modified: / 18-11-2011 / 14:58:22 / cg"
 ! !
 
+
 !CodeView2::TextView methodsFor:'editing-basic'!
 
 basicDeleteCharsAtLine:lineNr fromCol:startCol toCol:endCol
@@ -3085,6 +3129,7 @@
     "Created: / 20-12-2011 / 15:32:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'event handling'!
 
 buttonMotion:button x:x y:y
@@ -3152,6 +3197,7 @@
     "Modified: / 06-03-2010 / 21:04:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'formatting'!
 
 leftIndentForLine:lineNr
@@ -3192,6 +3238,7 @@
     "Created: / 10-12-2011 / 11:02:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'initialization'!
 
 initialize
@@ -3231,6 +3278,7 @@
     "Created: / 02-09-2009 / 21:57:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'menu & menu actions'!
 
 accept
@@ -3315,6 +3363,7 @@
     "Created: / 08-03-2012 / 12:44:03 / cg"
 ! !
 
+
 !CodeView2::TextView methodsFor:'notification'!
 
 notifyLinesDeletedFrom: startLine to: endLine
@@ -3352,6 +3401,7 @@
     "Created: / 16-09-2011 / 15:12:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'private'!
 
 superEditMenu
@@ -3420,12 +3470,14 @@
     "Modified: / 28-10-2011 / 09:23:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !CodeView2::TextView methodsFor:'queries'!
 
 supportsSyntaxElements
     ^ true
 ! !
 
+
 !CodeView2::TextView methodsFor:'scrolling'!
 
 
@@ -3463,6 +3515,7 @@
 
  !
 
+
 !CodeView2::TextView methodsFor:'undo & again'!
 
 nonUndoableDo: aBlock
@@ -3481,18 +3534,20 @@
     "Created: / 06-07-2011 / 17:48:49 / jv"
 ! !
 
+
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.67 2012/11/01 14:20:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.67 2012-11-01 14:20:15 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.67 2012/11/01 14:20:15 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.67 2012-11-01 14:20:15 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st 8074 2012-11-30 17:23:39Z vranyj1 $'
+    ^ '§Id: Tools__CodeView2.st 7797 2011-06-28 07:45:06Z vranyj1 §'
 ! !
 
+
 CodeView2 initialize!