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 (18,676 stars) (2,478 forks)batch import
bughelp wantedshell

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