|
Author |
Topic: every other line is empty on startUp (Read 547 times) |
|
mKoser
|
every other line is empty on startUp
« on: Nov 27th, 2002, 1:57pm » |
|
hi, P5_0046 does a strange thing to my code. Yesterday I wrote a small experiment, and today i wanted to open it up - all the code is there, but it is displayed with everyother line empty - so the codepiece now is twice as long as before(including the empty lines)... when Ctrl-B'ing to prettyUp my code, nothing happends! ?? Win2000 / P5_0046 * mikkel *
|
mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
|
|
|
fry
|
Re: every other line is empty on startUp
« Reply #1 on: Nov 27th, 2002, 3:35pm » |
|
yep, as mentioned in another post, this is an annoying one that popped up with the new text area. it'll be fixed for 47.
|
|
|
|
sportebois
|
Re: every other line is empty on startUp
« Reply #2 on: Dec 21st, 2002, 11:22am » |
|
Hi A very easy workaroud for this is to open the .pde in notepad, then copy/paste its contents into the p5 script window. (W2k) Using Notepad OR Wordpad halpes alot under W2k to handle all the chr(10) and chr(13) inconsistencies between Win32, MacOS and Nix text files. hope this helps séb
|
|
|
|
fry
|
Re: every other line is empty on startUp
« Reply #3 on: Jan 26th, 2003, 1:21am » |
|
fixed in 47
|
|
|
|
|