Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Text at start of line breaks code folding #3442

@postcasio

Description

@postcasio

Using the following PHP file:

<?php

class Test {
    public function test() {
//      breaks folding
    }
}

Attempting to fold the class results in a fold up to the comment.
screen shot 2014-09-03 at 15 34 54

screen shot 2014-09-03 at 15 37 58

It seems like using any character other than whitespace at the start of the line will cause the fold to break.

Atom 0.124.0 in safe mode, btw.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions