Is there a way to stop eclipse from mangling the comments in my source files?
My main issue is stopping it from word wrapping them. I\'ve managed to configure eclips
You can use wrapped, this block will not format.
/*
*
* public class Activity extends ApplicationContext {
* protected void onCreate(Bundle savedInstanceState);
*
* protected void onStart();
*
* protected void onRestart();
*
* protected void onResume();
*
* protected void onPause();
*
* protected void onStop();
*
* protected void onDestroy();
* }
*
*/