SeanCline/Npp-VS2012-Dark

Load stylers.xml failed!

Closed this issue · 2 comments

I followed the instructions but got the error "Load stylers.xml failed!"
I am using npp 6.5.5.

This is the message the Notepad++ displays when it cannot parse the XML for the current style. Confusing message, eh?

(It's done in NppParameters::load() in Parameters.cpp, in case you are curious.)

I would guess that the style was either corrupted during download or you didn't download the raw version of the style so it has Github's HTML around it. Open your copy of %PROGRAMFILES%\Notepad++\themes and see how it compares to https://raw.github.com/SeanCline/Npp-VS2012-Dark/master/VS2012-Dark.xml .

Let me know what you find. If that is the problem, I may have to clear up the installation instructions.

That's it. Github added its HTML. I copy pasted the contents of the file from the link above, and it now works. Thank you.