1. 25 1月, 2018 1 次提交
  2. 18 1月, 2018 1 次提交
  3. 11 11月, 2017 4 次提交
  4. 29 6月, 2017 1 次提交
  5. 28 11月, 2016 2 次提交
  6. 01 9月, 2016 1 次提交
  7. 20 7月, 2016 1 次提交
  8. 13 7月, 2016 2 次提交
  9. 16 10月, 2015 1 次提交
  10. 06 10月, 2015 1 次提交
  11. 01 10月, 2015 1 次提交
  12. 29 9月, 2015 1 次提交
    • D
      Fix issue when pressing ENTER in XML doc comments with a selection · ab18011b
      Dustin Campbell 提交于
      In order to insert XML doc comment exterior trivia (e.g. /// or '''), we grab the caret position prior to the new line being inserted into the editor and then perform a bit of analysis afterward using that position. However, if there's a selection in the editor and the caret is at the end of that selection, the position will be in an unexpected place in the syntax tree, causing that bit of analysis to fail. So, in this case (and all cases), we use the start of the selection as the position to perform analysis on since that position will be consistent after the new line is inserted.
      ab18011b
  13. 27 8月, 2015 4 次提交
  14. 01 7月, 2015 1 次提交
  15. 10 6月, 2015 1 次提交
  16. 28 2月, 2015 1 次提交
    • B
      Code formatter run · ae1aeb41
      beep boop 提交于
      Been almost a month since the code formatter was run so this change was
      a bit larger than would be expected for a normal (weekly) update.  Diffs
      mostly around:
      
      - Whitespace changes
      - Missing copyright headers
      - Missing visibility modifiers
      ae1aeb41
  17. 25 2月, 2015 1 次提交
  18. 18 2月, 2015 1 次提交
  19. 27 1月, 2015 1 次提交