fredyvonvinet / ANTLR4-Plugins-for-NetBeans

NetBeans plugins for ANTLR 4 enabling to integrate ANTLR grammar files in standard NetBeans projects (ant-based or Maven-based).
9 stars 11 forks source link

grammar files containing error don't appear as such in Projects and Files tabs #8

Closed fredyvonvinet closed 7 years ago

fredyvonvinet commented 8 years ago

When errors are detected in a grammar file, they appear in the editor window associated with that grammar file. But the file in Projects and Files tabs is not marked as a file containing errors.

fredyvonvinet commented 7 years ago

Solved