Looking for Text Masking Logic in N++
-
Hi, I’m on the hunt to understand how Notepad++ masks text before copying it into config.xml. Especially for Find and Replace, there can be special characters like line breaks, tabs, etc. These will be masked by

etc.I want to understand how Notepad++ does this, especially which characters it looks for in these types of text. I was digging through the code but ultimately couldn’t find the function responsible for this. My only guess is that
reinterpret_castmight be involved, but I was not able to locate the code for that.I guess others might have a better idea where the magic happen.
-
I’m not sure, but I assume you are looking for TinyXML.
-
@Ekopalypse said in Looking for Text Masking Logic in N++:
I’m not sure, but I assume you are looking for TinyXML .
Yes, this was the part i was looking for.
PutStringis translating the special characters. This helps me a lot! Thanks!
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