1. 05 1月, 2021 1 次提交
  2. 04 1月, 2021 3 次提交
    • B
    • B
      some 💄 and refactorings · c03bc427
      Benjamin Pasero 提交于
      - move native menubar control into native title (cc @sbatten)
      - introduce codeeditor.ts for reusable editor things in workbench
      - inline cyclic check into core (cc @alexdima)
      c03bc427
    • S
      Allow tabs to wrap to multi-line (#106448) · baf15f10
      SneakyFish5 提交于
      * Allow tabs to wrap to multi-line
      
      * Address feedback
      
      * Add hidden space after last tab
      
      * some polish for multi-line wrap css class
      
      * some more polish
      
      * Address feedback
      
      * some adjustments to move forward
      
      * add clarifying comment to tabs layout
      
      * Fix editor container height
      
      * WIP - overflowing tabs
      
      * fix getPreferredHeight()
      
      * Fix editor drop target for multi-line tabs
      
      * Add comments and remove !important
      
      * fix dnd offset
      
      * Rework layout algorithm
      
      * Make layout return a Dimension
      
      * WIP - set maxDimensions
      
      * Layout multi-line tabs synchronously
      
      * make sure dimensions are always defined and passed down to where needed
      
      * Rework group.relayout and store lastComputedHeight
      
      * fix breadcrumbs causing editor to disappear
      
      * consolidate css rules
      
      * rename setting
      
      * simplify classes
      
      * streamline relayout
      
      * wrapTabs => experimentalWrapTabs
      
      * tweak layout
      
      * Limit wrapped tabs to 3 rows
      
      * Only use flex-grow for `tabSizing: fit`
      
      * fix scrollbar reveal to work properly
      
      * tabs - get rid of sync layout
      
      * WIP: Move editor actions to the bottom right
      
      * some tweaks
      
      * introduce css variable for margin-right trick
      
      * add border to separate tabs when wrapping
      
      * 💄
      
      * rename setting
      
      * 💄 layout method
      Co-authored-by: NBenjamin Pasero <benjpas@microsoft.com>
      baf15f10
  3. 24 12月, 2020 3 次提交
  4. 23 12月, 2020 4 次提交
  5. 22 12月, 2020 6 次提交
  6. 21 12月, 2020 9 次提交
  7. 19 12月, 2020 2 次提交
  8. 18 12月, 2020 5 次提交
  9. 17 12月, 2020 2 次提交
  10. 16 12月, 2020 4 次提交
  11. 15 12月, 2020 1 次提交