zoukankan      html  css  js  c++  java
  • android代码格式化方法小结

    转载:http://blog.csdn.net/androidzhaoxiaogang/article/details/7692526

    1. Download the android-formatting.xml file

    2. Open Eclipse and go to Window->Preferences->Java->Code Style->Formatter

    3. Import the android-formatting.xml file and make sure “Android” is selected in the drop down list

    4. In eclipse go to Window->Preferences->General->Editors->Text Editors

    5. Check “Insert spaces for tabs” and make sure that “Displayed tab width” is 4

    6. Check “Show print margin” and make sure that “Print margin Columns” is 100

    7. Check “Show Whitespace characters” (如果不想显示空格的童鞋,可忽略这步)

    8. In eclipse go to Window->Preferences->Java->Editor->Save Actions

    9. Check “Perform the selected actions on save”

    10. Check “Additional Actions” than hit configure

    11. Under the “Code Organizing” tab check “Remove trailing whitespace” for all lines and “Correct Indention”

    12. Under the “Code Style” tab remove all check marks

    13. Under the “Missing Code” tab check everything

    14. Now go to Window->Preferences->XML->XML Files->Editor

    15. Check “Split multiple attributes each on a new line”

    16. Check “indent using spaces” and make sure the value is set to 4

  • 相关阅读:
    省常中模拟 Test4
    省常中模拟 Test3 Day1
    省常中模拟 Test3 Day2
    省常中模拟 Test1 Day1
    树型动态规划练习总结
    noip2010提高组题解
    noip2003提高组题解
    noip2009提高组题解
    noip2004提高组题解
    noip2002提高组题解
  • 原文地址:https://www.cnblogs.com/androidsuperman/p/3452462.html
Copyright © 2011-2022 走看看