ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Ruby​Format

by zmbacker ST2

A ruby code format plugin for Sublime Text 2

Details

  • 2012.11.01.07.05.23
  • github.​com
  • github.​com
  • 12 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 12K
  • Win 3K
  • Mac 6K
  • Linux 3K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

A ruby code format plugin for Sublime Text 2

If you are a ruby programmer, maybe it's useful for you.

With this plugin, it's easy to format ruby code. It can make your ruby code to look beautiful and clearly.

It was rewriten by python code. So it can works fine with out ruby command and faster than using beautiful.rb script. And also it was independence of the platform. Hope you use it happily just like the beautiful ruby code.

Requirement

Every platform which can run Sublime Text 2, the plugin will work for you.

It can works on: - Mac OS X - Windows - Linux

Installation

Package Control

Using Package Control, a package manager for Sublime Text 2.

In Sublime Text 2, press “win(cmd) + shift + p” and then type “install”.

Once you see “Package Control: Install Package”, enter.

When the packages load, another selection window will appear.

Type RubyFormat and enter. All done!

Manual Installation

Open a terminal. change the path to Sublime Text 2 's packages folder. Then type the command like this:

cd "~/Library/Application Support/Sublime Text 2/Packages/"
  git clone git://github.com/zmbacker/RubyFormat.git

Useful

Key Binding

shift + cmd + r on Mac OS X
ctrl + alt + r on Windows
ctrl + alt + r on Linux

TODO List

  • Make your ruby code to look more beautiful.

License

Copyright © 2012 Lester Zhao

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.