Does anyone know how to copy and paste some code into Notepad++ and preserve all the styles and colors of the pasted text?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Plain text does not have formatting.
What you are asking for is not possible.
If you mean that you are seeing colors/styles in one IDE, that’s because the IDE “understands” the format and shows your the text in colors. This doesn’t mean that the text itself has associated color.
Notepad++ has syntax highlighting for many languages/formats – select the appropriate one from the
Languagemenu.Some document formats do have color/styles (exmaples: RTF, HTML).