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

scriptin/brackets-indent-softwraps

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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