tbh1 / sublime-notes

A syntax designed to bring syntax highlighting to every day note taking.
76 stars 18 forks source link

Error in console at start notes #12

Closed rybarova closed 8 years ago

rybarova commented 8 years ago

When I start notes I take two errors in my console. Can u help me fixt it? Thank you for your time nad nice package.

Error loading scope:text.xml.xsl: Unable to find syntax file for scope text.xml.xsl in Packages/Notes/notes.tmLanguage Error loading scope:source.postscript: Unable to find syntax file for scope source.postscript in Packages/Notes/notes.tmLanguage

tbh1 commented 8 years ago

It sounds like this is created by conflicting syntax plugins. Are you using any XML or postscript plugins? Do you have anything listed in your ignored_packages?

rybarova commented 8 years ago

Thank you for superfast reply. I have ignored only "Vintage". I have Sublime text 3 portable version: 3103 on windows 10 x64. When I download clear sublime and download only your package "notes" problem/error is back. So I have problem/errors too without xml or postscript plugins. Do you have plan how I can fix it? Sorry for my bad english. I hope you understeand.

tbh1 commented 8 years ago

Did some digging around -- looks like the XSL syntax was removed from default packages. Postscript is referenced from the default Perl package, which is a sublime bug. You can see this by opening a fresh sublime instance and changing to Perl syntax.

I'll remove XSL support, but I'm afraid there isn't much I can do about postscript other than dropping perl support. It shouldn't affect normal use.

rybarova commented 8 years ago

Thank you for your time. So these errors with postscript I can ignore?

Error loading scope:source.postscript: Unable to find syntax file for scope source.postscript in Packages/Notes/notes.tmLanguage
Error loading scope:source.postscript: Unable to find syntax file for scope source.postscript in Packages/Notes/tnotes.tmLanguage

That's only warning but normal using is not affected? Do you have any idea how I can repair this bug with default Perl package? On Google i can't find something useful. Probably now I must turn to ST3 support? Anyway thank you for your time and package.

rybarova commented 8 years ago

Here is solution: https://forum.sublimetext.com/t/error-loading-scope-postscript/19622

Download https://github.com/textmate/postscript.tmbundle/blob/master/Syntaxes/Postscript.tmLanguage and give this file in here: Sublime:\Data\Packages\User\

Now I have Notes without error. Thank you for your time and sorry for abusing.