ETxtView.st
Fri, 19 Jun 1998 02:22:20 +0200 Claus Gittinger category change
Fri, 19 Jun 1998 01:03:00 +0200 Claus Gittinger two more ST-80 compatibility methods.
Thu, 18 Jun 1998 14:16:10 +0200 Claus Gittinger allow cursorMovement with button-press
Wed, 17 Jun 1998 16:20:51 +0200 Claus Gittinger dont care for cursor when scrolling
Fri, 12 Jun 1998 22:12:33 +0200 Claus Gittinger checkin from browser
Fri, 12 Jun 1998 22:07:30 +0200 Claus Gittinger much faster multi-line replace (avoid scroll)
Fri, 12 Jun 1998 22:02:44 +0200 Claus Gittinger care for TAB chars in new replace functions.
Thu, 11 Jun 1998 10:43:14 +0200 Claus Gittinger renamed replaceAll:* to replaceString:*;
Wed, 10 Jun 1998 20:46:06 +0200 Claus Gittinger fixed cursor positioning if inserting a string with tabs.
Wed, 10 Jun 1998 19:09:06 +0200 Claus Gittinger make cursor correctly visible if in partial last line.
Wed, 10 Jun 1998 19:05:30 +0200 Claus Gittinger use includes: instead of occurrencesOf:.
Wed, 10 Jun 1998 18:51:13 +0200 Claus Gittinger expand tabs in #replaceAll:...
Wed, 10 Jun 1998 18:43:59 +0200 Claus Gittinger minimize redraw in overwrite-replace;
Tue, 09 Jun 1998 20:41:35 +0200 Claus Gittinger checkin from browser
Fri, 05 Jun 1998 18:51:06 +0200 Claus Gittinger dummy ST80 compatibility: #autoAccept:
Fri, 22 May 1998 13:52:44 +0200 Claus Gittinger flash view in readonly mode, when modification is attempted.
Thu, 21 May 1998 15:53:27 +0200 Claus Gittinger use new menu-creation message
Wed, 20 May 1998 04:30:31 +0200 Claus Gittinger read noFocus cursorStyle from styleSheet
Tue, 19 May 1998 22:23:40 +0200 Claus Gittinger *** empty log message ***
Sun, 17 May 1998 20:14:59 +0200 Claus Gittinger added #currentLine (req'd for relative gotos)
Thu, 07 May 1998 19:42:52 +0200 Claus Gittinger care for nil sensor
Wed, 22 Apr 1998 09:17:55 +0200 Claus Gittinger fixed drawing of italics under cursor
Mon, 06 Apr 1998 12:43:27 +0200 Claus Gittinger fixed insert at character position.
Wed, 01 Apr 1998 11:23:10 +0200 Claus Gittinger setContents: - keep selection
Wed, 18 Feb 1998 12:55:01 +0100 Claus Gittinger eliminated direct refs to paint instvar
Fri, 06 Feb 1998 12:58:28 +0100 Stefan Vogel Fix selections with ShiftCursorKeys. rel3_4_1_1 rel3_4_1_2
Sun, 01 Feb 1998 13:16:20 +0100 Claus Gittinger fixed update for acceptChannel
Sun, 01 Feb 1998 13:15:12 +0100 Claus Gittinger fixed update for acceptChannel
Fri, 30 Jan 1998 15:21:51 +0100 Claus Gittinger allow modified- and acceptChannels to be set.
Fri, 23 Jan 1998 12:39:46 +0100 Claus Gittinger crsrLeft/crsrRight does not wrap to prev/next line in st80 mode
Sat, 17 Jan 1998 14:49:55 +0100 Claus Gittinger more for st80Mode
Fri, 16 Jan 1998 16:29:23 +0100 Claus Gittinger added #cursorToCharacterPosition:
Mon, 03 Nov 1997 16:32:10 +0100 Claus Gittinger checkin from browser
Tue, 21 Oct 1997 20:28:05 +0200 Claus Gittinger *** empty log message ***
Thu, 09 Oct 1997 14:14:16 +0200 Claus Gittinger checkin from browser
Mon, 22 Sep 1997 21:27:57 +0200 Claus Gittinger *** empty log message ***
Sun, 21 Sep 1997 20:11:21 +0200 Claus Gittinger *** empty log message ***
Mon, 15 Sep 1997 22:32:08 +0200 Claus Gittinger allow case-ignoring search
Tue, 09 Sep 1997 19:37:42 +0200 Claus Gittinger *** empty log message ***
Tue, 19 Aug 1997 17:03:34 +0200 Claus Gittinger care for nil sensors
Fri, 15 Aug 1997 13:02:06 +0200 Claus Gittinger flush pending keyboard events in cursor-up/down
Wed, 13 Aug 1997 15:40:07 +0200 Claus Gittinger first attempt in providing an ST80 (or vi)
Mon, 11 Aug 1997 13:58:13 +0200 Claus Gittinger oops - clear is not allowed to remove the contents
Tue, 05 Aug 1997 16:19:45 +0200 Claus Gittinger added #insert:at: - for inserting at a particular character position.
Thu, 31 Jul 1997 23:13:25 +0200 Claus Gittinger checkin from browser
Thu, 31 Jul 1997 19:32:30 +0200 Claus Gittinger checkin from browser
Thu, 31 Jul 1997 19:26:09 +0200 Claus Gittinger checkin from browser
Wed, 30 Jul 1997 16:48:35 +0200 Claus Gittinger checkin from browser
Thu, 24 Jul 1997 18:24:41 +0200 Claus Gittinger *** empty log message ***
Thu, 24 Jul 1997 15:03:10 +0200 Claus Gittinger checkin from browser
Thu, 03 Jul 1997 14:27:05 +0200 Claus Gittinger resource flag: #menu -> #programMenu
Sat, 19 Apr 1997 11:24:45 +0200 ca care for failed selection when positioning cursor.
Wed, 02 Apr 1997 17:32:39 +0200 Claus Gittinger avoid match: if possible (to not clobber the previous matchString)
Fri, 07 Mar 1997 11:17:34 +0100 Claus Gittinger added disableAccept
Fri, 28 Feb 1997 19:52:49 +0100 Claus Gittinger better #selectAll
Tue, 25 Feb 1997 20:16:57 +0100 Claus Gittinger menu resource
Tue, 25 Feb 1997 14:54:51 +0100 Claus Gittinger specClass query
Fri, 21 Feb 1997 20:29:10 +0100 ca added #isReadOnly
Tue, 18 Feb 1997 20:30:23 +0100 Claus Gittinger added #clear
Tue, 18 Feb 1997 15:24:19 +0100 Claus Gittinger allow specification of noFocusCursor color in styleSheet.
less more (0) -100 -60 tip