is there one way to turn on code assist in animation xml
Eclipse give me a good experience in code assistence.But when it comes to animation xml files and i enter alt+/,it pop up nothing.So it make me very easy to type a wrong attribute name because of my poor english.can you gi开发者_StackOverflow中文版ve me a hand? thanks.
Make sure that your animation xml file is location in anim
folder not animation
folder
I am not sure what you mean by "animation xml file" (the CEGUI ones? Android ones?), but, as explained in "eclipse editor, ex: xml editor, code assistance. how it works?", any xml file with auto-completion needs a DTD or Schema informtion.
Sometime, the DOCTYPE
at the beginning of the xml file can prevent the auto-completion to work.
精彩评论