Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Android Common XML editor cannot switch between modes

Somehow I switched from standard WYSIWYG mode for Android Common XML Editor to text mode. I heard that there suppose to be a tab in the bottom of the screen to switch (Layout/file.xml), but I guess in Eclipse Juno there isn't one. My question: how to change between WYSIWYG and text modes in Eclipse Juno?

Screenshot of Eclipse URL

like image 884
user1032666 Avatar asked Sep 12 '12 18:09

user1032666


1 Answers

Use ShiftAltF7 to navigate to the previous page (which is what you need right now) and AltF7 to navigate to the next page of a multi page editor.

like image 60
Bananeweizen Avatar answered Oct 12 '22 20:10

Bananeweizen