EditTextView.st
Thu, 09 Jan 1997 12:49:58 +0100 Claus Gittinger resource spec updated
Fri, 03 Jan 1997 22:59:43 +0100 Claus Gittinger do not make cursor visible when mapped, but instead
Thu, 02 Jan 1997 16:38:36 +0100 Claus Gittinger example fixed (#listMessage:)
Wed, 11 Dec 1996 17:08:48 +0100 Claus Gittinger share code of #hasKeyboardFocus:.
Mon, 11 Nov 1996 11:28:09 +0100 Claus Gittinger cutting in a 16-bit text fixed
Wed, 06 Nov 1996 18:46:41 +0100 Claus Gittinger checkin from browser
Wed, 06 Nov 1996 13:47:43 +0100 Claus Gittinger checkin from browser
Wed, 09 Oct 1996 17:16:07 +0200 Claus Gittinger fixed Again when spaces are replaced
Sun, 25 Aug 1996 12:06:22 +0200 ca withoutRedrawInsertStringWithoutCRs:aString atLine:lineNr col:colNr
Sat, 24 Aug 1996 13:20:30 +0200 ca reuse of basic editing functionality and thus change
Fri, 16 Aug 1996 19:15:45 +0200 Claus Gittinger escape selects up to previous character
Mon, 15 Jul 1996 09:11:26 +0200 Claus Gittinger checkin from browser
Mon, 08 Jul 1996 16:05:37 +0200 Claus Gittinger *** empty log message ***
Fri, 05 Jul 1996 17:25:25 +0200 Claus Gittinger care for empty paste
Sat, 08 Jun 1996 11:11:23 +0200 Claus Gittinger only try changeMessage, if there is a model
Thu, 30 May 1996 17:47:50 +0200 Claus Gittinger oops - doPrint was wrong
Thu, 30 May 1996 11:55:15 +0200 Claus Gittinger gray noFocus-openWin solidCaret cursors
Thu, 30 May 1996 09:21:35 +0200 Claus Gittinger new cursorTypes: #bigCaret and #bigSolidCaret
Tue, 28 May 1996 19:45:24 +0200 Claus Gittinger checkin from browser
Tue, 28 May 1996 19:32:55 +0200 Claus Gittinger checkin from browser
Tue, 28 May 1996 17:00:49 +0200 Claus Gittinger checkin from browser
Fri, 24 May 1996 14:17:46 +0200 Claus Gittinger checkin from browser
Wed, 22 May 1996 18:30:44 +0200 Claus Gittinger added cursor-line validation
Wed, 22 May 1996 18:12:31 +0200 Claus Gittinger added cursorCol-validation
Wed, 22 May 1996 16:47:33 +0200 Claus Gittinger added trimBlankLines flag & handling
Wed, 22 May 1996 13:27:39 +0200 Claus Gittinger clip at margin when drawing a caret cursor
Tue, 21 May 1996 23:49:56 +0200 Claus Gittinger dont let caret cursor become too small (with small fonts)
Sat, 18 May 1996 17:42:59 +0200 Claus Gittinger showCr: -> showCR:
Sat, 18 May 1996 16:25:16 +0200 Claus Gittinger showCr: -> showCR:
Tue, 14 May 1996 13:57:42 +0200 Claus Gittinger minor cleanups
Sun, 12 May 1996 17:18:12 +0200 Claus Gittinger dont beep if cursor is moved down programmatically
Sun, 12 May 1996 16:33:36 +0200 Claus Gittinger oops - debugPrint leftOver
Sun, 12 May 1996 16:31:16 +0200 Claus Gittinger Text fixes & category changes
Tue, 30 Apr 1996 17:35:14 +0200 Claus Gittinger fixed #widthOfContents if no device is known
Tue, 30 Apr 1996 11:03:58 +0200 Claus Gittinger commentary
Sat, 27 Apr 1996 20:25:18 +0200 Claus Gittinger examples
Thu, 25 Apr 1996 19:34:16 +0200 Claus Gittinger documentation
Mon, 22 Apr 1996 10:12:10 +0200 Claus Gittinger checkin from browser
Sat, 20 Apr 1996 15:56:37 +0200 Claus Gittinger preserve search pattern
Sat, 20 Apr 1996 12:37:59 +0200 Claus Gittinger keep searchPattern after a paste
Tue, 26 Mar 1996 16:38:20 +0100 ca indent/undent did not trigger a modify
Mon, 18 Mar 1996 17:20:41 +0100 Claus Gittinger checkin from browser
Mon, 18 Mar 1996 14:53:33 +0100 Claus Gittinger fixed (?) again-replace
Fri, 08 Mar 1996 22:13:40 +0100 Claus Gittinger added previousWord
Thu, 07 Mar 1996 13:21:59 +0100 Claus Gittinger resources
Wed, 06 Mar 1996 15:02:08 +0100 Claus Gittinger fixed Shift-Cursor selection & show another cursor when matching parents
Wed, 06 Mar 1996 12:41:29 +0100 Claus Gittinger fixed autoIndent & added insert vs. overwriteMode
Tue, 05 Mar 1996 16:54:12 +0100 Claus Gittinger added autoIndent functionality
Tue, 05 Mar 1996 16:01:00 +0100 Claus Gittinger checkin from browser
Sat, 02 Mar 1996 00:05:45 +0100 Claus Gittinger selection via shift-cursor
Fri, 01 Mar 1996 13:59:39 +0100 Claus Gittinger added style resource directive
Wed, 28 Feb 1996 19:48:03 +0100 Claus Gittinger changes for accelerator-display
Mon, 26 Feb 1996 19:36:02 +0100 Claus Gittinger better create a 16bit string when pasting one into an 8bit string
Fri, 23 Feb 1996 19:14:41 +0100 Claus Gittinger more 16bit fixes
Fri, 23 Feb 1996 18:06:53 +0100 Claus Gittinger care when editing 16bit text (dont hardcode String into the edit methods)
Wed, 14 Feb 1996 12:19:53 +0100 Stefan Vogel Expand tabs before pasting a string.
Thu, 08 Feb 1996 20:23:06 +0100 Claus Gittinger made modifiedFlag a channels value (allows change notifications to be sent);
Wed, 07 Feb 1996 19:32:04 +0100 Claus Gittinger better Tab key handling
Wed, 07 Feb 1996 18:42:12 +0100 Claus Gittinger added tabMeansNextField instVar & method (ST-80 compatibility)
Sat, 27 Jan 1996 19:00:13 +0100 Claus Gittinger only replace selection by return, if it was not created by a paste
less more (0) -60 tip