Eclipse - multiple files
in
Integration and Hardware
•
2 years ago
One thing that I love about the PDE is that I can create multiple .pde files for a sketch. It's all one class with inner classes. I now need to switch to Eclipse because I'll be working with a couple other folks. I have my sketch working fine in Eclipse, but it's one big .java file - 15,000 lines. Is there any way to split this up into multiple .java files like the .pde files so it treats it as one class?
1