pointer to syntax error checking is at wrong place
Status: Beta
Brought to you by:
mballance
Hi, I am using latest version i.e 1.8.8 and I see in this version, when there is syntax error , it shows "red cross" in wrong line where actual error is , but description is correct
please find attached snapshot. test_pkg was few lines after where the "red cross" appered.
Kindly have a look.
Diff:
Seeing the same thing here too.
Testcase below:
~~~~
`define ASDF asdf // Comment me out to move error marker
module bob (); // error marker on this line ...
this is an error // ...instead of this line
endmodule
any plan to fix this issue?
I received the error message given below.
org.eclipse.jface.text.BadLocationException
at org.eclipse.jface.text.ListLineTracker.getLineOffset(ListLineTracker.java:201)
at org.eclipse.jface.text.AbstractLineTracker.getLineOffset(AbstractLineTracker.java:169)
at org.eclipse.jface.text.AbstractDocument.getLineOffset(AbstractDocument.java:922)
at org.eclipse.core.internal.filebuffers.SynchronizableDocument.getLineOffset(SynchronizableDocument.java:382)
at net.sf.sveditor.ui.editor.SVEditor.addErrorMarkers(SVEditor.java:1298)
at net.sf.sveditor.ui.editor.SVEditor.access$20(SVEditor.java:1273)
at net.sf.sveditor.ui.editor.SVEditor$UpdateSVDBFileJob.run(SVEditor.java:332)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
org.eclipse.jface.text.BadLocationException
at org.eclipse.jface.text.ListLineTracker.getLineOffset(ListLineTracker.java:201)
at org.eclipse.jface.text.AbstractLineTracker.getLineOffset(AbstractLineTracker.java:169)
at org.eclipse.jface.text.AbstractDocument.getLineOffset(AbstractDocument.java:922)
at org.eclipse.core.internal.filebuffers.SynchronizableDocument.getLineOffset(SynchronizableDocument.java:382)
at net.sf.sveditor.ui.editor.SVEditor.addErrorMarkers(SVEditor.java:1298)
at net.sf.sveditor.ui.editor.SVEditor.access$20(SVEditor.java:1273)
at net.sf.sveditor.ui.editor.SVEditor$UpdateSVDBFileJob.run(SVEditor.java:332)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
My simple testcase above has this issue fixed (running 1.9.2). Is anyone else still seeing the issue? If not, can we close it?
Hi Steven
Plase add the offline install file of version 1.9.2. I dont have internet
access.
Thanks.
KAZIM
14 Oca 2017 02:34 tarihinde "StevenAZ" stevenaz@users.sf.net yazdı:
Related
Bugs: #440