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

Does not work on with ST3 build 3059? #97

Open
markcol opened this issue Feb 15, 2014 · 12 comments
Open

Does not work on with ST3 build 3059? #97

markcol opened this issue Feb 15, 2014 · 12 comments

Comments

@markcol
Copy link

markcol commented Feb 15, 2014

I installed the package and there were a number of rendering issues:

  • Sidebar data wasn't displayed
  • Command palette was missing background, and other formatting
  • Tab text missing or corrupted
  • Tab outlines missing

There may have been others, as well, bit it was clearly not working as expected, and was not usable.

To ensure that it was not a conflict with other packages, I reproduced the behavior by:

  • Remove the "~/Library/Application Support/Sublime Text 3" folder
  • Remove the ST3 application
  • Empty trash
  • Reboot machine
  • Install ST3 build 3059
  • Installed Package Control using ST3 directions on site
  • Restart ST3 per Package Control instructions
  • Install Flatland using Package Control
  • Add Flatland theme and color scheme to user preferences
  • Save and restart ST3

The results were the same.

@aapis
Copy link
Collaborator

aapis commented Feb 16, 2014

Can you provide a screenshot? Sounds like there's a syntax error in the .sublime-theme file. If there are any errors in the console, post them as well.

@baruica
Copy link
Contributor

baruica commented Feb 21, 2014

@markcol have you still having this issue? If not could you please close this issue?

@cmisura
Copy link

cmisura commented Feb 25, 2014

I'm having the same issue— build 3059.

@daymun
Copy link

daymun commented Feb 25, 2014

Also having this issue with build 3059.

1 similar comment
@francissirois
Copy link

Also having this issue with build 3059.

@dylansmith
Copy link

Same here with issues on 3059. Found the theme was listed in my "ignored_packages" in user prefs. Removing it from there solved the issue.

@Zinggi
Copy link

Zinggi commented Mar 3, 2014

+1

@pablofierro
Copy link

I'm having issues with build 3059 as well, here's a screenshot of the issue:
screen shot 2014-03-19 at 9 36 51 am

@sleeve
Copy link

sleeve commented Mar 19, 2014

I've seen that issue off and on for the past couple of months on ST3. Could never track it down though. Had to uninstall and reinstall Flatland once to get it fixed. The last few times it has seemed to resolve itself though. I'll try to grab the console log the next time it happens.

@aapis
Copy link
Collaborator

aapis commented Mar 20, 2014

@pablofierro Looks like a syntax error in the .sublime-theme file. I see it a lot when I'm making theme edits and forget a comma or closing bracket. That weird pattern seems to be the default image for everything. If that's the case the console will tell you that there was an error processing the theme file.

To confirm this you could try removing all comments and then running it through JSON Lint to see if there are any obvious errors.

@fserb
Copy link

fserb commented Jun 3, 2014

Tried that with cat Flatland\ Dark.sublime-theme | sed 's://.*$::g' | xclip and sending it to JSON Lint. It passed fine. Still getting the same behavior as everyone in the thread.

@nathany
Copy link

nathany commented Oct 10, 2014

Ran into this issue when upgrading from Sublime Text 3064 (dev) to 3065. As @dylansmith pointed out, Flatland Dark was added to ignored packages. (I've ran into this in the past as well, but I always forget to check ignored packages)

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