I am developing an RCP Eclipse application and I have custom markers that appear on the diagnostic screen. I want the filtering in my diagnostic view to also affect the markers (if I hide warnings in my view, I want the warning markers not to appear in the editor). Is it possible to hide markers from the editor without actually deleting them?
source
share