TAdvMemo Codefolding levels

Hi,

It looks like current TAdvMemo only support up to 2 levels of code folding. If the code contains 3 or more levels, it fails to address the parents at upper levels . Example with code below

procedure Level1;
   procedure Level2;
      procedure level3;         
      begin
     end;
  end;
end;

then it will fail to find folding node for procedure Level1.

Could you please check and fix this problem.

Thanks,

 

Just try to bump it up and make sure someone can take care of this problem. I need the fix for this problem before I can push my release out. 


Thanks,
Sherman

We will investigate as soon as we can allocate time.