Package | Description |
---|---|
org.eclipse.core.filebuffers |
Provides the API for accessing file buffers.
|
org.eclipse.core.filebuffers.manipulation |
Provides the API for manipulating file buffers.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
Modifier and Type | Method and Description |
---|---|
ITextFileBuffer |
ITextFileBufferManager.getTextFileBuffer(IPath location)
Returns the text file buffer managed for the file at the given location
or
null if either there is no such text file buffer. |
Modifier and Type | Method and Description |
---|---|
protected abstract MultiTextEditWithProgress |
TextFileBufferOperation.computeTextEdit(ITextFileBuffer textFileBuffer,
IProgressMonitor progressMonitor)
Computes and returns a text edit.
|
protected MultiTextEditWithProgress |
RemoveTrailingWhitespaceOperation.computeTextEdit(ITextFileBuffer fileBuffer,
IProgressMonitor progressMonitor) |
protected MultiTextEditWithProgress |
ConvertLineDelimitersOperation.computeTextEdit(ITextFileBuffer fileBuffer,
IProgressMonitor progressMonitor) |
Modifier and Type | Field and Description |
---|---|
ITextFileBuffer |
TextFileDocumentProvider.FileInfo.fTextFileBuffer |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.