I am interested in formatting C++ code. I hate to make the reference, but in MS Visual C++, it is possible to selection some text, then choose "format selection" and the editor will automatically reformat the text into the C++ style. How do I do this with N++?
Thanks,
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, there's a pretty-print reformatting possible with TextFX > TextFX HTML Tidy, although you'll need to search for info on setting it up to give you what you want. Search this forum and the link given in the menuitem "Visit HTML Tidy SourceForge website".
I am interested in formatting C++ code. I hate to make the reference, but in MS Visual C++, it is possible to selection some text, then choose "format selection" and the editor will automatically reformat the text into the C++ style. How do I do this with N++?
Thanks,
Joe
I want to know this as well, thanks!
If you mean autoindent for selected code select "TextFX->TextFX Edit->Reindent C++ code".
Best Regards
Jens
is this possible for XML, too?
Well, there's a pretty-print reformatting possible with TextFX > TextFX HTML Tidy, although you'll need to search for info on setting it up to give you what you want. Search this forum and the link given in the menuitem "Visit HTML Tidy SourceForge website".
Also consider the XML Tools plugin by Nicolas Crittin: http://notepad-plus.sourceforge.net/uk/download.php
Thanks for the tip. I'm using the XML Tools plugin now: it works like a charm!