1. 26 7月, 2016 1 次提交
    • K
      Update deployment VSIX names · da525085
      Kevin Pilch-Bisson 提交于
      The display names are shown if you add the feed URL, so being able to
      distinguish between them is nice.
      
      (Note: I also saw that we had a duplicate ID, so I changed the one we don't
      seem to publish anymore)
      da525085
  2. 25 7月, 2016 4 次提交
  3. 24 7月, 2016 2 次提交
  4. 23 7月, 2016 11 次提交
    • M
      Add support for a new ProjectShimFactory to be consumed by CPS. (#12440) · b19fcfe8
      Manish Vasani 提交于
      * Add support for a new ProjectShimFactory to be consumed by CPS.
      
      1. IProjectShim and IProjectShimFactory are the primary interfaces being introduced that CPS will use to forward project system changes to workspace hosts.
      2. Refactored the UpdateOptions code in AbstractRoslynProject and sub-types so that it can be shared with the new project shim.
      
      TODO: Add IVT to CPS binaries to enable consuming these APIs (need to follow up with DavKean)
      
      * Add support for a new ProjectShimFactory to be consumed by CPS
      
      1. IProjectShim and IProjectShimFactory are the primary interfaces being introduced that CPS will use to forward project system changes to workspace hosts.
      
      2. Refactored the UpdateOptions code in AbstractRoslynProject and sub-types so that it can be shared with the new project shim.
      
      3. Add IVT to CPS projects to enable consuming these APIs.
      
      * Fix tests
      
      * Add tests for new CPS project shim.
      
      * Fix the tests and update the Shim factory API to take CommandLineArguments.
      
      * Fix VSI test - VB compilation options must also contain latest parse options
      
      * Some more code refactoring to ensure that for the CPS shim we avoid getting properties through the hierarchy while creating the shim and adding new source files.
      
      * Some more code refactoring to address review feedback:
      
      1. Rename IProjectShim and IProjectShimFactory to IProjectContext and IProjectContextFactory respectively.
      2. Add a new sub-type of AbstractProject, namely "AbstractLegacyProject", for legacy C# and VB project system shims. All the Hierarchy accesses for computing properties have been moved to this sub-type.
      3. Move legacy project system specific interface implementations (IVsHierarchyEvents, IIntellisenseBuildTarget and ICompilerOptionsHostObject) to AbstractLegacyProject.
      4. Merge AbstractRoslynProject into AbstractProject - the only addition in AbstractRoslynProject seem to be support for VsENCRebuildableProjectImpl, which was anyways an optional field.
      
      * Change the name of the flag taken by AddSourceFile to "isInCurrentContext"
      
      * Address review feedback
      
      * Fix tests broken by last commit
      
      * Further cleanup of options setting infrastructure
      
      * Minor refactoring of the Options setting APIs
      b19fcfe8
    • C
      Remove ToList calls.' · e06d07ae
      CyrusNajmabadi 提交于
      e06d07ae
    • C
      9af23b3d
    • C
      Restore code. · 7a100383
      CyrusNajmabadi 提交于
      7a100383
    • C
      Less calls to .ToList() · 0c848876
      CyrusNajmabadi 提交于
      0c848876
    • C
      Reduce allocations. · a9af2ff2
      CyrusNajmabadi 提交于
      a9af2ff2
    • J
      Decouple the InteractiveWorkspace from needing a InteractiveEvaluator · ea952356
      Jason Malinowski 提交于
      Everything only needed the IInteractiveWindow. This makes life easier
      for TypeScript.
      ea952356
    • C
      Add comment. · 7ccc681a
      CyrusNajmabadi 提交于
      7ccc681a
    • C
      Move signature help over to using tagged text. · 7d946b16
      CyrusNajmabadi 提交于
      7d946b16
    • C
      Switch to using TaggedText (from SymbolDisplayPart) for features that want to... · 4fb7dc6e
      CyrusNajmabadi 提交于
      Switch to using TaggedText (from SymbolDisplayPart) for features that want to display classified text.
      4fb7dc6e
    • G
      485a8d7b
  5. 22 7月, 2016 6 次提交
  6. 21 7月, 2016 16 次提交