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

Modified tabs are no longer highlighted #21

Open
dgmstuart opened this issue Mar 18, 2015 · 1 comment
Open

Modified tabs are no longer highlighted #21

dgmstuart opened this issue Mar 18, 2015 · 1 comment

Comments

@dgmstuart
Copy link

I've been using brogrammer for years, and noticed the other day that it's no longer showing the modified tab circle when there are unsaved changes.

I don't think I've changed anything relevant (my sublime settings are managed in git and I've stashed all my uncommitted changes)

I've tried restarting and switching out different themes (highlighted tabs works in those), and putting the line explicitly in my user settings: "highlight_modified_tabs": true,

Is there any kind of log output or test that I can do to help diagnose this issue?

@desdemcmxcii
Copy link

Also experiencing this issue. Temp workaround for me was to remove the previous animation with a still png in the Brogrammer.sublime-theme. Line 90.

// Tab dirty button
    {
        "class": "tab_close_button",
        "parents": [{"class": "tab_control","attributes": ["dirty"]}],
        "layer0.texture": "Theme - Brogrammer/Brogrammer/circle.png",
        "layer0.opacity": 1,
        "layer0.tint": [231,76,60]

        // "layer0.texture": {
        //     "keyframes":
        //     [
        //         "Theme - Brogrammer/Brogrammer/circleanim.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim2.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim3.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim4.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim5.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim6.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim5.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim4.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim3.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim2.png",
        //         "Theme - Brogrammer/Brogrammer/circleanim.png"
        //     ],
        //     "loop": true,
        //     "frame_time": 0.100
        // },
        // "layer0.opacity": 1
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants