Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorVlad
    • CommentTimeJan 24th 2007
     permalink

    I’m not quite sure about is it a bug or a feature.
    In the following code I have to remove all these spaces to make code clearer. Place your cursor i.e. after the 4th character (doesn’t really matter). Press Ctrl-Del and characters before the cursor also will be deleted.
    <div id="wrapper"> <div class="content-main"> <p>Lorem ipsum dolor.</p> </div> </div> <div class="content-primary"> <p>Lorem ipsum dolor.</p> </div>

    • CommentAuthorBrendonKoz
    • CommentTimeJan 24th 2007
     permalink

    I think it is removing too many characters – it seems to not be discovering word boundaries well enough.

    Example used from above. I removed the words “class” and “content” from the 2nd line. My cursor was now placed between the ‘-’ character and the double quote character. It removed the space (between the DIV and where class used to be), the =, the “, and the – character. So…it’s removing all non-word characters. How to solve this though? No idea… Perhaps would boundaries, unless similar characters (”“), should not be removed and only remove singularly?
    ="-