Autor Beitrag
Timelesk
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 82


Delphi 2006 Prof
BeitragVerfasst: Mo 29.01.07 17:07 
Hallo,

mir ist aufgefallen, dass das Code-Folding bei records Probleme hat.

ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
{$region 'Public-Deklarationen'}
    var
      Modul: record
        Title,
        Country,
        Countries,
        Version,
        Date       : String;
      end;
    
    const
      version: string = '0.3';
{$endregion}


Hier wird alles bis zum END vom Record "Modul" versteckt.
Die const-Definition bleibt aber sichtbar! Genauso das $endregion.

Weiß jemand Abhilfe? Im Template konnte ich keinen Fehler entdecken und auch im BDN hab ich nicht wirklich was drüber gefunden...

vielen Dank

gruß
Timelesk