![]() |
how to install notepad++ so the stupid colors change - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +--- Thread: how to install notepad++ so the stupid colors change (/thread-19872.html) |
how to install notepad++ so the stupid colors change - reper1210 - 01-10-2013 can't get it to work so i'm pretty much hopeless when it comes to anything. don't copy and paste that 4 lines of w/e on the website, it doesn't help me any. i dragged the hps into the api folder, changed all the settings in the notepad++ settings/preferences area correctly and did w/e else it told me, so now what? RE: how to install notepad++ so the stupid colors change - xxxxxxxxxxxxxxxx - 01-10-2013 I think the colors and other helpers in notepad ++ depend on the language you're writing your code in (C#, C++, etc...). It doesn't recognize a .hps file as a known language, so it doesn't know what to do with it color-wise. If you save your .hps file as a different file type (for example .cs), you should see colors and rollouts and stuff. Just don't forget to change it back to .hps before using it in your Custom story! ![]() RE: how to install notepad++ so the stupid colors change - jens - 01-10-2013 or simply add .hps as an extension for c/c++ color coding, which you can you do in the style configurator. RE: how to install notepad++ so the stupid colors change - stokesie95 - 01-10-2013 you can download sublime which i believe is better than notepad ++ and you can colour it the way you want by going view--->Syntax------>ActionScript RE: how to install notepad++ so the stupid colors change - reper1210 - 01-10-2013 (01-10-2013, 12:50 PM)jens Wrote: or simply add .hps as an extension for c/c++ color coding, which you can you do in the style configurator. simple isn't as simple for me, i went to style configurator and clicked on everything and there is no way to add anything to that page. RE: how to install notepad++ so the stupid colors change - Adrianis - 01-10-2013 Ok just go to the 'Language' menu on the top bar, go to C, then select C++ |