# HG changeset patch # User Claus Gittinger # Date 1052319987 -7200 # Node ID 5650a9ab5935f15dd788e365f1e298ebf0634eed # Parent dcba8a160aedcac45b2a2951fd63b8a91c40c5dd method category rename diff -r dcba8a160aed -r 5650a9ab5935 EditTextView.st --- a/EditTextView.st Wed May 07 17:00:15 2003 +0200 +++ b/EditTextView.st Wed May 07 17:06:27 2003 +0200 @@ -2621,7 +2621,7 @@ "Created: / 12.6.1998 / 21:53:23 / cg" ! ! -!EditTextView methodsFor:'editing - basic'! +!EditTextView methodsFor:'editing-basic'! deleteCharsAtLine:lineNr fromCol:startCol toCol:endCol "delete characters from startCol to endCol in line lineNr @@ -3356,7 +3356,7 @@ "Modified: / 10.6.1998 / 19:01:52 / cg" ! ! -!EditTextView methodsFor:'event processing'! +!EditTextView methodsFor:'event handling'! buttonPress:button x:x y:y "hide the cursor when button is activated" @@ -5454,5 +5454,5 @@ !EditTextView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.302 2003-05-07 14:31:34 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.303 2003-05-07 15:05:43 cg Exp $' ! ! diff -r dcba8a160aed -r 5650a9ab5935 ListView.st --- a/ListView.st Wed May 07 17:00:15 2003 +0200 +++ b/ListView.st Wed May 07 17:06:27 2003 +0200 @@ -1881,7 +1881,7 @@ "Modified: / 5.3.1998 / 13:41:31 / cg" ! ! -!ListView methodsFor:'event processing'! +!ListView methodsFor:'event handling'! contentsChanged "contents changed - move origin up if possible" @@ -4451,5 +4451,5 @@ !ListView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.281 2003-04-15 11:59:19 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.282 2003-05-07 15:06:02 cg Exp $' ! ! diff -r dcba8a160aed -r 5650a9ab5935 ScrollableView.st --- a/ScrollableView.st Wed May 07 17:00:15 2003 +0200 +++ b/ScrollableView.st Wed May 07 17:06:27 2003 +0200 @@ -1381,7 +1381,7 @@ "Created: / 24.8.2001 / 15:07:38 / cg" ! ! -!ScrollableView methodsFor:'event processing'! +!ScrollableView methodsFor:'event handling'! keyPress:key x:x y:y "a key was pressed - handle page-keys here" @@ -2283,5 +2283,5 @@ !ScrollableView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.124 2003-04-15 11:56:06 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.125 2003-05-07 15:06:27 cg Exp $' ! ! diff -r dcba8a160aed -r 5650a9ab5935 TextView.st --- a/TextView.st Wed May 07 17:00:15 2003 +0200 +++ b/TextView.st Wed May 07 17:06:27 2003 +0200 @@ -902,7 +902,7 @@ dropSource := aDropSourceOrNil. ! ! -!TextView methodsFor:'event processing'! +!TextView methodsFor:'event handling'! buttonMotion:buttonMask x:x y:y "mouse-move while button was pressed - handle selection changes" @@ -3617,7 +3617,7 @@ !TextView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.202 2003-05-07 14:32:05 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.203 2003-05-07 15:05:09 cg Exp $' ! ! TextView initialize!