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

Invalid plist format #12

Closed
casperploug opened this issue Feb 22, 2013 · 3 comments
Closed

Invalid plist format #12

casperploug opened this issue Feb 22, 2013 · 3 comments

Comments

@casperploug
Copy link

Upon saving this theme, Notebook and downloading it, it's rendered invalid by Sublime Text 2 (Mac OS X 10.8), with the following ambiguous error message:
Error loading colour scheme Packages/Color Scheme - Default/Notebook.tmtheme: Unrecognised plist element key

The content of Notebook.ththeme can be seen here, nkntoivgxgkq4em5isx9qw

EDIT:
I've narrowed it down to keyword -> bold. If I set keyword to bold it fails, if I don't, it's fine. As illustrated here, line 137.
This sheds some light on the previous version, line 136 where "background" is no value (but is present).

I should also note there's a HTML char error, writing '/' as '/', so perhabs the error is in the client side javascript (perhabs aborting a function before character encoding?)

Javascript fails here: editor_controller.js:66 Error: Unknown Error, but I don't know the caller (couldn't reproduce).

@0X1A
Copy link

0X1A commented Feb 25, 2013

I'm having the same issue even when not setting to bold

@0X1A
Copy link

0X1A commented Mar 3, 2013

Changing the plist to:

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

worked for me.

@aziz
Copy link
Owner

aziz commented Apr 30, 2013

Fixed this in the latest commit.

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

3 participants