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
Post a Comment