http://blog.sina.com.cn/s/blog_70b623e4010173ce.html
eclipse里面的许多设置对于国内开发者日常使用不太适用,反而会成为干扰。既然是完全可配置的工具,那我们就各种DIY吧。别忘记将自己的习惯配置保存起来啊!
1. 关闭英文拼写检查
Preferences->General->Editors->Text Editors->Spelling->Enable Spell Checking
2. Warning: No grammar constraints (DTD or XML schema) detected for the document."
可以在Eclipse工具栏中Windows - Preferences - XML - XML Files - Validate files - Indicate when no grammar is specified
选择ignore
来关闭这个警告