ui.tools.error-list: changing icons from tiff to png.
|
@ -33,7 +33,7 @@ T{ error-type-holder
|
||||||
{ type +compiler-error+ }
|
{ type +compiler-error+ }
|
||||||
{ word ":errors" }
|
{ word ":errors" }
|
||||||
{ plural "compiler errors" }
|
{ plural "compiler errors" }
|
||||||
{ icon "vocab:ui/tools/error-list/icons/compiler-error.tiff" }
|
{ icon "vocab:ui/tools/error-list/icons/compiler-error.png" }
|
||||||
{ quot [ compiler-errors get values ] }
|
{ quot [ compiler-errors get values ] }
|
||||||
{ forget-quot [ compiler-errors get delete-at ] }
|
{ forget-quot [ compiler-errors get delete-at ] }
|
||||||
} define-error-type
|
} define-error-type
|
||||||
|
@ -51,7 +51,7 @@ T{ error-type-holder
|
||||||
{ type +linkage-error+ }
|
{ type +linkage-error+ }
|
||||||
{ word ":linkage" }
|
{ word ":linkage" }
|
||||||
{ plural "linkage errors" }
|
{ plural "linkage errors" }
|
||||||
{ icon "vocab:ui/tools/error-list/icons/linkage-error.tiff" }
|
{ icon "vocab:ui/tools/error-list/icons/linkage-error.png" }
|
||||||
{ quot [ linkage-errors get values ] }
|
{ quot [ linkage-errors get values ] }
|
||||||
{ forget-quot [ linkage-errors get delete-at ] }
|
{ forget-quot [ linkage-errors get delete-at ] }
|
||||||
{ fatal? f }
|
{ fatal? f }
|
||||||
|
@ -77,7 +77,7 @@ T{ error-type-holder
|
||||||
{ type +user-init-error+ }
|
{ type +user-init-error+ }
|
||||||
{ word ":user-init-errors" }
|
{ word ":user-init-errors" }
|
||||||
{ plural "rc file errors" }
|
{ plural "rc file errors" }
|
||||||
{ icon "vocab:ui/tools/error-list/icons/user-init-error.tiff" }
|
{ icon "vocab:ui/tools/error-list/icons/user-init-error.png" }
|
||||||
{ quot [ user-init-errors get-global values ] }
|
{ quot [ user-init-errors get-global values ] }
|
||||||
{ forget-quot [ user-init-errors get-global delete-at ] }
|
{ forget-quot [ user-init-errors get-global delete-at ] }
|
||||||
} define-error-type
|
} define-error-type
|
||||||
|
|
|
@ -18,7 +18,7 @@ T{ error-type-holder
|
||||||
{ type +help-lint-failure+ }
|
{ type +help-lint-failure+ }
|
||||||
{ word ":lint-failures" }
|
{ word ":lint-failures" }
|
||||||
{ plural "help lint failures" }
|
{ plural "help lint failures" }
|
||||||
{ icon "vocab:ui/tools/error-list/icons/help-lint-error.tiff" }
|
{ icon "vocab:ui/tools/error-list/icons/help-lint-error.png" }
|
||||||
{ quot [ lint-failures get values ] }
|
{ quot [ lint-failures get values ] }
|
||||||
{ forget-quot [ lint-failures get delete-at ] }
|
{ forget-quot [ lint-failures get delete-at ] }
|
||||||
} define-error-type
|
} define-error-type
|
||||||
|
|
|
@ -25,7 +25,7 @@ T{ error-type-holder
|
||||||
{ type +deprecation-note+ }
|
{ type +deprecation-note+ }
|
||||||
{ word ":deprecations" }
|
{ word ":deprecations" }
|
||||||
{ plural "deprecated word usages" }
|
{ plural "deprecated word usages" }
|
||||||
{ icon "vocab:ui/tools/error-list/icons/deprecation-note.tiff" }
|
{ icon "vocab:ui/tools/error-list/icons/deprecation-note.png" }
|
||||||
{ quot [ deprecation-notes get values ] }
|
{ quot [ deprecation-notes get values ] }
|
||||||
{ forget-quot [ deprecation-notes get delete-at ] }
|
{ forget-quot [ deprecation-notes get delete-at ] }
|
||||||
{ fatal? f }
|
{ fatal? f }
|
||||||
|
|
|
@ -26,7 +26,7 @@ T{ error-type-holder
|
||||||
{ type +test-failure+ }
|
{ type +test-failure+ }
|
||||||
{ word ":test-failures" }
|
{ word ":test-failures" }
|
||||||
{ plural "unit test failures" }
|
{ plural "unit test failures" }
|
||||||
{ icon "vocab:ui/tools/error-list/icons/unit-test-error.tiff" }
|
{ icon "vocab:ui/tools/error-list/icons/unit-test-error.png" }
|
||||||
{ quot [ test-failures get ] }
|
{ quot [ test-failures get ] }
|
||||||
} define-error-type
|
} define-error-type
|
||||||
|
|
||||||
|
|
|
@ -8,13 +8,13 @@ $nl
|
||||||
{ $heading "Message icons" }
|
{ $heading "Message icons" }
|
||||||
{ $table
|
{ $table
|
||||||
{ { $strong "Icon" } { $strong "Message type" } { $strong "Reference" } }
|
{ { $strong "Icon" } { $strong "Message type" } { $strong "Reference" } }
|
||||||
! { { $image "vocab:ui/tools/error-list/icons/note.tiff" } "Parser note" { $link "parser" } }
|
! { { $image "vocab:ui/tools/error-list/icons/note.png" } "Parser note" { $link "parser" } }
|
||||||
! { { $image "vocab:ui/tools/error-list/icons/syntax-error.tiff" } "Syntax error" { $link "syntax" } }
|
! { { $image "vocab:ui/tools/error-list/icons/syntax-error.png" } "Syntax error" { $link "syntax" } }
|
||||||
{ { $image "vocab:ui/tools/error-list/icons/compiler-error.tiff" } "Compiler error" { $link "compiler-errors" } }
|
{ { $image "vocab:ui/tools/error-list/icons/compiler-error.png" } "Compiler error" { $link "compiler-errors" } }
|
||||||
{ { $image "vocab:ui/tools/error-list/icons/linkage-error.tiff" } "Linkage error" { $link "loading-libs" } }
|
{ { $image "vocab:ui/tools/error-list/icons/linkage-error.png" } "Linkage error" { $link "loading-libs" } }
|
||||||
{ { $image "vocab:ui/tools/error-list/icons/help-lint-error.tiff" } "Help lint failure" { $link "help.lint" } }
|
{ { $image "vocab:ui/tools/error-list/icons/help-lint-error.png" } "Help lint failure" { $link "help.lint" } }
|
||||||
{ { $image "vocab:ui/tools/error-list/icons/unit-test-error.tiff" } "Unit test failure" { $link "tools.test" } }
|
{ { $image "vocab:ui/tools/error-list/icons/unit-test-error.png" } "Unit test failure" { $link "tools.test" } }
|
||||||
{ { $image "vocab:ui/tools/error-list/icons/deprecation-note.tiff" } "Deprecated words used" { $link "tools.deprecation" } }
|
{ { $image "vocab:ui/tools/error-list/icons/deprecation-note.png" } "Deprecated words used" { $link "tools.deprecation" } }
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
ABOUT: "ui.tools.error-list"
|
ABOUT: "ui.tools.error-list"
|
||||||
|
|
|
@ -15,7 +15,7 @@ ui.tools.inspector ;
|
||||||
IN: ui.tools.error-list
|
IN: ui.tools.error-list
|
||||||
|
|
||||||
CONSTANT: source-file-icon
|
CONSTANT: source-file-icon
|
||||||
T{ image-name f "vocab:ui/tools/error-list/icons/source-file.tiff" }
|
T{ image-name f "vocab:ui/tools/error-list/icons/source-file.png" }
|
||||||
|
|
||||||
MEMO: error-icon ( type -- image-name )
|
MEMO: error-icon ( type -- image-name )
|
||||||
error-icon-path <image-name> ;
|
error-icon-path <image-name> ;
|
||||||
|
|
After Width: | Height: | Size: 935 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 774 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 835 B |
After Width: | Height: | Size: 1013 B |
After Width: | Height: | Size: 888 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 716 B |
After Width: | Height: | Size: 831 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 857 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 936 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.5 KiB |