editors.notepad: cleanup using.
parent
303367c57a
commit
2063703354
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (C) 2009 Doug Coleman.
|
! Copyright (C) 2009 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: editors io.launcher kernel io.directories.search.windows
|
USING: arrays editors io.directories.search kernel namespaces
|
||||||
math.parser namespaces sequences io.files arrays windows.shell32
|
sequences windows.shell32 ;
|
||||||
io.directories.search ;
|
|
||||||
IN: editors.notepad
|
IN: editors.notepad
|
||||||
|
|
||||||
SINGLETON: notepad
|
SINGLETON: notepad
|
||||||
|
|
Loading…
Reference in New Issue