Handbook
Glossary
find-scite-path ( -- path )
Vocabulary
editors
.
scite
Inputs
None
Outputs
path
an
object
Definition
USING:
system
;
IN:
editors.scite
HOOK:
find-scite-path
os
( -- path )
Methods
USING:
editors.scite
io.standard-paths
system
;
M:
unix
find-scite-path
"scite"
?find-in-path
;
USING:
editors.scite
io.standard-paths
kernel
system
;
M:
windows
find-scite-path
{
"Scintilla Text Editor"
"SciTE Source Code Editor"
}
"scite.exe"
find-in-applications
[
"scite.exe"
]
unless*
;