mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
RESOLVED - bug 114032: Expose CEditor.fProjectionSupport field to derived classes
https://bugs.eclipse.org/bugs/show_bug.cgi?id=114032
This commit is contained in:
parent
84147c9677
commit
bd1d1fef19
1 changed files with 1 additions and 1 deletions
|
@ -1517,7 +1517,7 @@ public class CEditor extends TextEditor implements ISelectionChangedListener, IR
|
||||||
/**
|
/**
|
||||||
* This editor's projection support
|
* This editor's projection support
|
||||||
*/
|
*/
|
||||||
private ProjectionSupport fProjectionSupport;
|
protected ProjectionSupport fProjectionSupport;
|
||||||
/**
|
/**
|
||||||
* This editor's projection model updater
|
* This editor's projection model updater
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue