Quote:
Originally Posted by Spirotot
Yeah, I know... I just had to hold down the mouse button for about 7 minutes while I highlighted half of the 912 page .txt file so I could cut/paste it into a new .txt file....
|
Click in the beginning of the txt file so your cursor is there. then use the side bar to move to any point in the file you want to (half way point for example) then hold down the shift key and click in the txt file again and everything between the first point and where you are now will be highlighted.
Thanks for the update, you are the savior of the Zune as far as I'm concerned.
Anyway, with the latest update, on medium or large font the text runs off the right side of the screen a little. There is however a bit of space on the left margin. Is it easy to shift the margin a character or two to the left?
Thx!
P.S. I saw this and wonder if changing the numbers would move the right margin back a char if I lowered the number?
switch (Options.FontSize)
{
case 0:
length = 235;
break;
case 1:
length = 240;
break;
case 2:
length = 255;
break;
case 3:
length = 285;
break;
}