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
  • 11 years ago
  • 1 hour ago
  • 12 years ago

Installs

  • Total 12K
  • Win 3K
  • Mac 6K
  • Linux 3K
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 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.