When I paste from sketch to Notepad, I only get a few lines.
Even when I do CTRL-A to select all, then CTRL-C to copy, and CTRL-V to paste - I only get a small section, like this:
/*
LED display test
Use shiftregister 7 to control anodes, 1 = output low = segment off
Use individual bits of shift registers 0,1,2,3,4,5,6 to control common cathode of individual digits. 1 = output low, common cathode on
cathode bits are flipped in pairs:
control board: a-b, c-d, e-f, g-dp
breakout board: b-a, d-c, f-e, dp-g
anodes are 1-1 between boards: a,b,c,d,e,f,g
*/
I can copy the whole sketch within the IDE itself - just not anyplace else.
Off to bed, probably gonna have snow to clear in a few hours, work on this some more tomorrow night.