tunnelvisionlabs / antlrworks2

Tunnel Vision Labs' ANTLRWorks 2 IDE
http://tunnelvisionlabs.com/products/antlrworks
Other
48 stars 21 forks source link

Option to clear log on running test rig and/or suppress certain warnings and/or add "run test rig again with previous settings" #4

Open sharwell opened 10 years ago

sharwell commented 10 years ago

fraschfn created an issue 2013-07-17

I'd find it useful if there would be a possibility to clear the log just before running the test rig.

Maybe also a way to suppress the following warnings:

Compiling grammar files...
warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.modules.PatchedPublicProcessor' less than -source '1.7'
warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than -source '1.7'
warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source '1.7'
warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source '1.7'
4 warnings

Would also be nice to start the test rig "over again" without the window to configure the test rig opening.

sharwell commented 10 years ago

I see 3 separate issues here. In the future, please don't hesitate to create separate issues for each item, since they could easily be addressed independently of each other.

Regarding the second item: This is a warning produced by Javac, and the official stance on this warning is it's harmless and should generally be ignored. It is unlikely we'll be able to do anything about it.