1. 27 9月, 2019 2 次提交
    • J
      Delete Roslyn's ICommandHandler interface and all support code · bbd8e0d3
      Jason Malinowski 提交于
      Now that the editor has their own public version of this API, and all
      code has been migrated to use the new system, we can delete all of the
      code that was supporting the old handlers. It may be surprising that
      much of this code was dead, but the command handler list that was being
      invoked by all of this was indeed empty.
      
      The intent of this particular commit is to be a fairly mechanical change
      that leaves other bugs or strangeness in place. In particular,
      DebuggerIntelliSenseFilter had a special ExecuteVisualStudio2000 that
      removes the buffer's read-only flag, but in many codepaths we never
      set that back. In other cases, we also ignored the HRESULT that came
      from the next filter in the chain. These all appear to be bugs, but I
      won't touch them for now.
      
      There's also some remaining work happening in
      AbstractOleCommandTarget.Execute.cs that probably should either be moved
      to the core editor code (if it wasn't already), or into the command
      handlers of Roslyn itself.
      bbd8e0d3
    • J
      Remove AbstractBlockCommentingEditingCommandHandler's legacy implementation · ecefe833
      Jason Malinowski 提交于
      Now that TypeScript has moved to the newer editor commanding APIs,
      the legacy implementation is no longer needed.
      ecefe833
  2. 10 12月, 2018 1 次提交
  3. 25 1月, 2018 1 次提交
  4. 18 1月, 2018 1 次提交
  5. 29 6月, 2017 1 次提交
  6. 01 9月, 2016 1 次提交
  7. 20 7月, 2016 1 次提交
  8. 30 1月, 2016 4 次提交
  9. 29 1月, 2016 1 次提交