Hiding Code? Is it possible?
Hello, I want to implement my own type of debug option where a window opens and will just spit out variouse things that the program is doing as it does them. But the things i want to record are all over the place and I don't really want to have random debug lines all throughout my code. Does eclipse have a way to assign code to a group and then hide that group, or maybe assign certain code to be a seperate color? Anything to distinguish from my real code and just random stuff I rather not have visible.
Thank you