Menu

Autocompletion HTML-Tags - line-break

2007-07-03
2012-11-13
  • Nobody/Anonymous

    Hi,

    I'm using Notepad++ for a few days and I've a question to autocompletion:
    In menu TextFX there is a submenu TextFXSettings, where I checked +Autoclose XHTML/XML <Tag>, so every written html-tag will be closed.
    That's very fine but everytime I do a line-break with 'Enter'-key Notepad++ makes a <br />, it is really bothersome to delete the <br />'s again.
    Could I switch it somewhere off?
    I want only to complete html-tags but not that every press on the enter-key causes a <br />.

    greetings leenie

     
    • Nobody/Anonymous

      Just posted about the same problem but when I read your post I figured it out

      It's not the +Autoclose XHTML/XML <Tag> option that makes the </ br> autocompletions,
      it's the +Autoconvert typed HTML/XML to &entities; that makes them.

      This works imo the wrong way around, at least for scandinavian characters as it doesn't
      converts å, ä, ö to &aring; &aulm; o&uml; respectively. All it seems to do is fill
      in a </ br> tag when pressing the enter-key wich imo is a really stupid and unnecessary feature