IMPORTS
AMBridge, AMModel, AMTypes, Atom, Buttons, ColorMap, ColorWorld, Commander, CommandTool, Convert, FileNames, FS, Graphics, GraphicsOps, Icons, InputFocus, Interpreter, IO, Labels, List, Loader, MBQueue, NumberLabels, Process, ProcessProps, RefTab, Rope, RuntimeError, SafeStorage, SymTab, Terminal, TerminalExtras, TerminalIO, TIPUser, UserProfile, VFonts, ViewerEvents, ViewerOps, WindowManager, WorldVM
CONTROL
--crazy order:
CDEventsImpl,
CDPropertiesImpl,
CDOpsImpl,
CDImpl,
-- starttraps CDValueImpl
--therefore must be really after CDOpsImpl and CDEventsImpl
CDLRUCacheImpl,
CDValueImpl, -- needs CDOpsImpl beeing initialized
CDCommandsImpl,
CDDrawImpl,
CDSequencerImpl,
CDObjectProcsImpl,
CDTechnologyImpl,
CDCallSpecificImpl,
CDDirectoryImpl,
CDCellsImpl,
CDRectsImpl,
CDApplicationsImpl,
CDOrientImpl,
CDPanelImpl,
CDVInit,
CDVDraw,
CDVMain,
CDVCommands,
CDWireAndSelectCommands,
CDCellCommands,
CDMoveCopyCommands,
CDParametrizedCommands,
CDDebug,
CDExtrasImpl,
CDExtraCommands,
CDStretchCommands,
CDVCursor,
CDViewerImpl,
CDParametrizedCommands,
CDColorsImpl,
CDRepetitionsImpl,
CDRepetitionCommands,
CDMarkImpl,
TokenIOImpl,
CDIn,
CDOut,
CDTextsImpl, --must be initialized after initialization of ReadEvent
CDBussesImpl,
CDSignalNamesImpl,
CDReferencesImpl,
CDConditionsImpl,
CDConditionsCommands,
CDIOCommands,
CDEmergencyHandling,
-- must be last, so everything else is initialized
CDStarter =