1. 24 4月, 2020 1 次提交
    • M
      Add 'open with' to the explorer context menu (#95805) · 7d238f42
      Matt Bierner 提交于
      This change primarly adds a new `Open with...` entry to the explorer context menu. To do this however, I had to make a few other changes:
      
      - Add a new explorer context key for availible editors
      - Moved the editor select prompt into a new function called `openEditorWith`
      - Use `openEditorWith` for the new `open with` explorer command as well as for the `reopen with` command
      7d238f42
  2. 23 4月, 2020 1 次提交
  3. 22 4月, 2020 1 次提交
  4. 18 4月, 2020 1 次提交
  5. 17 4月, 2020 1 次提交
  6. 14 4月, 2020 3 次提交
  7. 09 4月, 2020 1 次提交
  8. 03 4月, 2020 1 次提交
  9. 10 3月, 2020 1 次提交
  10. 09 3月, 2020 1 次提交
  11. 04 3月, 2020 1 次提交
  12. 22 2月, 2020 1 次提交
  13. 21 2月, 2020 1 次提交
  14. 15 2月, 2020 1 次提交
  15. 14 2月, 2020 2 次提交
  16. 13 2月, 2020 1 次提交
  17. 12 2月, 2020 1 次提交
  18. 11 2月, 2020 1 次提交
  19. 10 2月, 2020 1 次提交
  20. 07 2月, 2020 2 次提交
  21. 25 1月, 2020 1 次提交
  22. 24 1月, 2020 1 次提交
  23. 22 1月, 2020 1 次提交
  24. 17 1月, 2020 1 次提交
  25. 14 1月, 2020 1 次提交
  26. 07 1月, 2020 1 次提交
  27. 25 12月, 2019 1 次提交
  28. 24 12月, 2019 1 次提交
  29. 23 12月, 2019 2 次提交
  30. 18 12月, 2019 2 次提交
  31. 17 12月, 2019 1 次提交
  32. 16 12月, 2019 1 次提交
  33. 13 12月, 2019 1 次提交
  34. 10 12月, 2019 1 次提交
    • S
      Viewlet Refactor (#85566) · cabcace4
      SteVen Batten 提交于
      * wip 2
      
      * use viewlet stubs
      
      * fix layering issue
      
      * fix saveState and contextmenus
      
      * move context menu logic into panecomposite
      
      * revert tasks.json
      
      * tasks again
      
      * add showHeaderInTitleWhenSingleView values
      
      * patch tests
      
      * some cleanup
      
      * more cleanup
      
      * start view
      
      * merging conflicts
      
      * fix title and dnd
      
      * adding missing api surface to pane composite
      
      * additional merge resolution
      cabcace4