Lack of interest Make Template Modifications whitespace tolerant

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Kirby

Well-known member
It might be just me, but often a simple replacement is sufficient.

However, if users modify templates they quite often mess with whitespaces/newlines which could easily (and unnecessarily) break template modifications.

Of course it would be possible to create every modification as a whitespace-ignore regex, but that seems painful - and doesn't quite make the modifaction readable ;)

It would therefore be nice if simple replacements would internally be processed as whitespace-tolerant regexes.
This is what I did in TMS for vBulletin and I never had a single issue because of that.
 
Last edited:
Upvote 1
This suggestion has been closed. Votes are no longer accepted.
Top Bottom