1. 22 5月, 2017 2 次提交
  2. 19 5月, 2017 1 次提交
  3. 18 5月, 2017 1 次提交
    • M
      Preserve Webview Scroll Position (#26426) · dea44c8f
      Matt Bierner 提交于
      * Preserve Webview Scroll Position
      
      Fixes #22995
      
      **Bug**
      If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.
      
      **Fix**
      Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.
      
      * Use view state
      
      * Continue prototype memento based approach
      
      * Preserve Webview Scroll Position
      
      Fixes #22995
      
      **Bug**
      If you switch away from an editor that users a webview, the scroll position is currently not preserved. This effects our release notes and the markdown preview. The root cause is that the webview is disposed of when the view is hidden.
      
      **Fix**
      Add some presisted state to track scrollProgress through the webview. Use this state in the standard html editor and in the release notes.
      
      * Revert changes to ReleaseNotesInput
      dea44c8f
  4. 17 5月, 2017 1 次提交
    • M
      Make TextEditorOptions.fromEditor static (#26779) · 98436234
      Matt Bierner 提交于
      Refactors TextEditorOptions.fromEditor to a static method instead of an instance method. This method is only called after creation of the options object and currently requires using a weird cast in a few places
      98436234
  5. 16 5月, 2017 1 次提交
    • A
      Fix #26011 · f689edad
      Amy Qiu 提交于
      - use em dash instead of en dash
      f689edad
  6. 15 5月, 2017 2 次提交
  7. 12 5月, 2017 3 次提交
  8. 11 5月, 2017 2 次提交
  9. 10 5月, 2017 3 次提交
  10. 09 5月, 2017 2 次提交
  11. 08 5月, 2017 2 次提交
  12. 05 5月, 2017 2 次提交
  13. 03 5月, 2017 2 次提交
  14. 02 5月, 2017 3 次提交
  15. 28 4月, 2017 2 次提交
  16. 27 4月, 2017 10 次提交
  17. 26 4月, 2017 1 次提交