Wednesday, August 24, 2011

QML in NotePad++

Here is a little file that enables syntax highlighting in the NotePadd++ editor for Windows.
Just copy the content into your APPDATA\Notepad++\userDefineLang.xml or simply create it if it isn't there. If you create it, make sure to firstly write
<NotepadPlus> </NotepadPlus>
and the content between those two brackets (please consider the case sensitivity).
Here's a little screenshot programming QML in Notepad++:

7 comments:

  1. Nice blog having nice information. some times we ignore this sort of things & also suffer a lot as well.
    Free softwares

    ReplyDelete
    Replies
    1. Thank you. I really appreciate it :)

      cheers

      Delete
  2. I'm running Notepad++ v6.2.2 on Windows 7. It seems like the format has changed.
    Possibly this is the target file?
    C:\Users\myusername\AppData\Roaming\Notepad++\langs.xml
    Any ideas?

    ReplyDelete
    Replies
    1. I will check it out on my windows 7 machine. Is Np++ 6.2.2 the latest version?

      Delete
    2. Great! There is 6.2.3 now:
      http://notepad-plus-plus.org/download

      Delete