After creating a region in Android Studio, located under the end tag of another region, the code folds upward to the end tag of the previous region instead of folding downward through hundreds of lines of code to my //endregion tag for the new region.
I looked at the settings in Android Studio for Cold Folding. But it seems nothing there helps.
What am I missing? Folding is useless if it can't fold hundreds or thousands of lines.
Update as on 13-Sep-2015: I believe that this issue is fixed now. I am successfully able to do //region
in all my files
Here is the actual answer