editors: fix bug i introduced. need a rename tool asap...
parent
cddcd1e754
commit
259d5f8744
|
@ -1,18 +1,16 @@
|
||||||
! Copyright (C) 2005, 2009 Slava Pestov.
|
! Copyright (C) 2005, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors assocs continuations debugger definitions
|
USING: accessors assocs calendar continuations debugger
|
||||||
help.topics io io.backend io.files io.launcher io.pathnames
|
definitions io io.launcher io.pathnames kernel namespaces
|
||||||
kernel lexer math namespaces parser prettyprint sequences
|
prettyprint sequences source-files.errors strings threads
|
||||||
source-files source-files.errors splitting strings summary
|
|
||||||
tools.crossref vocabs vocabs.files vocabs.hierarchy
|
tools.crossref vocabs vocabs.files vocabs.hierarchy
|
||||||
vocabs.loader vocabs.metadata calendar threads words ;
|
vocabs.loader vocabs.metadata words ;
|
||||||
FROM: vocabs => vocab-name >vocab-link ;
|
|
||||||
IN: editors
|
IN: editors
|
||||||
|
|
||||||
SYMBOL: editor-class
|
SYMBOL: editor-class
|
||||||
|
|
||||||
: available-editors ( -- seq )
|
: available-editors ( -- seq )
|
||||||
"editors" loaded-child-vocab-names ;
|
"editors" disk-child-vocab-names ;
|
||||||
|
|
||||||
: editor-restarts ( -- alist )
|
: editor-restarts ( -- alist )
|
||||||
available-editors
|
available-editors
|
||||||
|
|
Loading…
Reference in New Issue