1. 14 12月, 2018 1 次提交
  2. 29 7月, 2018 1 次提交
  3. 26 7月, 2018 1 次提交
  4. 05 10月, 2017 1 次提交
    • J
      Move QuickInfo to EditorFeatures.Wpf and EventHookup to CSharpVisualStudio · efd59a3b
      Jason Malinowski 提交于
      This is a really ugly refactoring that removes the WPF APIs from
      IDeferredQuickInfoContent and adds a service in EditorFeatures.Wpf that
      converts from them to WPF elements. It's a straightforward refactoring
      and everything still works, but it's not pretty at all.
      
      EventHookup also worked with QuickInfo directly, and thus had to be
      moved out of CSharpEditorFeatures. There isn't a CSharp-specific
      EditorFeatures.Wpf assembly, so it's going into the Visual Studio layer
      for now.
      efd59a3b
  5. 23 8月, 2017 1 次提交
  6. 29 6月, 2017 1 次提交
  7. 21 7月, 2016 1 次提交
  8. 10 11月, 2015 1 次提交
  9. 16 10月, 2015 1 次提交
  10. 10 10月, 2015 1 次提交
    • J
      Make foreground thread scheduling predictable · 1c480f57
      Jared Parsons 提交于
      This change makes foreground scheduling code predictable in the IDE
      tests.  Instead of using a static to hold the data we use instance
      values.  The static data the instance values are populated from are not
      100% predictable but far more so than they used to be.
      1c480f57
  11. 12 6月, 2015 1 次提交
  12. 27 1月, 2015 1 次提交