Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Extra indent for softwrapped line? #12

Open
thybzi opened this issue Jul 12, 2015 · 1 comment
Open

Extra indent for softwrapped line? #12

thybzi opened this issue Jul 12, 2015 · 1 comment

Comments

@thybzi
Copy link

thybzi commented Jul 12, 2015

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.

@scriptin
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants