1. 18 2月, 2016 1 次提交
  2. 11 2月, 2016 1 次提交
  3. 30 1月, 2016 2 次提交
  4. 29 1月, 2016 1 次提交
  5. 19 1月, 2016 1 次提交
  6. 31 12月, 2015 1 次提交
  7. 10 12月, 2015 1 次提交
  8. 26 11月, 2015 1 次提交
  9. 25 11月, 2015 1 次提交
  10. 24 11月, 2015 1 次提交
  11. 10 11月, 2015 1 次提交
  12. 03 11月, 2015 1 次提交
    • D
      Syntactically classify buffers without a workspace · c25f2528
      David Poeschl 提交于
      Fixes #873
      
      Sometimes there are buffers with our C#/VB content types that are not added to the Running Document Table and therefore never end up in the MiscellaneousFilesWorkspace (or any workspace), such as the Source Control "Annotate" view. This change updates the Syntactic Classifier to handle such cases by parsing its initial snapshot for tagging (changes are not observed, but the known use cases of this fix are uneditable anyway).  There are some exceptions to this behavior (e.g. the Immediate window) which require us to go digging through attached views, but we default to classifying these buffers now.
      c25f2528
  13. 28 10月, 2015 4 次提交
  14. 27 10月, 2015 1 次提交
  15. 24 10月, 2015 3 次提交
  16. 17 10月, 2015 1 次提交
  17. 16 10月, 2015 1 次提交
  18. 10 10月, 2015 1 次提交
    • J
      Make foreground thread scheduling predictable · 1c480f57
      Jared Parsons 提交于
      This change makes foreground scheduling code predictable in the IDE
      tests.  Instead of using a static to hold the data we use instance
      values.  The static data the instance values are populated from are not
      100% predictable but far more so than they used to be.
      1c480f57
  19. 09 10月, 2015 1 次提交
  20. 02 10月, 2015 1 次提交
  21. 29 9月, 2015 3 次提交
  22. 26 9月, 2015 1 次提交
  23. 25 9月, 2015 2 次提交
  24. 22 9月, 2015 1 次提交
    • T
      This cleans up the Roslyn Code Base. · deee04e4
      Tanner Gooding 提交于
      * This updates all references to nuget.exe to use the copy in the root.
      * This deletes all NuGet.config and NuGet.exe files that are not in the root.
      * This removes all references to NuGet.targets (which is obsolete and no longer exists)
      deee04e4
  25. 16 9月, 2015 1 次提交
    • M
      Add a new suggested action "FixMultipleSuggestedAction" for IDE layer... · d164777b
      Manish Vasani 提交于
      Add a new suggested action "FixMultipleSuggestedAction" for IDE layer corresponding to FixMultipleCodeAction and FixMultipleContext. Also implement the FixMultipleOccurrencesService to compute and apply a FixMultipleSuggestedAction.
      
      Subsequent change will use this service to fix (suppress) diagnostics selected in the error list.
      d164777b
  26. 05 9月, 2015 1 次提交
  27. 03 9月, 2015 1 次提交
  28. 02 9月, 2015 1 次提交
  29. 29 8月, 2015 1 次提交
    • K
      Enable selection of Mef components based on TextViewRole... · 01071481
      Kevin Halverson 提交于
      We need a way to provide alternate completion in the Interactive Window.
      Previously, we weren't taking TextViewRole into consideration when
      selecting completion providers.  This change allows a service to opt in to
      considering TextViewRole by passing OrderableLanguageAndRoleMetadata to
      SelectMatchingExtensionValues.
      
      This change also includes some cleanup of test helpers and removal of extra
      TextViewRole attributes that weren't doing anything meaningful.
      01071481
  30. 26 8月, 2015 1 次提交
  31. 19 8月, 2015 1 次提交
    • J
      Reset the API files · e3f3734e
      Jared Parsons 提交于
      This change does two actions to our public API files:
      
      - Resets them to the versions from 1.0.0 RTM
      - Splits them into the shipped and unshipped files
      e3f3734e