-- Tioga.config; Edited by McGregor, October 4, 1982 9:36 am
-- Edited by Paxton, February 11, 1983 9:45 am
-- Last Edited by: Maxwell, January 14, 1983 10:12 am
-- Last Edited by: Plass, February 24, 1983 11:15 am

Tioga: CONFIGURATION LINKS: CODE

IMPORTS Atom, Buttons, ByteBlt, Carets, CedarScanner,
CedarSnapshot, CIFS, ColorDisplay, Convert,
 Directory, File, FileIO, Graphics, GraphicsOps, ImplErrors, Inline, InputFocus, IO, JaMOps,
 List, LongString, Menus, MessageWindow, Process, Real, RefTab, RefText, Rope,
 RTMiniModel, RTStorageOps, SafeStorage, Scaled, Space, Time, TIPUser, Transaction,
 UnifiedFonts, UserProfile, UserTerminal, VFonts, ViewerMenus, ViewerOps, VirtualDesktops,
 WindowManager, WorldVM

EXPORTS ALL

-- the following are the most general, clean, and wonderful interfaces to Tioga
-- TiogaOps, TypeScript, TiogaFileOps, RopeIO, RopeReader

-- these get into the internals more, but are still fairly stable
-- RopeEdit, TextLooks, LooksReader, RunReader, TextNode, NodeProps, OtherNode,
-- EditNotify, NodeAddrs, UndoEvent, NodeStyle, TEditHistory, TEditInputOps, TEditMesaOps,
-- TEditOps,

-- these are internal interfaces that may be expected to change more frequently
-- RopeFrom, RopeEditingAlloc, RopeEditingBLT, NameSymbolTable, AbbrevExpand, CheckNode,
-- EditAddrs, EditSpan, EditSpanSupport, TextEdit, TextLooksSupport, PutGet, GetTree, InterFile,
-- MonitoredQueue, TreeCheck, TreeFind, TextFind, NodeStyleExtra, TEditDisplay,
-- TEditDocument, TEditFormat, TEditImpl, TEditInput, TEditProfile, TEditRefresh,
-- TEditScrolling, TEditSelection, TEditTouchup

CONTROL TRope, NameSymbolTableImpl, TBase, TStyles, TEdit =

{
TRope;
NameSymbolTableImpl;
TBase;
TStyles;
TEdit;
}.