editors.scite.windows: Fix using.
parent
59f570ac65
commit
81e6ed5753
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2013 Doug Coleman.
|
! Copyright (C) 2013 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: io.files io.launcher kernel namespaces io.directories.search.windows
|
USING: editors.scite io.directories.search.windows kernel
|
||||||
math math.parser editors sequences system unicode.case ;
|
namespaces sequences system unicode.case ;
|
||||||
IN: editors.scite.windows
|
IN: editors.scite.windows
|
||||||
|
|
||||||
M: windows scite-path ( -- path )
|
M: windows scite-path ( -- path )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue