NotepadNext
NotepadNext copied to clipboard
Issue with Search Replace
It could be an "operator error" but I spent some time making sure I was doing things correctly. Keep in mind:
- I am running latest version of Manjaro, so not straight Arch.
- I could be doing something wrong.
I ended up trying to edit a KMZ file.
I wanted to remove all coordinates from areas.
Example: <coordinates>39.00003,-81.00345</coordinates>
**The above from memory.
So to search I expect to FIND / REPLACE with searching for:
<coordinates>*</coordinates>
or
<coordinates>.*</coordinates>
or
<coordinates>.+</coordinates>
...none of these worked regardless of settings.
Only searching for just the <coordinates> portion would find hits.
I hope this helps and is not a rabbit trail. I woudl love to use NPN for doing this kind of thing in the future!
FYI I tweaked your post to show the XML tags...GitHub was discarding those.
My initial quick test shows it is working correctly.

Do you have other options selected on the dialog?
If that still doesn't work can you post the first 10ish lines or so from the Help > Debug Log panel?