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 was archived by the owner on Dec 15, 2022. It is now read-only.
When I fold all, it leaves the <?xml-stylesheet> unfolded, and everything after that line is folded under it. In the first screenshot you can see that everything between two such echo tasks was folder under the first <?xml-stylesheet>. In the second you can see the and the first <?xml-stylesheet> unfolded.
My original submission I thought it was from the <?xml ...?> elements but it turned out to be any multi-line text value.
I originally filed this as atom/atom#7934 and was told to refile it here.
Looking at an Ant build file with a target that uses an echo task with an task using a multi-line text value. Something like this
When I fold all, it leaves the <?xml-stylesheet> unfolded, and everything after that line is folded under it. In the first screenshot you can see that everything between two such echo tasks was folder under the first <?xml-stylesheet>. In the second you can see the and the first <?xml-stylesheet> unfolded.
My original submission I thought it was from the
<?xml ...?>elements but it turned out to be any multi-line text value.