Handbook
Glossary
find-jedit-path ( -- path )
Vocabulary
editors
.
jedit
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.jedit
HOOK:
find-jedit-path
os
( -- path )
Methods
USING:
editors.jedit
io.pathnames
io.standard-paths
kernel
system
;
M:
macos
find-jedit-path
"org.gjt.sp.jedit"
find-native-bundle
[
"Contents/MacOS/jedit"
append-path
]
[
f
]
if*
;
USING:
editors.jedit
kernel
;
M:
object
find-jedit-path
f
;
USING:
editors.jedit
io.standard-paths
system
;
M:
windows
find-jedit-path
{
"jedit"
}
"jedit.exe"
find-in-applications
;