1

In eclipse juno i can view the outline of XML/java files from outline view. i can also see the drop down menu options for the outline view.

the problem i have is that for some XML files i get "an outline is not available" message in the outline view, and the drop down menu options disappear. but Quick view still works for the current XML file but outline view shows an error.

i think this maybe an issue with eclipse, i have to restart eclipse about every few hours because it visually starts bugging out (lines of code disappearing when clicked on, but not actually deleted) . this is also a fresh installation of eclipse juno with just Android SDK.

Here is my eclipse workspace log. http://pastebin.com/WJr10Rqz

Zaid90
  • 81
  • 1
  • 11

1 Answers1

0

Sounds like a memory issue. Please consult: How can I give eclipse more memory than 512M?

If this doesn't help you, please include your Eclipse workspace's logs (located at your {workspace}/.metadata directory) for further investigation.

EDIT: The solution seems to be to update Eclipse to Kepler.

Community
  • 1
  • 1
Vaiden
  • 15,728
  • 7
  • 61
  • 91
  • Ive Upped the amount of Ram eclipse can use, hopefully that helps with the disappearing text issue. but it did not help with the Outline issue, i have posted my workspace log. – Zaid90 Jan 04 '14 at 22:55
  • Did you create a new workspace when installing your Eclipse or did you migrate an old one? – Vaiden Jan 04 '14 at 23:43
  • i do have old workspaces that Ive used with this new installation of eclipse, but that log i posted is from the new workspace with the issue that i am having. – Zaid90 Jan 04 '14 at 23:51
  • OK. Did you try a newer Eclipse? – Vaiden Jan 05 '14 at 00:36