haidubogdan commented on code in PR #9075:
URL: https://github.com/apache/netbeans/pull/9075#discussion_r2649523598


##########
ide/web.common/nbproject/project.xml:
##########
@@ -237,6 +237,7 @@
                 <friend>org.netbeans.modules.javascript2.nodejs</friend>
                 <friend>org.netbeans.modules.javascript2.requirejs</friend>
                 <friend>org.netbeans.modules.languages.apacheconf</friend>
+                <friend>org.netbeans.modules.languages.env</friend>

Review Comment:
   @matthiasblaesing 
   Regarding the console output, I see that on antlr language parser there is a 
removal of the console error listener.
   I will apply the same logic.
   
   ```java
   parser.removeErrorListener(ConsoleErrorListener.INSTANCE);
   ```
   
   I will, also, try to display a better message for the syntax error.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to