mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +02:00
SynEdit: Fix unfolding, of commented folds
git-svn-id: trunk@30142 -
This commit is contained in:
parent
49611fd177
commit
b8976caed4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user