1. 26 11月, 2020 1 次提交
  2. 25 11月, 2020 1 次提交
  3. 21 11月, 2020 1 次提交
  4. 12 11月, 2020 1 次提交
  5. 11 10月, 2020 1 次提交
    • T
      Add atomic tabs option · d119c924
      Tim Hutt 提交于
      This treats tabs faked using spaces as if they were real tabs meaning that you can't select the middle of them.
      d119c924
  6. 07 10月, 2020 1 次提交
  7. 27 8月, 2020 2 次提交
  8. 28 7月, 2020 1 次提交
  9. 05 6月, 2020 1 次提交
  10. 02 6月, 2020 1 次提交
  11. 12 5月, 2020 1 次提交
  12. 02 5月, 2020 1 次提交
  13. 01 5月, 2020 1 次提交
  14. 27 3月, 2020 1 次提交
  15. 26 3月, 2020 1 次提交
  16. 20 3月, 2020 1 次提交
  17. 18 3月, 2020 1 次提交
  18. 05 3月, 2020 3 次提交
  19. 26 2月, 2020 1 次提交
  20. 22 2月, 2020 2 次提交
  21. 21 2月, 2020 1 次提交
  22. 19 2月, 2020 2 次提交
    • A
      Relax IIdentifiedSingleEditOperation.range · 89eb9fe9
      Alex Dima 提交于
      89eb9fe9
    • B
      Define IIdentifiedSingleEditOperation.range as IRange instead of Range · 7d9dd505
      bolinfest 提交于
      With the upcoming changes in TypeScript 3.8 to support `import type`, it is even more compelling to declare weak references via types rather than strong references via concrete classes. Most APIs in Monaco already do this well, accepting `monaco.IRange` instead of `monaco.Range`, though `IIdentifiedSingleEditOperation` appears to be an exception in this regard, which means a strong dependency on `monaco.Range` is required to use `ITextModel.pushEditOperations()`.
      
      It would be nice to relax this constraint, though I admit I have not yet attempted to trace through whether this breaks anything since I am submitting this via GitHub's web UI.
      7d9dd505
  23. 05 2月, 2020 1 次提交
  24. 11 12月, 2019 1 次提交
  25. 06 12月, 2019 1 次提交
  26. 07 11月, 2019 1 次提交
  27. 06 11月, 2019 2 次提交
  28. 26 10月, 2019 1 次提交
  29. 18 10月, 2019 1 次提交
  30. 17 10月, 2019 2 次提交
  31. 19 7月, 2019 1 次提交
  32. 10 7月, 2019 1 次提交
  33. 09 7月, 2019 1 次提交