As you know, if there is a compilation error in the package, then the package displays an error sign. An error sign means a red circle with an “X”.
There is a different type of file in my package. (This is not a Java file.) If the user modifies the file, my plugin will check the file. And an error sign should be displayed on the package if the file has incorrect information.
How can I display an error sign?
cnook source
share