Package | Description |
---|---|
org.eclipse.cdt.core.model |
Modifier and Type | Method and Description |
---|---|
IWorkingCopy |
ITranslationUnit.getSharedWorkingCopy(IProgressMonitor monitor,
org.eclipse.cdt.internal.core.model.IBufferFactory factory,
IProblemRequestor requestor)
Deprecated.
use
ITranslationUnit.getSharedWorkingCopy(IProgressMonitor, IProblemRequestor) ,
or CDTUITools.getWorkingCopyManager() instead. |
IWorkingCopy |
ITranslationUnit.getSharedWorkingCopy(IProgressMonitor monitor,
IProblemRequestor requestor)
Returns a shared working copy on this element using the given factory to create the buffer,
or this element if this element is already a working copy.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.