You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: