Change symbol for whitespace highlight
-
Hello all,
is it possible to change symbols (or its font) used for whitespace highlighting?
My problem is, that middle dot (which represent space) is so small that I have sometimes problem to notice it. I would like to have it bigger. And unlike text, it’s size doesn’t seem to change when zooming in.
Thank you -
if you have a plugin installed, which could manipulate the scintilla editor,
like python script, lua script, nppexec,… you could use the message
SCI_SETWHITESPACESIZE(int size) to make it bigger.e.g editor.setWhitespaceSize(3) (python)
Cheers
Claudia
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login