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. 13 4月, 2020 1 次提交
  3. 10 4月, 2020 1 次提交
  4. 06 4月, 2020 1 次提交
  5. 30 3月, 2020 1 次提交
  6. 18 3月, 2020 1 次提交
  7. 06 3月, 2020 1 次提交
  8. 03 3月, 2020 5 次提交
  9. 02 3月, 2020 4 次提交
  10. 25 2月, 2020 2 次提交
  11. 21 2月, 2020 3 次提交
  12. 20 2月, 2020 3 次提交
  13. 19 2月, 2020 2 次提交
  14. 18 2月, 2020 1 次提交
  15. 11 2月, 2020 3 次提交
  16. 26 1月, 2020 3 次提交
  17. 21 1月, 2020 1 次提交
  18. 18 1月, 2020 2 次提交
  19. 17 1月, 2020 2 次提交
  20. 16 1月, 2020 1 次提交
  21. 06 1月, 2020 1 次提交
    • B
      editors - first open editor before activating group · 7645002c
      Benjamin Pasero 提交于
      Previously we would fire a wrong active-editor-change-event when more than one group is opened and the user clicks into an inactive editor of the inactive group because we would first activate the group and then open the editor.
      7645002c