Package org.eclipse.cdt.internal.ui.actions

Class Summary
AbstractToggleLinkingAction This is an action template for actions that toggle whether it links its selection to the active editor.
AbstractUpdateIndexAction  
ActionMessages Class that gives access to the action messages resource bundle.
ActionUtil  
AddBlockCommentAction Action that encloses the editor's current selection with Java block comment terminators (/* and */).
BlockCommentAction Common block comment code.
CompositeActionGroup  
FoldingActionGroup Groups the CDT folding actions.
FoldingMessages Class that gives access to the folding messages resource bundle.
FreshenIndexAction  
GoToNextPreviousMemberAction Gives possibility to move fast between member elements of the c/c++ source.
IndentAction Indents a line or range of lines in a C document to its correct position.
OpenActionUtil  
RebuildIndexAction  
RemoveBlockCommentAction Action that removes the enclosing comment marks from a Java block comment.
SelectAllAction This action selects all entries currently showing in view.
SelectionConverter  
UpdateIndexWithModifiedFilesAction  
WorkbenchRunnableAdapter An IRunnableWithProgress that adapts and IWorkspaceRunnable so that is can be executed inside IRunnableContext.