roaddkill
3 discussion posts
Is there a method to add carriage return/line feed in the text replace mode? ie: Change 'ABC' to 'ABC CR/LF'
Sorry, there currently isn't a way to do this. I'll add this functionality into the next release (2.0.1). Thanks!
roaddkill
3 discussion posts
Awesome! Thanks Jon. I'm currently using a multi-step process in a hex editor to perform this task. I have the need to do this about a dozen times a week - the ability to automate this with a clipboard is quite appealing.
roaddkill
3 discussion posts
The special characters function is straightfoward and easy to use. However for newline it is only providing hex '0A'. Would it be possible to make this a complete CR/LF sequence? ie: '0D' '0A'
Thanks,
Steve