Would it be difficult to add an option to TextFX plugin like "Don't convert line breaks to <br/>"? For example, when I want to build up html structure I type
<html>
press enter and TextFX writes:
<html><br/>
Further Improvement: Line breaks should only be autoconverted if I hold down SHIFT. So normal ENTER would do a "standard" line break and SHIFT+ENTER would create a <br/>-Tag.
Another suggestion: It would be a GREAT feature if autoclosing of HTML-Tags would be also available for PHP, is this possible? On the other hand, autoclosing of braces unfortunately doesn't work when language is set to HTML.
And finally a mistake (don't know if someone already spotted this): If I check "autoclose tags" and then check "autoconvert to html entities" as well, autoclosing of tags doesn't work anymore.
Can anyone handle this??
Correction of this few things would be really great, for Notepad++ would become much more comfortable for webdesigners, especially for coders like me.
Btw: Is there a way to open the "STRG+SPACE-List" for autocompletion automatically when I want to add some attributes to a tag? For example, when typing CSS?
Best regards
Dominik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I've got a question:
Would it be difficult to add an option to TextFX plugin like "Don't convert line breaks to <br/>"? For example, when I want to build up html structure I type
<html>
press enter and TextFX writes:
<html><br/>
Further Improvement: Line breaks should only be autoconverted if I hold down SHIFT. So normal ENTER would do a "standard" line break and SHIFT+ENTER would create a <br/>-Tag.
Another suggestion: It would be a GREAT feature if autoclosing of HTML-Tags would be also available for PHP, is this possible? On the other hand, autoclosing of braces unfortunately doesn't work when language is set to HTML.
And finally a mistake (don't know if someone already spotted this): If I check "autoclose tags" and then check "autoconvert to html entities" as well, autoclosing of tags doesn't work anymore.
Can anyone handle this??
Correction of this few things would be really great, for Notepad++ would become much more comfortable for webdesigners, especially for coders like me.
Btw: Is there a way to open the "STRG+SPACE-List" for autocompletion automatically when I want to add some attributes to a tag? For example, when typing CSS?
Best regards
Dominik
Those improvements of the plugin would be very useful, can anybody do this and help us web workers out here? :-)
Tom