Hope I'm doing this right....
This is in response to Knute and Lunilu...Thanks for checking out my question. I have gotten into the formatter in Eclipse a bit, but the problem is that if you look at the details of the coderanch style sheet, there are a bunch (100??) detailed adjustments that one can cull from it and then try to make those changes to your
IDE using the formatter. Seeing as how coderanch requires your code to be in this particular format for them to go over it and work with you, and also considering that folks using that learning tool are probably noobs (like me), it just makes sense that coderanch have a downloadable xml file that has their requirements preset, so that instead of spending a day messing with their style page and my formatter, I could just import their info and be done with it. I see that there are a few presets in Eclipse, but they don't share all of the same settings that the coderanch desires/requires. I hope I'm making sense here. I did go through and carefully read their style page and went into formatter to make 7 or 8 changes so far, but it's a really slow process, and not all items mentioned in the coderanch style page totally match up with the wording the Eclipse formatter, so it does get frustrating. I can't believe that coderanch has been around for a decade or more, and actually has a style sheet, but nobody has thought to create a downloadable "style file" to go along with it.
I'm guessing that when new folks start working in coding companies or departments, that must be the first thing they are given is an xml file of that company's style sheet to be imported and used so all code from all coders is consistent. Am I wrong in assunimg that?
Richard