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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 å &aulm; o¨ 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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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 å &aulm; o¨ 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