Handbook
Glossary
find-ultraedit ( -- path )
Vocabulary
editors
.
ultraedit
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.ultraedit
HOOK:
find-ultraedit
os
( -- path )
Methods
USING:
editors.ultraedit
io.pathnames
io.standard-paths
kernel
system
;
M:
macos
find-ultraedit
"com.idmcomp.uex"
find-native-bundle
[
"Contents/MacOS/UltraEdit"
append-path
]
[
f
]
if*
;
USING:
editors.ultraedit
io.standard-paths
kernel
system
;
M:
windows
find-ultraedit
{
"IDM Computer Solutions"
}
"uedit32.exe"
find-in-applications
[
"uedit32.exe"
]
unless*
;