From bd1d1fef19bc7a08d9a26b1f2934d54ecae5e1b8 Mon Sep 17 00:00:00 2001 From: Chris Recoskie Date: Thu, 4 Jan 2007 15:19:45 +0000 Subject: [PATCH] RESOLVED - bug 114032: Expose CEditor.fProjectionSupport field to derived classes https://bugs.eclipse.org/bugs/show_bug.cgi?id=114032 --- .../src/org/eclipse/cdt/internal/ui/editor/CEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java index e93b4c98d7d..dc59993aa64 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/editor/CEditor.java @@ -1517,7 +1517,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IR /** * This editor's projection support */ - private ProjectionSupport fProjectionSupport; + protected ProjectionSupport fProjectionSupport; /** * This editor's projection model updater */