Package com._1c.g5.v8.dt.bsl.ui.outline
Class BslOutlineContextMenuContribution
java.lang.Object
org.eclipse.handly.ui.outline.OutlineContribution
org.eclipse.handly.ui.outline.OutlineContextMenuContribution
com._1c.g5.v8.dt.bsl.ui.outline.BslOutlineContextMenuContribution
- All Implemented Interfaces:
org.eclipse.handly.ui.outline.IOutlineContribution
public class BslOutlineContextMenuContribution
extends org.eclipse.handly.ui.outline.OutlineContextMenuContribution
Special
Menu contains five actions: Delete, Copy, Paste, Cut, Surround with region
OutlineContextMenuContribution
for Bsl language. Menu contains five actions: Delete, Copy, Paste, Cut, Surround with region
-
Constructor Summary
ConstructorsConstructorDescriptionBslOutlineContextMenuContribution
(String indent, IV8ProjectManager projectManager) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected void
contextMenuAboutToShow
(org.eclipse.jface.action.IMenuManager manager) protected String
protected String
void
init
(org.eclipse.handly.ui.outline.ICommonOutlinePage outlinePage) Methods inherited from class org.eclipse.handly.ui.outline.OutlineContextMenuContribution
dispose
Methods inherited from class org.eclipse.handly.ui.outline.OutlineContribution
getOutlinePage
-
Constructor Details
-
BslOutlineContextMenuContribution
Constructor- Parameters:
indent
- actual indent of text editor, can't benull
projectManager
- actualIV8ProjectManager
forBslOutlineOpenAdoptableMethodAction
, can't benull
-
-
Method Details
-
init
public void init(org.eclipse.handly.ui.outline.ICommonOutlinePage outlinePage) - Specified by:
init
in interfaceorg.eclipse.handly.ui.outline.IOutlineContribution
- Overrides:
init
in classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-
getContextMenuId
- Overrides:
getContextMenuId
in classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-
getContextMenuExtensionId
- Overrides:
getContextMenuExtensionId
in classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-
contextMenuAboutToShow
protected void contextMenuAboutToShow(org.eclipse.jface.action.IMenuManager manager) - Overrides:
contextMenuAboutToShow
in classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-