Hi,

I've played around some time:

Am Samstag, den 20.01.2007, 08:00 +0100 schrieb Marc Santhoff:

> <first lines of one file having the cursor problem>
> unit hdf5obj;
> {$mode objfpc}
> interface
> uses hdf5, ArrayTypes;
> type
>       { checked valid path }
>       {  not necessary
>       THdf5Path = class()
>               
>       end; }
>       THdf5Path = AnsiString;
>       
>       tID = AnsiString; { could be a class including building rules of IDs }
>       tIdRefs = tID;
>       
> { THdf5Item }

Here is the first line where the cursor reaches the end again.

> 
> THdf5Item = class

up to here. In the next private statement is stays between t and e.

>       private
>               { standard required object attributes }
>               { used for Group, Dataset and Named Dataype }
>               fName: THdf5Path;
>               fObj_Xid: tID;
>               fH5Path: THdf5Path;
>               fParents: tIdRefs;
>               fH5ParentPaths: THdf5Path;
>       public
>               property Name: THdf5Path read fName write fName;
>               property Obj_Xid: tID read fObj_Xid write fObj_Xid;
>               property H5Path: THdf5Path read fH5Path write fH5Path;
>               property Parents: TIdRefs read fParents write fParents;
>               property H5ParentPaths: THdf5Path read fH5ParentPaths write 
> fH5ParentPaths;
>       end;
>       
>       { forward declarations }
>       THdf5Dataset = class;
>       THdf5Attribute = class;
> 
> </first lines of one file having the cursor problem>

The same scheme appears again, there is another class declaration
following with a comment having the class name alone on one line and it
works from there up to the following "privat|e".

One more question: to which svn revision can I step back to avoid the
annoying "minimize on screen switch"-error?

TIA and HTH,
Marc


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to