Change Android LogCat font in Eclipse
I can't seem to find the preference for changing the Android's LogCat debug output font in Eclipse. Can it be changed at all? How? I don't mind editing some preference file somewhere by hand, as long as it 开发者_开发知识库works.
Found it. It's not grouped together with the other Eclipse font settings. It's in the Android > LogCat panel.
To find anything in eclipse I always just open Eclipse > Preferences > and type in the filter text box.
In this case if you had typed 'LogCat' you would have found it :-D
Another good example is typing 'line numbers'
In Preferences, search for 'Colors' not 'LogCat'. Then look for Android->LogCat->Colors. For some weird reason, eclipse does not show the color options if you search for LogCat.
精彩评论