We removed the statusbar which is used to display the maven import.
Initial intent
The status bar in its Che5 form is used only for maven project and it is rarely active. The information displayed in is important, but we must always look at how we can optimize the use of the space on the screen.
We removed it in order to better use the space available on the screen but without implementing the replacement solution. The users who are not doing a maven project are loosing 20px.
Restore statusbar
As we removed the statusbar but without having a replacement solution, we need to restore the statusbar, for immediate fix of #7210. But we need to think about how we can better display those information. #7313
BTW Che's actions have:
Maybe we could use the statusbar for displaying those descriptions on mouse hovering on an action.
For example, how it looks in IDEA:

Created another issue related to the api of status panel: https://github.com/eclipse/che/issues/7586
Most helpful comment
BTW Che's actions have:
Maybe we could use the statusbar for displaying those descriptions on mouse hovering on an action.
For example, how it looks in IDEA:
