This site requires JavaScript, please enable it in your browser!
Greenfoot back
carter_rhule
carter_rhule wrote ...

2019/4/16

how to look at all the code for a scenario

carter_rhule carter_rhule

2019/4/16

#
I have to have all the code for my program in one pdf. Is there a way to get all if together in one document other than copy and pasting the code for each actor and world into a word document and saving that as a pdf?
Super_Hippo Super_Hippo

2019/4/16

#
You can copy all code into one GF code editor window and then print that as a PDF. Then you can keep the line numbers and the formatting. I don't think there is a way to print all of them in one automatically. Maybe because you couldn't specify the order of the classes when you do it automatically, but I don't know.
danpost danpost

2019/4/16

#
You could create a program to listt all .JAVA files in the directory and iterate through them to write their contents to a new file. You could even put buffers between the files and/or add headers for each file.
You need to login to post a reply.