eclipse-theia/theia

ui: better support for icons in sidepanels

オープン

#9,061 opened on 2021/02/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (2,478 件のフォーク)batch import
editorhelp wantedmarkersui/ux

Repository metrics

Stars
 (18,676 個のスター)
PR merge metrics
 (平均マージ 15d 4h) (30d で 75 merged PRs)

説明

Bug Description:

The goal is to have better (more uniform) support for icons present in the sidepanels, namely for docked editors. Currently, when problems.decorations.tabbar.enabled is enabled, editors with warnings or errors are not displayed correctly or consistently for different file-icon themes:

theia icon Screenshot_2021-02-12_11-01-47

none: (https://github.com/eclipse-theia/theia/issues/7038) Screenshot_2021-02-12_11-02-21

seti: Screenshot_2021-02-12_11-02-36

Steps to Reproduce:

  1. start the application and make sure that problems.decorations.tabbar.enabled is enabled
  2. open a json editor, create error markers and dock the editor in the sidepanel
  3. change the file-icon theme (F1 + Preferences: File Icon Theme)

コントリビューターガイド