Hey all,
I am trying to find a way to take the syntax highlighted text from N++ and then open it within say MS Word. I have found the plugin NppExport which can save the highlighted text to a rtf file. But it seems N++'s macros are not able to really utilize it. Any suggestions to automate this process? Thanks!
Basic steps are 1) call "Export to RTF" 2) Save to ${FULL_PATH_NAME}.RTF 3) open the RTF file 3) Open MS word
Note: I have 4 figured out using
"C:\Program Files\Microsoft Office\Office12\Winword.exe" /f "$(FULL_CURRENT_PATH)"