How to select multiple vertical characters in Notepad++ -
i have following setup (but 30 li items) in notepad++
<ol> <li>1. test1</li> <li>2. test2</li> <li>3. test3</li> <li>4. test4</li> <li>5. test5</li> <li>6. test6</li> <li>7. test7</li> </ol>
but want replace first 3 characters after each <li>
item looks this...
<ol> <li>test1</li> <li>test2</li> <li>test3</li> <li>test4</li> <li>test5</li> <li>test6</li> <li>test7</li> </ol>
is possible with ui tools in notepad++? or have manually go hand , fix html page...
thanks advice!
hey there why don't use column edition :) it's pretty easy :)
it's alt + click drag column want :)
here link : http://notepad-plus-plus.org/features/column-mode-editing.html
Comments
Post a Comment