-- SourceFileOps.df -- Copyright Ó 1990, 1992 by Xerox Corporation. All rights reserved. -- Created by Christian Jacobi, August 24, 1990 11:54 am PDT -- DFPort: Michael Plass, March 10, 1992 2:36:58 pm PST -- Christian Jacobi, March 27, 1992 2:28 pm PST -- -- Some basic feedback operations on source files. -- Useful to hide the editor from some programming tools. -- This has been separated from both debugger and interpreter -- and reduced to functionality likely to be used by many tools -- Exports [Cedar10.1] SourceFileOps.df 11-Sep-92 09:43:29 PDT Directory [Cedar10.1] SourceFileOps.mob!1 10-Mar-92 14:37:14 PST SourceFileOps.mesa!1 07-Oct-91 18:46:46 PDT SourceFileOpsDoc.tioga!1 13-May-91 14:23:50 PDT SourceFileOps.require!1 13-May-91 17:35:21 PDT SourceFileOpsForViewers.require!1 13-May-91 17:35:22 PDT SourceFileOpsBasicImpl.mob!1 10-Mar-92 14:37:16 PST SourceFileOpsBasicImpl.mesa!1 10-Oct-91 12:40:10 PDT SourceFileOpsBasicImpl.c2c.c!1 10-Mar-92 14:37:17 PST +sun4>SourceFileOpsBasicImpl.c2c.o!1 10-Mar-92 14:37:32 PST SourceFileOpsViewersImpl.mob!2 11-Sep-92 09:41:49 PDT SourceFileOpsViewersImpl.mesa!2 11-Sep-92 09:38:32 PDT SourceFileOpsViewersImpl.c2c.c!2 11-Sep-92 09:41:52 PDT +sun4>SourceFileOpsViewersImpl.c2c.o!2 11-Sep-92 09:42:23 PDT Imports [Cedar10.1]BackStop.df Of ~= Using [BackStop.mob] Imports [Cedar10.1]Basics.df Of ~= Using [BasicTime.mob] Imports [Cedar10.1]IO.df Of ~= Using [Convert.mob, IO.mob] Imports [Cedar10.1]LineNumber.df Of ~= Using [LineNumber.mob] Imports [Cedar10.1]PFS.df Of ~= Using [PFS.mob, PFSNames.mob] Imports [Cedar10.1]Rope.df Of ~= Using [Rope.mob] Imports [Cedar10.1]TBase.df Of ~= Using [Tioga.mob] Imports [Cedar10.1]TEdit.df Of ~= Using [TEditDocument.mob, TEditSelectionOps.mob, TiogaMenuOps.mob, TiogaOps.mob, TiogaOpsDefs.mob] Imports [Cedar10.1]Viewers.df Of ~= Using [ViewerClasses.mob, ViewerOps.mob, ViewerPrivate.mob, ViewerTools.mob]