1. 23 7月, 2015 3 次提交
    • T
      Delete unused files · 4b7a6d56
      Tomas Matousek 提交于
      4b7a6d56
    • K
      Merge pull request #3982 from KevinH-MS/InteractiveWindowUpdate · b1cf2678
      Kevin Halverson 提交于
      Filter IInteractiveWindowCommands on import...
      b1cf2678
    • K
      Filter IInteractiveWindowCommands on import... · 68e219df
      Kevin Halverson 提交于
      We need to distinguish commands we want to import in the C#/VB Repl from
      those exported by other Repls using the same InteractiveWindow component
      (i.e. Python Tools).  Otherwise, commands with duplicate names may be
      imported (causing an Exception when initializing the InteractiveWindow).
      
      Unfortunately, there was previously no *good* way to distinguish the
      "core" commands exported by the InteractiveWindow (clear, help, reset) and
      many of the commands exported by Python Tools (some have an attribute, but
      others do not).
      
      This change adds [ContentType("code")] to all the commands that the C#/VB
      Repl wants to import.
      
      In as subsequent change, we will cease to export #load as a Repl command
      and instead implement it as a language directive (so it will not conflict
      with $load in Python).
      
      Notes:
      - Changes rev Microsoft.VisualStudio.InteractiveWindow to 1.1.0.0 and add
        a binding redirect for VS
      - Changes include minor cleanup of the "core" command implementations
      68e219df
  2. 22 7月, 2015 4 次提交
  3. 21 7月, 2015 9 次提交
  4. 20 7月, 2015 3 次提交
  5. 18 7月, 2015 7 次提交
  6. 17 7月, 2015 14 次提交