Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #1278: implemented tab bar decorator & supported error marker in editor tabs #5845

Merged
merged 1 commit into from
Aug 22, 2019

Commits on Aug 22, 2019

  1. Fixed eclipse-theia#1278: implemented tab bar decorator & supported e…

    …rror marker in editor tabs
    
    - Implemented `TabBarDecorator` that provides tabs with decorations, similar to what we already had for tree nodes.
    - Supported diagnostic problem markers (error, warning, ...) in editor tabs in the main area. Tabs in side bars can be decorated as well in the future using the same code.
    - Refactored `TreeDecoration` to a more generic `NodeDecoration`, which is currently used for decorating tree nodes and tabbar tabs.
    
    Signed-off-by: fangnx <naxin.fang@ericsson.com>
    fangnx committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f681ae7 View commit details
    Browse the repository at this point in the history