Package | Description |
---|---|
ij.macro | |
ij.plugin | |
ij.plugin.frame |
Constructor and Description |
---|
FunctionFinder(Editor editor) |
MacroRunner(Program pgm,
int address,
String name,
Editor editor)
Create a new object that runs a tokenized macro in debug mode if 'editor' is not null.
|
MacroRunner(String macro,
Editor editor)
Create a new object that interprets macro source in debug mode if 'editor' is not null.
|
Modifier and Type | Method and Description |
---|---|
Editor |
NewPlugin.getEditor()
Returns the Editor the newly created macro or plugin was opened in.
|
Modifier and Type | Method and Description |
---|---|
void |
MacroInstaller.runMacro(String name,
Editor editor) |
Modifier and Type | Method and Description |
---|---|
static Editor |
Editor.getInstance() |