XAlign icon indicating copy to clipboard operation
XAlign copied to clipboard

An amazing Xcode Source Editor extension to align regular code. It can align Xnything in any way you want.

Results 57 XAlign issues
Sort by recently updated
recently updated
newest added
trafficstars

格式前 ``` MyClassA* a = nullptr; MyClassB* bb = nullptr; MyClassC* ccc = nullptr; ``` 格式后 ``` MyClassA* a = nullptr; /* Empty line here */ MyClassB* bb = nullptr;...

If I align multiple properties and 1 or more has a comment xalign moves the "*" and causes an error. Before Xalign: ``` objective-c /** * Available units for current...

Hi, It was working fine on Xcode 6.3.2 but it's no longer working. Can you please add the UDID so it can work on Xcode 6.4? Thanks!

question

Before ![screen shot 2015-05-20 at 1 36 02 pm](https://cloud.githubusercontent.com/assets/1726321/7721959/6c80798c-fef5-11e4-8b58-0891d20f3420.png) After ![screen shot 2015-05-20 at 1 36 17 pm](https://cloud.githubusercontent.com/assets/1726321/7721962/70ce91fe-fef5-11e4-8b84-8dd1d026e64c.png)

When I apply the align command on the following block: ``` const API::Resource::Key Version = API::Resource::Key::Generate("Core::Version"); const API::Resource::Key ProductName = API::Resource::Key::Generate("Core::ProductName"); const API::Resource::Key AuthorName = API::Resource::Key::Generate("Core::AuthorName"); const API::Resource::Key OrganisationName =...

In XCode 6.3 i can't open settings from Edit -> XAlign -> Settings or tell me how to change hotkey(shortcut) for xalign

![2015-04-09 12 02 30](https://cloud.githubusercontent.com/assets/6687437/7060750/4a829db6-de4c-11e4-963a-d8b1a727c856.png) ![2015-04-09 12 05 46](https://cloud.githubusercontent.com/assets/6687437/7060749/4a81af5a-de4c-11e4-820d-8b7ea9418b4c.png)