using emmet getting unknown exception
-
tried to use emmet to get html elements
typed in html>(head+body)-------->emmet----->expand abbrevations
this should have given me
<html>
<head></head><body></body>
</html>
instead i got unknown exception which further said that" python script plugin did not accept the script".WHAT AM I DOING WRONG -
I assume you have an old python script plugin. Current version is 1.0.8.0.
Cheers
Claudia -
Thanks Caudia . It worked, downloaded from Sourceforge. I have the latest version of notepad++. Wounder why some one did not update the script if it was not working with
emmet.
Thanks