definitions.icons: add icons for authors and tags, fixing bug reported by tsculpt
parent
ace0c3a15a
commit
3026d5b00b
|
@ -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 -- )
|
||||||
|
|
Loading…
Reference in New Issue