TextEditorUIContextCreator(IThemeManager themeManager, IImageManager imageManager, IWpfCommandManager wpfCommandManager, IMenuManager menuManager, ICodeToolTipManager codeToolTipManager, ITextEditorSettings textEditorSettings, ITextLineObjectManager textLineObjectManager, ITextEditorUIContextManagerImpl textEditorUIContextManagerImpl, IIconBarCommandManager iconBarCommandManager)
 {
     this.themeManager                   = themeManager;
     this.imageManager                   = imageManager;
     this.wpfCommandManager              = wpfCommandManager;
     this.menuManager                    = menuManager;
     this.codeToolTipManager             = codeToolTipManager;
     this.textEditorSettings             = textEditorSettings;
     this.textLineObjectManager          = textLineObjectManager;
     this.textEditorUIContextManagerImpl = textEditorUIContextManagerImpl;
     this.iconBarCommandManager          = iconBarCommandManager;
 }
Beispiel #2
0
 public ToolTipHelper(ICodeToolTipManager codeToolTipManager, IToolTipReferenceFinder refFinder)
 {
     this.codeToolTipManager = codeToolTipManager;
     this.refFinder = refFinder;
     this.toolTip = new ToolTip();
 }
Beispiel #3
0
 public ToolTipHelper(ICodeToolTipManager codeToolTipManager, IToolTipReferenceFinder refFinder)
 {
     this.codeToolTipManager = codeToolTipManager;
     this.refFinder          = refFinder;
     this.toolTip            = new ToolTip();
 }