1. 28 9月, 2016 1 次提交
  2. 21 7月, 2016 1 次提交
  3. 17 7月, 2016 1 次提交
  4. 16 7月, 2016 1 次提交
  5. 24 6月, 2016 1 次提交
  6. 10 6月, 2016 1 次提交
  7. 09 6月, 2016 1 次提交
  8. 30 4月, 2016 1 次提交
  9. 16 10月, 2015 1 次提交
  10. 26 8月, 2015 1 次提交
  11. 17 7月, 2015 3 次提交
    • D
      Move GetTextChange to CompletionItemRules · 89af8b61
      Dustin Campbell 提交于
      A large change again, mostly mechanical. There's a fair amount to clean up and that will come in the next commit.
      89af8b61
    • D
      Move IsCommitCharacter to CompletionItemRules · 37a32f9c
      Dustin Campbell 提交于
      This one is a much larger change but is mostly mechanical.
      37a32f9c
    • D
      Introduce CompletionItemRules · c051988b
      Dustin Campbell 提交于
      This change touches a lot of files but most of the changes are
      mechanical. Essentially, this introduces a CompletionItemRules type as a
      means to customize the behavior of a CompletionItem. This will
      ultimately be the home of several methods that currently reside on
      CompletionListProvider (such as IsCommitCharacter and
      IsFilterCharacter), but only the SendEnterThroughToEditor method has
      been moved in this change. Other methods will be moved in future
      changes.
      c051988b
  12. 12 6月, 2015 1 次提交
  13. 01 2月, 2015 1 次提交
    • B
      Complete the style update to the rest of Open\src directory · 995eb372
      beep boop 提交于
           Background:
      
           As discussed in the dev team all hands all code under the GitHub dotnet foundation is using a single process for contribution, API review, infrastructure and coding style. The idea is to present a unified view to our customer and give them a single story for contributing to any project under the dotnet foundation.
      
           https://github.com/dotnet/corefx/wiki/Contributing#c-coding-style
      
           The coding style transition is automated using a Roslyn based rewrite tool:
      
           https://github.com/dotnet/codeformatter
      
           This will be applied in stages across our developer tree. Right now the focus is on the Open directory as this is what is being presented on github. Code owners will be contacted before the transition happens.
      
           Note: this is a soft style requirement. There are no build errors that come from this change.
       (changeset 1408227)
      995eb372
  14. 31 1月, 2015 1 次提交
  15. 27 1月, 2015 1 次提交