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 voidcontextMenuAboutToShow(org.eclipse.jface.action.IMenuManager manager) protected Stringprotected Stringvoidinit(org.eclipse.handly.ui.outline.ICommonOutlinePage outlinePage) Methods inherited from class org.eclipse.handly.ui.outline.OutlineContextMenuContribution
disposeMethods inherited from class org.eclipse.handly.ui.outline.OutlineContribution
getOutlinePage
-
Constructor Details
-
BslOutlineContextMenuContribution
Constructor- Parameters:
indent- actual indent of text editor, can't benullprojectManager- actualIV8ProjectManagerforBslOutlineOpenAdoptableMethodAction, can't benull
-
-
Method Details
-
init
public void init(org.eclipse.handly.ui.outline.ICommonOutlinePage outlinePage) - Specified by:
initin interfaceorg.eclipse.handly.ui.outline.IOutlineContribution- Overrides:
initin classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-
getContextMenuId
- Overrides:
getContextMenuIdin classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-
getContextMenuExtensionId
- Overrides:
getContextMenuExtensionIdin classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-
contextMenuAboutToShow
protected void contextMenuAboutToShow(org.eclipse.jface.action.IMenuManager manager) - Overrides:
contextMenuAboutToShowin classorg.eclipse.handly.ui.outline.OutlineContextMenuContribution
-