blueszhangsh / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Error markers never disappear #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The proto editor uses custom markers. There is a bug in Xtext that prevents 
custom markers from being removed: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=379508

Until this bug is fixed, provide a workaround.

Original issue reported on code.google.com by alr...@google.com on 15 May 2012 at 9:00

GoogleCodeExporter commented 9 years ago
rb91fb352e9ac

Original comment by alr...@google.com on 15 May 2012 at 9:02

GoogleCodeExporter commented 9 years ago
The issue was that Xtext 3.8 was creating new marker types and I didn't have 
those declarations in my plugin.xml. I added the missing parts from 
plugin.xml_gen

r80bf13ca16b8

Original comment by alr...@google.com on 15 May 2012 at 5:10