PDA

View Full Version : File Offset



RobertoBianchi
05-05-2006, 13:05
Added file offset in the status bar near "Row: & Col:" area.
You can select 0 based or 1 based offset by apposite check box on General tab from Options window.

Regards,
Roberto

Petr Schreiber
05-05-2006, 14:20
Hi Roberto,

what do you exactly mean by "offset" ? Some side-of-page space ?

Thanks,
Petr

ErosOlmi
05-05-2006, 14:35
Offset is the distance from a starting point.

I've asked Roberto something to tell the byte position of the cursor.
So next version will tell you at what byte the cursor is placed inside the script buffer. For me this is important in order to have precide debug info. When I'm in debug session I exactly know the pointer inside the script buffer. So having the same info from thinAir is nice.

Thanks
Eros

RobertoBianchi
07-05-2006, 17:56
Exactly, in our case OFFSET is the distance between the linear position of the caret and the beginning of the file.

Ciao,
Roberto