I'm trying to use Notepad++ for RTF files. I want Notepad to display RTF files correctly. Being able to edit and save is less important. Clearly, Notepad can open and display RTF as plain ASCII, so all the control sequences are shown as characters. This is not what I wanted.
I've found two XML plugins: RichText-RTF_byFrankRalf and userDefineLang_RTF and imported them by navigating in Notepad via Language->User Defined Language->Define your language->Import. Both imports were successful. But I can hardly see any effect of this. Well, some control sequences are now shown in color, but still as ASCII characters. I would like Notepad to execute the control sequences and display the file like WordPad or Word.
Is there no better implementation of RTF for Notepad++ ?