public ReSharperActionShortcutProvider(ShortcutDisplayStatistics statistics,
                                        IActionDefs defs,
                                        IActionShortcuts actionShortcuts,
                                        ActionPresentationHelper actionPresentationHelper,
                                        OverriddenShortcutFinder overriddenShortcutFinder,
                                        HotspotSessionExecutor hotspotSessionExecutor,
                                        SettingsStore settingsStore)
 {
     this.statistics               = statistics;
     this.defs                     = defs;
     this.actionShortcuts          = actionShortcuts;
     this.actionPresentationHelper = actionPresentationHelper;
     this.overriddenShortcutFinder = overriddenShortcutFinder;
     this.hotspotSessionExecutor   = hotspotSessionExecutor;
     this.settingsStore            = settingsStore;
 }
 public TemplateWithNonDefaultPrefixesItemsProvider(IncludeTemplatesRule includeTemplatesRule, HotspotSessionExecutor hotspotSessionExecutor)
 {
     this.includeTemplatesRule   = includeTemplatesRule;
     this.hotspotSessionExecutor = hotspotSessionExecutor;
 }
Ejemplo n.º 3
0
 public TemplateWithNonDefaultPrefixesItemsProvider(PsiLanguageType language, IncludeTemplatesRule includeTemplatesRule, HotspotSessionExecutor hotspotSessionExecutor)
 {
     this.language               = language;
     this.includeTemplatesRule   = includeTemplatesRule;
     this.hotspotSessionExecutor = hotspotSessionExecutor;
 }
 public PsiIntentionResultBehavior(HotspotSessionExecutor hotspotSessionExecutor)
 {
   HotspotSessionExecutor = hotspotSessionExecutor;
 }
 public NTriplesIntentionResultBehavior(HotspotSessionExecutor hotspotSessionExecutor)
 {
     this.HotspotSessionExecutor = hotspotSessionExecutor;
 }
Ejemplo n.º 6
0
 public NTriplesIntentionResultBehavior(HotspotSessionExecutor hotspotSessionExecutor)
 {
     this.HotspotSessionExecutor = hotspotSessionExecutor;
 }
Ejemplo n.º 7
0
 public PsiIntentionResultBehavior(HotspotSessionExecutor hotspotSessionExecutor)
 {
     HotspotSessionExecutor = hotspotSessionExecutor;
 }