Hello. How to make (and is it even possible) that the code in Eclipse be formatted as in Notepade ++? There are if ... else conditions, methods like this:
@Override public void onCreate(Bundle savedInstanceState) { . super.onCreate(savedInstanceState); . setContentView(R.layout.main); . . . }
Or
if () { . . . }else{ . . . }