reancool / LayoutFormatter

Retrofit your Android layout XML files. More powerful, and easier to use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LayoutFormatter

Retrofit your Android layout XML files.

It will adjust your attributes order in accordance with the rules, and it will adjust some attributes to the front, and take some attributes at the end of the rows. It will make your code format more nice.

Related article: 《当我们谈 XML 布局文件代码的优雅性》

Obtaining & Installation

  • The plugin is distributed through the Plugin Manager in IntelliJ. https://plugins.jetbrains.com/plugin/8299

  • Search word LayoutFormatter: On Mac: Preference -> Plugins -> Browse repositories

  • Or you can download the jar file from LayoutFormatter.jar, then Preferences -> Plugin -> Install plugin from disk...

Usage

YourFiles -> PopupMenu(Right Click) -> Refactor -> Reformat Layout XML.

Or you could use the default keyboard-shortcut: ctrl alt F (command alt F).

Changelog

v1.1.5

  • Removed a rule: android:singleLine="true"(It's deprecated) -> android:maxLines="1"(It's DEPRECATED, too!);

v1.1.2

  • Support Windows system;
  • Fix the />< bug.

v1.1.1

  • Adjust the location of the Action to RefactoringMenu;
  • Support UNDO(ctrl/command + z);
  • Filter non XML file;
  • Support one key to format all files on the entire project or folder;
  • Add default keyboard-shortcut: ctrl alt F (command alt F).

v1.0.4

  • Fix the bad style that > or /> may be moved to a newline;
  • Add fill_parent to match_parent;
  • Add dip to dp.

Deprecated

This project is deprecated in favor of the Android Studio has the same XML formatter: Editor -> Code Style -> XML -> Arrangement

However

I still think this plugin is more powerful, and easier to use.

Issues

About

Retrofit your Android layout XML files. More powerful, and easier to use.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%