IMPORTS
AMBridge, AMTypes, Atom, BasicTime, Buttons, CedarProcess, Commander, CommandTool, Containers, Convert, DebuggerSwap, FileNames, FS, Icons, Imager, ImagerBackdoor, ImagerColor, ImagerFont, ImagerDitherContext, ImagerManhattan, ImagerMaskCapture, ImagerPath, ImagerSample, ImagerTransformation, InputFocus, InterminalBackdoor, IO, Labels, List, LRUCache, MBQueue, Menus, MessageWindow, NodeStyleFont, PopUpMenus, PopUpSelection, PrintTV, PriorityQueue, Process, ProcessProps, Properties, Random, Real, RefTab, Rope, RopeHash, RopeList, RuntimeError, SafeStorage, SymTab, SystemNames, TEditImpl, TEditProfile, Terminal, TerminalIO, TextFind, TiogaMenuOps, TIPUser, UserCredentials, UserProfile, VFonts, ViewerEvents, ViewerOps, ViewerTools, WindowManager
CONTROL
--very basics
CDEventsImpl, --any order
CDPropertiesImpl, --any order
--order matters !! [circularities]
CDOpsImpl, --needs CDValue, CDEvents; start traps CDValue
CDImpl, -- needs CDEvents
CDValueImpl, --needs CDEvents and events registered by CDOpsImpl and CDImpl
--order matters
CDBasicsImpl, --any order
CDRectsAndLayersImpl, --needs CDValue, CDImpl
CDOut, --needs CDEvents and registers events
CDEnvironmentImpl, --needs CDValue, CDEvents
CDDrawQueueImpl, --any order
CDPopUpMenusImpl, --needs CDEnvironment; defines all the pop up menus
CDSequencerImpl, --must be initialized after CDOut because of event handling
CDDefaultProcsImpl, --any order, may be trapped
CDDirectoryImpl, --needs CDEvents, CDValue and registers events
CDCellsImpl, --after CDOut [event] needs CDDirectory
CDCellsInteractionsImpl, --registers events
CDInstancesImpl,
CDPanelImpl,
CDCommandOpsImpl,
CDImportsImpl,
CDAtomicObjectsImpl,
CDDesignCacheImpl,
CDViewerBackdoorImpl,
CDVDraw,
CDVMain,
CDViewHighlightImpl,
CDStretchyBackdoorImpl,
CDBasicCommands,
CDCellCommands,
CDVCommands,
CDDebugCommands,
CDVSomeCursors,
CDViewerImpl,
CDDirectoryOpsImpl,
CDRepetitionsImpl,
TokenIOImpl,
CDIn,
CDTextsImpl, --must be initialized after initialization of ReadEvent
CDCurvesImpl,
CDSymbolicObjectsImpl,
CDErrorsImpl,
CDRopeViewerImpl,
CDSimpleRulesImpl,
CDPanelFontsImpl,
-- non exporting
CDCurvesCommands,
CDPropertyCommands,
CDIOCommands,
CDImportCommands,
CDTextsCommands,
-- initialized late: makes help button being last button
CDExtraCommands,
-- must be last, so everything else is initialized
CDStarter =