View Ticket
Not logged in
2017-09-04
17:53 Fixed ticket [689eef6cee]: Encode entities - encode CRLF plus 4 other changes artifact: 8956aa2f89 user: tinus
17:40
Implemented request [689eef6cee]: also encode CRLFs upon request. check-in: 6449b6608c user: tinus tags: trunk
2017-08-09
15:24 Verified ticket [689eef6cee]: Encode entities - encode CRLF plus 5 other changes artifact: eacaa13c11 user: tinus
07:18 New ticket [689eef6cee]. artifact: 89158a80e4 user: anonymous

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:
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:
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].