Ejemplo n.º 1
0
 public XXLanguageXXProject(XXLanguageXXSolution solution, IProject project)
 {
     _project   = project;
     Solution   = solution;
     Libs       = _libs;
     ProjectDir = project.ProjectLocationLive.Value.FileAccessPath;
 }
Ejemplo n.º 2
0
 public XXLanguageXXProject(XXLanguageXXSolution solution, IProject project)
 {
   _project    = project;
   Solution    = solution;
   Libs        = _libs;
   ProjectDir  = project.ProjectLocationLive.Value.FileAccessPath;
 }
 public GotoDeclarationHandler(Lifetime lifetime, IShellLocks shellLocks, ICommandProcessor commandProcessor, TextControlChangeUnitFactory changeUnitFactory, XXLanguageXXSolution nitraSolution)
 {
     _lifetime          = lifetime;
     _shellLocks        = shellLocks;
     _commandProcessor  = commandProcessor;
     _changeUnitFactory = changeUnitFactory;
     _nitraSolution     = nitraSolution;
 }
Ejemplo n.º 4
0
 public FindUsagesHandler(Lifetime lifetime, IShellLocks shellLocks, ICommandProcessor commandProcessor, TextControlChangeUnitFactory changeUnitFactory, XXLanguageXXSolution nitraSolution)
 {
   _lifetime = lifetime;
   _shellLocks = shellLocks;
   _commandProcessor = commandProcessor;
   _changeUnitFactory = changeUnitFactory;
   _nitraSolution = nitraSolution;
 }