-- Tioga.config
-- Edited by McGregor, 7-Aug-81 10:40:33
-- Last changed by Winiger, 14-Aug-81 9:39:35
Tioga: CONFIGURATION
IMPORTS BitBlt, ByteBlt, Carets, CedarAtoms, CedarIO, CedarLists, ConvertUnsafe,
Directory, File, FileByteStream, Graphics, GraphicsExtra, Inline, InputFocus,
Menus, MessageWindow, Process, Real, Rope, RTStorageOps, RTTypesBasic, Runtime,
SafeStorage, Space, StartRopeEditing, StartTBase, String, TIPUser, Transaction, UserTerminal, ViewerMenus,
ViewerOps, WTMisc, JaMIODefs, JaMControlDefs
EXPORTS TypeScript
CONTROL TiogaSelectionImpl, TiogaDocumentsImpl, TiogaTypeScriptImpl, TiogaFontImpl,
TiogaInputImpl, TiogaDriver, TSJaM =
{
NameSymbolTableImpl; -- These three modules are Bill's stuff
RopeEditing;
TBase;
TiogaBufferedInputImpl;
TiogaDisplayImpl;
TiogaDocumentsImpl; -- Tioga document class defined here
TiogaFontImpl;
TiogaFormatImpl;
TiogaInputImpl; -- input routines and inputfocus stuff
TiogaInputOpsImpl;
TiogaNodeStyleStubImpl;
TiogaScrollingImpl;
TiogaSelectionImpl;
TiogaTypeScriptImpl; -- Typescript document class defined here
TiogaDriver;
TSJaM; -- connects JaM with a Typescript (to be executed
-- after TypeScriptImpl has been loaded
}.