I found three instances in plug-in library classes that the compiler misses errors and the class doesn't show up as a plug-in.
- I wrote clas instead of class
- I left off the ) before the { on the first line
- I left off the final } of the class (this only when the class is the last one in the ulb file).
If I leave off the initial {, the rest of the class shows up as a comment, so the error is evident.
I found three instances in plug-in library classes that the compiler misses errors and the class doesn't show up as a plug-in.
1. I wrote clas instead of class
2. I left off the ) before the { on the first line
3. I left off the final } of the class (this only when the class is the last one in the ulb file).
If I leave off the initial {, the rest of the class shows up as a comment, so the error is evident.