mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Bug 106216 - Search result markers in folded text don't appear in the overview ruler
This commit is contained in:
parent
07031919f1
commit
fd2c99b278
1 changed files with 1 additions and 0 deletions
|
@ -2357,6 +2357,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IR
|
|||
fProjectionSupport = new ProjectionSupport(projectionViewer, getAnnotationAccess(), getSharedColors());
|
||||
fProjectionSupport.addSummarizableAnnotationType("org.eclipse.ui.workbench.texteditor.error"); //$NON-NLS-1$
|
||||
fProjectionSupport.addSummarizableAnnotationType("org.eclipse.ui.workbench.texteditor.warning"); //$NON-NLS-1$
|
||||
fProjectionSupport.addSummarizableAnnotationType("org.eclipse.search.results"); //$NON-NLS-1$
|
||||
fProjectionSupport.install();
|
||||
|
||||
fProjectionModelUpdater = CUIPlugin.getDefault().getFoldingStructureProviderRegistry().getCurrentFoldingProvider();
|
||||
|
|
Loading…
Add table
Reference in a new issue