DIRECTORY
Ascii USING [CR, LF],
Commander USING [CommandProc, Register],
Convert USING [IntFromRope, Error],
IO USING [PutFLR],
LineNumber,
Menus USING [AppendMenuEntry, CreateEntry, FindEntry, ReplaceMenuEntry, Menu,
MenuEntry, MenuFromMenuEntry, MenuLine, MenuProc],
MessageWindow USING [Append, Blink],
Rope USING [Find, Length, ROPE, Substr],
RopeReader USING [Ref, Create, SetPosition, Get, GetIndex],
TEditDocument USING [Selection, SelectionId],
TEditDocumentPrivate USING [findMenu],
TEditInput USING [CloseEvent, currentEvent, InterpretAtom],
TEditInputExtras USING [CommandClosureProc, RegisterClosure],
TEditInputOps USING [CallWithLocks, EditFailed],
TEditLocks USING [Access],
TEditSelection USING [Deselect, MakeSelection],
TEditSelectionOps USING [ShowGivenPositionRange],
TextEditBogus USING [GetRope],
TextEdit USING [Size, ReplaceByRope],
TextNode USING [Forward, Location, LocNumber, LocOffset, NodeItself, Ref, Root],
TiogaOps USING [GetSelection, Location, Ref, ViewerDoc],
ViewerClasses USING [Viewer],
ViewerOps USING [EnumProc, EnumerateViewers, PaintViewer, PaintHint],
ViewerTools USING [GetSelectionContents];