Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/qfish/XAlign
Browse files Browse the repository at this point in the history
  • Loading branch information
qfish committed Dec 5, 2013
2 parents 6131197 + e9dcfb9 commit cdcba68
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ An amazing Xcode plugin to align regular code. It can align anything by using cu

## What's XAlign

Here are some example alignment patterns. Of course you can make your own. The example files are under the `main` dir. Just try it yourself.
Here are some example alignment patterns. Of course you can make your own. The pattern file is here: `main/main/patterns.plist`, patterns are based on regular expression.

**Tips**:

* _You may not like the alignment style below, **try it yourself** or **tell me at the [[Issues]](https://github.com/qfish/XAlign/issues?state=open)**._ :)
* 对齐不需要一次全部对齐,可以分组多对几次,那些等号差的太远的就别让它参与对齐了。
* 默认对齐的风格不是你喜欢的,可以自定义,或者提个 [Issues](https://github.com/qfish/XAlign/issues?state=open)

### Align by equals sign
![Equal](http://github.so/XAlign/images/equal.gif)
Expand Down Expand Up @@ -58,18 +64,30 @@ Shift + Cmd + X
```
You can choose the shortcut in the Settings panel, `Xcode -> Edit -> XAlign -> Setting`.
### Trouble-Shooting
## Trouble-Shooting
* [快捷键修改](https://github.com/qfish/XAlign/wiki/Trouble-Shooting#shortcut-conflicts)
* [wiki](https://github.com/qfish/XAlign/wiki)
## Want to help
## Not the end
* [Star this repository](https://github.com/qfish/XAlign/)
* [Bugs Report & Advice](https://github.com/qfish/XAlign/issues)
* [Fork & Pull Request](https://github.com/qfish/XAlign/pulls)
## Special thanks to
* [![Geek-Zoo](http://geek-zoo.com/images/logo-01.png)](http://www.geek-zoo.com)
They provide awesome design and development works continues to help the open-source community even better.
* [BeeFramework](https://github.com/gavinkwoe/BeeFramework)
~~I want to write more, but i am sleepy zzzzz. :)~~
BeeFramework is a new generation of development framework which makes faster and easier app development, Build your app by geek's way.
TODO:
### Todo:
- [x] Support Xcode4. T_T
- [x] How to customize your alignment patterns
- [x] My Xcode plugin template
- [x] etc.
Expand Down

0 comments on commit cdcba68

Please sign in to comment.