TEditSelectionOps.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) June 25, 1985 1:22:34 am PDT
DIRECTORY
ViewerClasses USING [Viewer];
TEditSelectionOps: CEDAR DEFINITIONS = {
Viewer: TYPE ~ ViewerClasses.Viewer;
ShowGivenPosition: PROC [viewer: Viewer, pos: INT, skipCommentNodes: BOOLTRUE];
scrolls to the given position and uses the feedback selection to point it out. This is the basic stuff used for the Position button and Source feedback from the interpreter.
}.