eclipse-theia/theia

Status bar items should have length limit

Open

#5,925 opened on Aug 13, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)TypeScript (2,478 forks)batch import
bughelp wantedshell

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

Description

Now items in status bar don't have any limitation in length. If an item displays long line of text it will gone over right border and hide all the status bar items to the right of current one (left and right aligned ones, including Toggle Bottom Panel button).

On the screen below one left aligned item is gone as Toggle Bottom Panel does. java-ls

Reproduction Steps

Just add an item into status bar with a lot of text

Contributor guide