| Package | Description |
|---|---|
| ij.macro | |
| ij.plugin | |
| ij.plugin.frame |
| Constructor | 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 | Description |
|---|---|---|
Editor |
NewPlugin.getEditor() |
Returns the Editor the newly created macro or plugin was opened in.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MacroInstaller.runMacro(String name,
Editor editor) |
| Modifier and Type | Field | Description |
|---|---|---|
static Editor |
Editor.currentMacroEditor |
| Modifier and Type | Method | Description |
|---|---|---|
static Editor |
Editor.getInstance() |