Menu

Can't manage inc file as HTML

pxx
2008-12-24
2012-11-13
  • pxx

    pxx - 2008-12-24

    I need to handle all .inc files as HTML language files. I've added User ext for HTML in Style configurator, but it can't override default .inc extension for Pascal. So every opened .inc file handled as Pascal language file and I need to change language manually every time. Is it possible to do what I need and how?

     
    • Anonymous

      Anonymous - 2009-01-05

      I was also looking for a solution to this and figured out how to do it. Open langs.xml in C:\Program Files\Notepad++\ (or wherever you installed N++) and search for "pascal." The second result should be the line containing Pascal's default extensions. Remove "inc," reopen N++, set "inc" as an HTML user extension once more and you're all done.