Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other NOTEPAD++ Re: NOTEPAD++

#84259
radiumv
Member

Zen Coding.

type:

html:5

Then press Ctrl+e.
Result:










And your cursor will be in the body.

Try this:

div>div>ul>li*4>a>img+span

and hit Ctrl+e.

Here’s what your result will expand to:










Your cursor will be in the quotes of the first href=”” and you can use ctrl+alt+} to jump the cursor to the next spot to edit, which would be the src of the img.

Hope this helps.