Notepad++: I want to highlight questions in multiple colors?

I've written a script in Notepad++, and I want to highlight individual lines based on who is speaking. I'm just trying to find a place where I can change text color or background color for individual lines. Is there anything built into Notepad++ that does that?

2 Answers

The current solution I'm using:

  1. Drop-down: View->User Defined Languages
  2. Create keyword (character's indicator).
  3. Change the background color.

It highlight's the character's name in other places in the text, though. An undesired but unobtrusive side-effect. No highlight feature I can find, unfortunately.

1

1.Select the text you want to highlight

  1. Right click on it

  2. Go to 'Style Token' and select any style

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like