brackets-indent-softwraps icon indicating copy to clipboard operation
brackets-indent-softwraps copied to clipboard

Extra indent for softwrapped line?

Open thybzi opened this issue 10 years ago • 1 comments

On softwraps, I'd like to have an option to replace default indent mode:

    <p>Lorem ipsum dolor sit amet, consectetur adipisicing |
    elit, sed do eiusmod tempor incididunt ut labore et    |
    dolore magna aliqua.</p>                               |
    <p>Ut enim ad minim veniam, quis nostrud exercitation  |
    <strong>ullamco laboris</strong> nisi ut aliquip ex ea |
    commodo consequat.</p>                                 |

...with such one (more visually convenient and inline hierarchy friendly):

    <p>Lorem ipsum dolor sit amet, consectetur adipisicing |
        elit, sed do eiusmod tempor incididunt ut labore et|
        dolore magna aliqua.</p>                           |
    <p>Ut enim ad minim veniam, quis nostrud exercitation  |
        <strong>ullamco laboris</strong> nisi ut aliquip ex|
        ea commodo consequat.</p>                          |

I.e., an option to add one more indent level to softwrapped line.

thybzi avatar Jul 12 '15 05:07 thybzi

Hello, Evgeni. There is also #10 with almost the exact same request. And, unfortunately, I still have no spare time to implement this, and not familiar enough with Brackets API to properly implement a menu and settings.

If you feel capable, please fork the repo and implement this functionality - I gave some tips on how to do this in #10.

scriptin avatar Jul 12 '15 12:07 scriptin