definitions.icons: add icons for authors and tags, fixing bug reported by tsculpt

db4
Slava Pestov 2009-09-11 18:16:28 -05:00
parent ace0c3a15a
commit 3026d5b00b
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,8 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: assocs classes.predicate fry generic io.pathnames kernel USING: assocs classes.predicate fry generic io.pathnames kernel
macros sequences vocabs words words.symbol words.constant macros sequences vocabs words words.symbol words.constant
lexer parser help.topics help.markup namespaces sorting ; lexer parser help.topics help.markup help.vocabs namespaces
sorting ;
IN: definitions.icons IN: definitions.icons
GENERIC: definition-icon ( definition -- path ) GENERIC: definition-icon ( definition -- path )
@ -40,6 +41,8 @@ ICON: word-link word-help-article
ICON: link help-article ICON: link help-article
ICON: runnable-vocab runnable-vocab ICON: runnable-vocab runnable-vocab
ICON: vocab open-vocab ICON: vocab open-vocab
ICON: vocab-tag help-article
ICON: vocab-author help-article
ICON: vocab-link unopen-vocab ICON: vocab-link unopen-vocab
: $definition-icons ( element -- ) : $definition-icons ( element -- )