I just started college and the prof wants us using Dr. Java. Up to now, I've only used Netbeans. She had us set the right margin to 80 so the lines fill up fast. Problem is, when I try to wrap a long line of code I get an "unclosed string literal" error. Is DJ not capable of wrapping lines of code? We're not allowed to go beyond the end of the line. So, as a result I have to use many more "System.out.print/ln()" statements than should be necessary and makes the code look bloated.
I'm running DrJava Version : drjava-20140826-r5761
nm, folks. I now know how to get around this.