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

Brackets editor extension: indent lines with softwraps properly (NOT SUPPORTED SINCE BRACKETS 1.6)

Notifications You must be signed in to change notification settings

scriptin/brackets-indent-softwraps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: this project is no longer supported, because the feature is implemented in Brackets 1.6

When you have a very long line it looks like this by dafault in Brackets editor:

1 line with no indentation                                       |
2     long line with indentation long line with indentation long | <- soft wrap
  line with indentation                                          |
3 another line                                                   |

Notice how line #2 is not indented after softwrap. This extension makes it look like this:

1 line with no indentation                                       |
2     long line with indentation long line with indentation long |
      line with indentation                                      |
3 another line                                                   |

About

Brackets editor extension: indent lines with softwraps properly (NOT SUPPORTED SINCE BRACKETS 1.6)

Resources

Stars

Watchers

Forks

Packages

No packages published