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 has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
else statement disappeared when the if statement is fold in
Steps to Reproduce
Open a C/C++ file
Add these code into the file:
intmain() {
if (/* expression */) {
// some code
} else {
// some code
}
}
Fold the if statement and you'll see the problem
Expected behavior:
Actual behavior:
Versions
Atom: 1.16.0-beta0 OS: macOS sierra
The text was updated successfully, but these errors were encountered:
jerrykal
changed the title
[Bug] 'else' statement disappeared when the 'if' statement is fold in
'else' statement disappeared when the 'if' statement is fold in
Apr 11, 2017
Prerequisites
Description
else
statement disappeared when theif
statement is fold inSteps to Reproduce
C/C++
fileif
statement and you'll see the problemExpected behavior:
Actual behavior:
Versions
Atom
:1.16.0-beta0
OS
:macOS sierra
The text was updated successfully, but these errors were encountered: