Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved.
TTEditWInteractor
Inherits From: | TTWInteractor |
Declared In: | <ObjAppKit/TTEditWInteractor.h> |
Class Description
Edit-interactors provide a convenient way to interactively edit, test, debug, and execute code, all in one place. See the "Interactors" section for more info.
Method Types
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Instance Methods
continueRunning:
![]() |
Continues line-by-line code execution from the current line.
See also: -runFromStart:, -stopRunning:
executeCurrentLine:
![]() |
Executes the current line in the interpreter.
executeOneStep:
![]() |
Executes the current line and selects the next line.
executeSelection:
![]() |
Executes the selected text..
loadFile:
![]() |
Runs an OpenPanel and loads the specified file into the edit text view.
See also: -loadFileName:
loadFileName:
![]() |
Loads the specified file into the edit text view.
runFromStart:
![]() |
Starts executing code line-by-line from the first line of code.
saveFile:
![]() |
Saves the file.
saveFileAs:
![]() |
Saves the file under a different file name (SavePanel is run).
See also: -saveFile:
stopRunning:
![]() |
Stops line-by-line execution.
###