Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Code folding not working well with multi-line-attributes tag in html #11356

@liuxiaole

Description

@liuxiaole

Steps to repro:

Write some HTML like below:

<div title="very long content
with 
line breaks">
    <p>abcdefghijk</p>
</div>

or

<div data-options="some options"
     data-tips="some tips">
    <p>abcdefghijklmn</p>
</div>

Fold the <div> tag and then unfold it. Now if you'd like to fold this tag again, you'll find that it doesn't work.

OS: Mac OS X 10.10.3 & Windows 7
BracketsVersion: 1.3.0-16022

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions