1. 16 9月, 2015 5 次提交
    • 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
    • M
      Build more FixMultipleOccurrences support: · 255b20e0
      Manish Vasani 提交于
      1) Add a FixMultipleCodeAction for fixing specified set of diagnostics in a FixMultipleContext.
      2) Add a IFixMultipleOccurrencesService which takes a specific set of diagnostics and computes and applies a FixMultipleCodeAction. This will eventually be used to bulk fix or suppress instances of diagnostics from the error list.
      
      Also handle this new context and fix scope in the suppression fixers, so that the disconnected baselining scenario can use this functionality.
      255b20e0
    • M
      Add a subtype of FixAllContext: FixMultipleContext, which will be used for... · abf7d72c
      Manish Vasani 提交于
      Add a subtype of FixAllContext: FixMultipleContext, which will be used for fixing a specific set of diagnostics.
      abf7d72c
    • V
      CR feedback · b74f09a6
      vsadov 提交于
      b74f09a6
    • G
      Address CR comments · bd6f3b0f
      Gen Lu 提交于
      bd6f3b0f
  2. 15 9月, 2015 28 次提交
  3. 14 9月, 2015 3 次提交
  4. 13 9月, 2015 4 次提交