1. 05 1月, 2021 1 次提交
  2. 04 1月, 2021 1 次提交
    • 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. 21 12月, 2020 2 次提交
  4. 07 12月, 2020 1 次提交
  5. 13 10月, 2020 1 次提交
  6. 17 9月, 2020 1 次提交
  7. 09 9月, 2020 1 次提交
  8. 08 9月, 2020 1 次提交
  9. 06 9月, 2020 1 次提交
  10. 03 6月, 2020 1 次提交
  11. 13 5月, 2020 2 次提交
  12. 08 5月, 2020 1 次提交
  13. 07 5月, 2020 1 次提交
    • B
      Support for pinned tabs (#97078) · b85061a0
      Benjamin Pasero 提交于
      * first cut
      
      * editor title - remove closeAllEditors() method
      
      * editors - do not talk about pinning in settings
      
      * editors - wrap up sticky tabs
      b85061a0
  14. 13 4月, 2020 2 次提交
  15. 08 1月, 2020 1 次提交
    • R
      Replace all description-container classes with correct selector · fae08be5
      RealZogger 提交于
      A number of styles were missing from various locations due to the changes to support multiple icon labels in 8bb358f2
      
      This change replaces all instances of the old class name .monaco-icon-label-description-container with the selector .monaco-icon-label-container > .monaco-icon-name-container
      fae08be5
  16. 13 11月, 2019 1 次提交
  17. 06 11月, 2019 1 次提交
  18. 05 11月, 2019 2 次提交
  19. 29 10月, 2019 3 次提交
  20. 25 10月, 2019 1 次提交
  21. 24 10月, 2019 1 次提交
  22. 16 10月, 2019 1 次提交
  23. 15 10月, 2019 1 次提交
  24. 11 10月, 2019 2 次提交
  25. 24 9月, 2019 2 次提交
  26. 07 9月, 2019 1 次提交
  27. 29 6月, 2019 1 次提交
  28. 19 6月, 2019 1 次提交
  29. 24 1月, 2019 1 次提交
    • S
      Workbench Grid Layout Behind flag (#63066) · c45d91d9
      SteVen Batten 提交于
      * partially functioning grid view
      
      * lots of toggling behavior and editor restore
      
      * dimension changes
      
      * restore layout and fix titlebar
      
      * fix view dimensions on toggle/move
      
      * increase timeout for debug config
      
      * undo unnecessary changes to CSS
      
      * put grid layout behind setting
      
      * fix strict null checks
      
      * address code comments from @bpasero
      
      * changing key name
      c45d91d9
  30. 11 12月, 2018 1 次提交
  31. 05 12月, 2018 1 次提交
  32. 08 10月, 2018 1 次提交
    • A
      Add border for dirty tabs (#59759) · e891e2f3
      Alexander 提交于
      * Theming for dirty tabs
      
      * Improve border for dirty tabs
      1. Make it thinner
      2. Add a setting to disable it
      3. Use 4 colors (activeFocused, activeUnfocused, inactiveFocused, inactiveUnfocused)
      4. Move part of logic
      
      * Hot apply of setting `dirtyTabBorder`
      
      * Rename the setting
      
      * Add default dirty border for all themes
      
      * 3 of the 4 colors should be derived from the one main color
      
      * Rename `dirty` to `modified`
      
      * Rename `modifiedActiveFocusedBorder` to `modifiedBorder`
      
      * Add modified border color for built-in themes
      
      * More contrast
      
      * Applying style directly on element
      
      * Changing only color
      
      * Using full border
      
      * Using existing div for border styling
      
      * Add setting to telemetry
      
      * Uncomment cleanup code
      
      * tweak colors and descriptions
      
      * 💄
      e891e2f3