View Ticket
Not logged in
Ticket Hash: 689eef6cee985411f86242d68de226b157ccb4f5
Title: Encode entities - encode CRLF
Status: Fixed Type: Feature_Request
Severity: Minor Priority: Medium
Subsystem: Entity replacement Resolution: Fixed
Last Modified: 2017-09-04 17:53:53
Version Found In: v1.0.0
User Comments:
anonymous added on 2017-08-09 07:18:49: (text/x-fossil-plain)
Current behaviour in relation to CRLF (
):
- Decode entities - decodes 
 to CRLF
- Encode entities - doesn't encode CRLF to 


Requested behaviour:
- Encode CRLF as 
 (can be optional)

I understand that this might not suite to everyone, so may be implement this as an option in plugin menu? I mean Yes/No switch "Encode CR/LF"

And... Thank you for great plugin. :-)

tinus added on 2017-09-04 17:53:53: (text/x-fossil-plain)
I've included it as a separate option. If you want, you can assign a shortcut key to it using Notepad++'s shortcut mapper.

Fixed in [6449b6608c], released in [v1.1.0].