2025年 4月7日(月) 12:23 JST

aptana update

  • 2012年 2月22日(水) 10:08 JST
  • 投稿者:
  • 表示回数 94
ruby

require "ruble"
ってなに
ruble とは
aptana studio で使えるコードスニペットの集まりで、textmate で言うところの bundle のようなものです。

以下、 aptana (いまは titanium studio ですが) のドキュメント より抜粋。

Ruble (short for RUby BundLE) is a runtime environment that allows for the extensibility of IDEs and text editors using Ruby. Compatibility with TextMate bundles is a priority--we want to make it reasonably straightforward to convert an existing TextMate bundle into a Ruble bundle, while still allowing commands and snippets to be more concise and more powerful.
To begin, you might wish to start with Modifying an existing Ruble, and then move on to Creating a new Ruble to hold your own custom code.
要するに textmate の bundle とできるだけ互換性を持たせた ruby 製の ide 拡張で、既存の ruble をそのまま使うも良し、カスタマイズするも良し、新しい ruble を作るも良し、ということみたいです。