You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
On softwraps, I'd like to have an option to replace default indent mode:
...with such one (more visually convenient and inline hierarchy friendly):
I.e., an option to add one more indent level to softwrapped line.
The text was updated successfully, but these errors were encountered: