1. 07 7月, 2018 2 次提交
  2. 28 6月, 2018 1 次提交
  3. 26 6月, 2018 1 次提交
  4. 22 6月, 2018 1 次提交
  5. 21 6月, 2018 2 次提交
  6. 20 6月, 2018 4 次提交
  7. 18 6月, 2018 2 次提交
  8. 14 6月, 2018 1 次提交
  9. 08 6月, 2018 1 次提交
  10. 06 6月, 2018 1 次提交
    • C
      Code clean up (#26802) · d3a28d45
      Carol Hu 提交于
      * remove usings when format document
      
      * sort usings when format document
      
      * add code fix
      
      * hack fix for the issue with apply multiple changes.
      
      * refactoring
      
      * 3 changes
      
      1. put open file editorconfig change tracking back
      2. handle open file leaking when solution close with files opened case
      3. don't share locks between editorconfig events and roslyn events
      
      * skip the 'Remove unused variable' when format document
      
      * changed code fix part to use "fix all" and only fixes P1 list rather than fix everything in the document. also not apply changes to buffer until everything is done rather than doing it per fix.
      
      * made undo experience better
      
      * add expression body as one of fix to offer
      
      * add code fix options in format document settings
      
      * add hidden box IsCodeCleanupConfiguredCheckBox to track if the user ever configured the code cleanup
      
      * clean up
      
      * fix some tests
      
      * disable a test temporarily
      
      * PR comments
      
      * refactoring
      
      * Revert "3 changes"
      
      This reverts commit 7e0fd53f02a0e20d063440b3cce5569e51e71afc.
      
      * PR comments
      
      * PR comments
      
      * renaming
      
      * bug fixing
      
      * PR comments
      
      * refactoring
      
      * refactoring
      
      * refactoring
      
      * refactoring
      
      * Make ICodeCleanupService extend ILanguageService
      
      * refactoring
      
      * refactoring
      
      * fix deadlock, call Format inside CodeCleanupService
      
      * rename async methods
      
      * PR comments
      
      * move files under features
      
      * PR comments
      
      * PR comments
      
      * Never Show this again will never show the code cleanup info bar for this user.
      
      * rename
      
      * use ImmutableArray
      d3a28d45
  11. 31 5月, 2018 1 次提交
  12. 26 5月, 2018 1 次提交
    • D
      Fix https://github.com/mono/monodevelop/issues/4820 · 2fdfa4d9
      David Karlaš 提交于
      MonoDevelop(VSfM) recently switched from using `Microsoft.CodeAnalysis.Classification.Classifier` to using `IAccurateClassifier` from VS API.
      But with this switch some classifications that were added in #24931 stopped working. Reason for this is that in that commit new classifications were filtered out by converting back to classification that was used before `ClassificationTypeNames.Identifier` so VS Windows would continue working fine. But later in #25723 this ClassificationTypes were added so I assume with removing this filtering VS Windows will work just fine since ClassificationTypes that were added #25723 have BaseType `ClassificationTypeNames.Identifier`.
      2fdfa4d9
  13. 17 5月, 2018 1 次提交
    • J
      Add TextDocument.GetText[Version]Synchronously · f7b74505
      Jason Malinowski 提交于
      We had lots of places doing GetTextAsync() and then blocking, which is
      an anti-pattern if we can avoid it. Awhile back we plumbed the ability
      to get syntax trees synchronusly in certain places, and so we had
      the plumbing to do this. We just never did it.
      
      I suspect "most cases" this was fine because the GetTextAsync was
      operating on open files which isn't an issue. But there were a few
      places that looked suspicious and it's easier to just do a batch
      refactoring.
      f7b74505
  14. 16 5月, 2018 1 次提交
  15. 11 5月, 2018 1 次提交
  16. 07 5月, 2018 1 次提交
  17. 01 5月, 2018 2 次提交
  18. 29 4月, 2018 1 次提交
    • S
      Handle empty queue in WaitForPendingWorkAsync · 43920675
      Sam Harwell 提交于
      Cancellation allows item removal from the pending work queue from non-UI threads,
      so the UI thread handling needs to account for the possibility of it being empty
      after WaitForItemsAsync completes.
      43920675
  19. 28 4月, 2018 1 次提交
  20. 26 4月, 2018 1 次提交
  21. 25 4月, 2018 1 次提交
  22. 20 4月, 2018 1 次提交
  23. 19 4月, 2018 1 次提交
  24. 07 4月, 2018 1 次提交
  25. 06 4月, 2018 6 次提交
  26. 05 4月, 2018 2 次提交
  27. 04 4月, 2018 1 次提交