I'm using the latest Eclipse Juno to develop Android applications.
My problem is that the logcat text messages are wrapped after about 80 characters (even when the Text column is much wider then those 80 characters). This is rather annoying because it wraps one long line in multiple rows, while I'm not even using half of my Logcat Window width, which makes it less readable.
I've looked into the preferences of Eclipse under Android > Logcat but can't find any solution to my problem. Not long ago I used Eclipse Indigo for my Android development, where the text messages weren't wrapped.
Does anyone know how to disable the wrapping in the Logcat Text column in Eclipse Juno ?