Package org.eclipse.cdt.internal.ui.editor

Interface Summary
ICAnnotation ICAnnotation Interface of annotations representing markers and problems.
ICEditorActionDefinitionIds Defines the definition IDs for the C editor actions.
IProblemAnnotation Interface of annotations representing problems.
ITranslationUnitEditorInput ITranslationUnitEditorInput
 

Class Summary
AddIncludeOnSelectionAction  
ASTProvider Provides a shared AST for clients.
ASTProvider.WAIT_FLAG Wait flag.
CAnnotationIterator Filters problems based on their types.
CContentOutlinePage  
CContentOutlinerProvider Manages contents of the outliner.
CDocumentProvider A document provider for C/C++ content.
CDocumentSetupParticipant CDocumentSetupParticipant
CEditor C/C++ source editor.
CEditorActionContributor  
CEditorErrorTickUpdater The JavaEditorErrorTickUpdater will register as a AnnotationModelListener on the annotation model of a Java Editor and update the title images when the annotation model changed.
CEditorMessages  
CElementHyperlink C element hyperlink.
CElementHyperlinkDetector  
CMarkerAnnotation  
CSourceViewer Source viewer for C/C++ et al.
CSourceViewerDecorationSupport SourceViewerDecorationSupport with extension(s): inactive code painter
CStorageDocumentProvider CStorageDocumentProvider
CustomBufferFactory CustomBufferFactory
DocumentAdapter Adapts IDocument to IBuffer.
ExternalSearchAnnotationModel  
ExternalSearchDocumentProvider  
ExternalSearchEditor Deprecated. Use EditorUtility#openInEditor() to open an external file.
GotoAnnotationAction  
GotoMatchingBracketAction  
InactiveCodeHighlighting Paints code lines disabled by preprocessor directives (#ifdef etc.)
IndentUtil Utility that indents a number of lines in a document.
IndentUtil.IndentResult The result of an indentation operation.
LexicalSortingAction  
OpenIncludeAction  
ProblemAnnotationIterator Filters problems based on their types.
SearchDialogAction  
SemanticHighlighting Semantic highlighting.
SemanticHighlightingManager Semantic highlighting manager.
SemanticHighlightingManager.HighlightedRange Highlighted ranges.
SemanticHighlightingPresenter Semantic highlighting presenter - UI thread implementation.
SemanticHighlightingReconciler Semantic highlighting reconciler - Background thread implementation.
SemanticHighlightings Semantic highlightings.
SemanticToken Semantic token.
SharedTextColors  
SpecificContentAssistExecutor A content assist executor can invoke content assist for a specific proposal category on an editor.
ToggleCommentAction An action which toggles comment prefixes on the selected lines.
TogglePresentationAction A toolbar action which toggles the presentation model of the connected text editor.
ToggleSourceAndHeaderAction Editor action to toggle between source and header files.
TranslationUnitAnnotationModelEvent TranslationUnitAnnotationModelEvent Event sent out by changes of the compilation unit annotation model.
WorkingCopyManager This working copy manager works together with a given compilation unit document provider and additionally offers to "overwrite" the working copy provided by this document provider.