IMPORTS
AMBridge, AMTypes, Atom, BasicTime, Buttons, CedarProcess, Commander, CommandTool, Containers, Convert, DebuggerSwap, FileNames, FS, HashTable, Icons, Imager, ImagerBackdoor, ImagerColor, ImagerFont, ImagerManhattan, ImagerMaskCapture, ImagerPath, ImagerTransformation, InputFocus, InterminalBackdoor, IO, Labels, List, LRUCache, MBQueue, Menus, PopUpMenus, PopUpSelection, PrintTV, PriorityQueue, Process, ProcessProps, PropertyLists, RefTab, Rope, RopeList, RuntimeError, SafeStorage, SymTab, TEditImpl, TEditProfile, Terminal, TerminalIO, TiogaMenuOps, TIPUser, 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
CDLayersImpl, --needs CDValue, CDImpl
CDOut, --needs CDEvents and registers events
CDLRUCacheImpl, --any order
CDEnvironmentImpl, --needs CDValue, CDEvents
CDDrawQueueImpl, --any order
CDPopUpMenusImpl, --needs CDEnvironment; defines all the pop up menus
CDSimpleOpsImpl, --needs CDEvents
CDSequencerImpl, --must be initialized after CDOut because of event handling
CDCallSpecificImpl, --any order, may be trapped
CDDefaultProcsImpl, --any order, may be trapped
CDDirectoryImpl, --needs CDEvents, CDValue and registers events
CDCellsImpl, --after CDOut [event] needs CDDirectory
CDCellsInteractionsImpl, --registers events
CDRectsImpl,
CDInstancesImpl,
CDOrientImpl,
CDPanelImpl,
CDCommandOpsImpl,
CDMenusImpl,
CDImportsImpl,
CDAtomicObjectsImpl,
CDVScaleImpl,
CDVFurtherPaintersImpl,
CDColorsImpl,
CDViewerBaseImpl,
CDVDraw,
CDVArrowImpl,
CDVMain,
CDVSpecialPainters,
CDVTicksImpl,
CDVMarksAndModes,
CDViewHighlightImpl,
CDStretchyExtrasImpl,
CDBasicCommands,
CDCellCommands,
CDVCommands,
CDMoveCopyCommands,
CDDebugCommands,
CDExtrasImpl,
CDStretchCommands,
CDVCursorImpl,
CDVSomeCursors,
CDViewerImpl,
CDDirectoryOpsImpl,
CDRepetitionsImpl,
CDRepetitionCommands,
TokenIOImpl,
CDIn,
CDTextsImpl, --must be initialized after initialization of ReadEvent
CDPolygonsImpl,
CDCurvesImpl,
CDEmergencyHandling,
CDSymbolicObjectsImpl,
CDOldInterestRectsImpl,
CDErrorsImpl,
CDRopeViewerImpl,
CDSimpleRulesImpl,
CDSymbolicObjectsCommands, --must be after CDSymbolicObjectsImpl, CDRectsImpl
CDMenuSpecialsImpl,
CDGenerateImpl,
CDGenerateCommands,
CDGenerateImportsImpl,
CDGenerateDirectoryImpl,
CDRemoteImpl,
CDPanelFontsImpl,
CDTextExtractionImpl,
CDCleanUpImpl,
-- non exporting
CDCurvesCommands,
CDPropertyCommands,
CDIOCommands,
CDImportCommands,
CDSplitWireCommands,
CDTextsCommands,
-- initialized late: makes help button being last button
CDExtraCommands,
-- must be last, so everything else is initialized
CDStarter =