Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ saveStartupMacro
Method
saveStartupMacro
ij/src/main/java/ij/plugin/Startup.java:50–52 ·
view source on GitHub ↗
(String macro)
Source
from the content-addressed store, hash-verified
48
}
49
50
private
void
saveStartupMacro(String macro) {
51
IJ.saveString(macro, IJ.getDirectory(
"macros"
)+NAME);
52
}
53
54
private
boolean showDialog() {
55
gd =
new
GenericDialog(
"Startup Macro"
);
Callers
1
run
Method · 0.95
Calls
2
saveString
Method · 0.95
getDirectory
Method · 0.95
Tested by
no test coverage detected