SynEdit: Fix unfolding, of commented folds

git-svn-id: trunk@30142 -
This commit is contained in:
martin 2011-04-02 23:38:15 +00:00
parent 49611fd177
commit b8976caed4

View File

@ -3534,6 +3534,10 @@ begin
exit;
top := TopTextIndex;
c := FoldProvider.FoldOpenCount(AStartIndex);
if c < 1 then begin
// TODO: foldprovider to return all folded nodes, for hte line
ColCount := 0;
end;
r := -1;
if ColCount = 0 then begin