UI error list tool - Factor Documentation (original) (raw)
UI error list tool
Factor handbook » UI developer tools
Prev: | UI inspector |
---|---|
Next: | UI walker |
The error list tool displays messages generated by tools which process source files and definitions. To display the error list, press F3 in any UI tool window.
The source-files.errors vocabulary contains backend code used by this tool.
Message icons
Icon | Message type | Reference |
---|---|---|
![]() |
Compiler error | Compiler errors |
![]() |
Linkage error | Loading native libraries |
![]() |
Help lint failure | Help lint tool |
![]() |
Unit test failure | Unit testing |
![]() |
Deprecated words used | Deprecation tracking |