 asdruble
Member
|
Ive searched for, but havent found any post of this o the forum.
Anywayz, the thing is that, in HTML + ASP development, if i have this kind of code:
HTML
<%aspCode 'aspComment %>
MORE HTML
pNotepad will render the ASP closing tag "%>" as a comment and will not understand that the ASP has been closed, marking up the rest of HTML, JS, CSS or whatever in ASP Schema.
Is there a way around this (except for breaking line, of course)?
I dont remember this having been always like this in much older versions.
BTW, i would like to make a suggestion (though i know here’s not the place) to make CTRL+D duplicate a selected block, instead of only one line!
|
 Nux
Member
|
I believe this is not a bug on PN side – you shouldn’t use inline comments in such context as inline comments usually mean: start comment from some character and stop at the end of line. This is how it works in most processors I know.
|