Log in

View Full Version : Resolved Help with using notepad++



ajfmrf
02-01-2012, 09:05 PM
If anyone is familar with notepad++ can you tell me if using it you can change text color ?

I have a txt file and want to change color of parts of it .

traq
02-01-2012, 09:44 PM
yes and no -

Notepad++ is a plain text editor, so it can not change the formatting of the document.

It can highlight text according to different rules (such as programming language syntax). This will only affect how the text is displayed in Notepad++; the formatting is not saved with the file.

ajfmrf
02-02-2012, 02:10 AM
Thanks traq-appreciate the quick response

rususorinvick
02-24-2012, 08:33 AM
if you want to color different parts of a text field, you will need to use a more advanced text editor, like windows' wordpad, but then you have to save the file as RTF (rich text format).