processing4
processing4 copied to clipboard
Fix #825 - Showing wrong errors' line numbers for .java files
Fix for bug #825.
Using PreprocSketch.mapJavaToSketch result for processing .java files is incorrect, as a sketch's combined source code file does not include code from .java tabs.
As far as I can see, there is a similar issue with showing variables usage, so I would suggest this solution as a temporary one.
@benfry Is this PR going to be incorporated at any time soon?