CodeRibbon / CodeRibbon-Theia

(WIP) Theia Extension implementing the CodeRibbon workspace
22 stars 1 forks source link

RibbonPanel to succeed both DockPanel and TheiaDockPanel functions #5

Closed robobenklein closed 2 years ago

robobenklein commented 2 years ago

RibbonPanel needs to implement or stub all missing features from TheiaDockPanel and DockPanel, while it it self extends BoxPanel, which unfortunately is mostly incompatible with DockPanel layouting.

robobenklein commented 2 years ago

wip #6