I recently switched to Eclipse 4.2 (Juno) with ADT 20.0.3.
If I look at the layout or style from an old project, Eclipse just shows me its corresponding management-based editor. I want to edit the xml syntax text. I see no way to switch the plug-in editor to this mode, although it will return to it for the layout that it is choking on and cannot display the WYSIWYG display for.
Any help would be appreciated.
EDIT : This issue has been a side effect of recent recent adventures in the Eclipse 4.2 theme . Using the Dark Juno theme , the buttons for switching between text and wysiwyg representations at the bottom of the editor completely disappeared (not only wrong colors, zero screen area). Returning to the default theme solves the problem.
In favor of the author of Dark Juno, I noticed that Eclipse displays this on the command line (my ellipses):
~$ eclipse
Failed to find defStyle: listViewStyle
...
Failed to find defStyle: textViewStyle
...
Failed to find defStyle: buttonStyle
...
EDIT 2 : This turns out to be a known issue with Dark Juno: https://github.com/eclipse-color-theme/eclipse-ui-themes/issues/11
Does anyone know how to make a transition to text without using buttons that I don't see?
ahcox source
share