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. 22 4月, 2020 1 次提交
  3. 18 2月, 2020 1 次提交
  4. 04 2月, 2020 1 次提交
  5. 08 1月, 2020 1 次提交
    • B
      editors - introduce IEditorInput.isSaving() · f8233c9f
      Benjamin Pasero 提交于
      So far, file editors have reported isDirty() === false when auto save was enabled e.g. to avoid showing dirty indicators. With the advent of custom editors, this needs to be cleaned up. The new method isSaving() serves as a hint that an editor can be dirty but in the process of being saved. As such, we can decide to hide the dirty indicator in that case. But in other cases we may want to know if the editor is dirty or not, even if auto saved.
      f8233c9f
  6. 23 12月, 2019 2 次提交
  7. 20 12月, 2019 1 次提交
  8. 19 12月, 2019 1 次提交
  9. 18 12月, 2019 4 次提交
  10. 17 12月, 2019 1 次提交
  11. 29 11月, 2019 1 次提交
  12. 19 11月, 2019 1 次提交
  13. 15 11月, 2019 2 次提交
  14. 06 11月, 2019 1 次提交
  15. 08 10月, 2019 1 次提交
  16. 30 8月, 2019 1 次提交
  17. 12 8月, 2019 1 次提交
  18. 09 8月, 2019 1 次提交
  19. 17 6月, 2019 1 次提交
  20. 11 6月, 2019 1 次提交
  21. 23 5月, 2019 1 次提交
  22. 17 5月, 2019 1 次提交
  23. 16 5月, 2019 2 次提交
  24. 29 4月, 2019 1 次提交
  25. 16 4月, 2019 3 次提交
  26. 15 4月, 2019 1 次提交
  27. 10 4月, 2019 1 次提交
  28. 09 4月, 2019 3 次提交
  29. 05 4月, 2019 2 次提交