matthiasblaesing commented on pull request #2628: URL: https://github.com/apache/netbeans/pull/2628#issuecomment-753013114
With 172a9cf the fixed width grid can be displayed by running netbeans with: ``` bin\netbeans64.exe -J-Dorg.netbeans.lib.terminalemulator.Term.debug=32 ``` or from a custom build: ``` ant -Dtryme.args="-J-Dorg.netbeans.lib.terminalemulator.Term.debug=32" tryme ``` ---------------------------------------------------------------- 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. 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
