DIRECTORY
Atom USING [GetProp],
Basics,
PFS USING [Error, PathFromRope, StreamOpen],
Icons,
Imager USING [ClipRectangleI, Context, Font, SetColor, SetFont, SetXYI, ShowRope, white],
ImagerBackdoor USING [DrawBits],
InputFocus USING [GetInputFocus, SetInputFocus],
IO,
Menus USING [FindEntry, MenuEntry],
MessageWindow USING [Append, Blink, Confirm],
MultiCursors,
Process USING [Detach],
Rope USING [Concat, Fetch, Length, ROPE, Run, Substr],
SimpleFeedback,
TIPUser USING [InstantiateNewTIPTable, TIPScreenCoords, TIPTable],
UserProfile USING [CallWhenProfileChanges, ProfileChangedProc, ListOfTokens],
VFonts USING [CharWidth, EstablishFont, FontAscent, StringWidth],
ViewerClasses USING [ModifyProc, NotifyProc, Viewer],
ViewerOps USING [DestroyViewer, OpenIcon, PaintViewer, ChangeColumn, SaveViewer],
ViewerPrivate USING [],
ViewerTools USING [SelPosRec, SetSelection],
WindowManager USING [colorDisplayOn];