xml - notepad++ snippets and newline -


i'm trying set perl snippets notepad++ plugin (snippetplus) , want able have \n in code snippet rather creating new line in perl code.

eg

snippet name print /name desc print " \n"; /desc /snippet 

gives me

print " "; 

when want

print " \n"; 

any bright ideas gladly received

cheers


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -