Monday Mar 03, 2008

最近 NetBeans では jVi プラグインを使っています。NetBeans 6.0 や 6.1 用にもビルドが出てきてずいぶん使えるようになった感じがあります。それにカスタマイズをしてみるとずいぶん便利に使えるものですね。例えば私の場合 Ctrl+S で普段保存をしている癖がついてしまっているのですがこれはデフォルトの状態では jVi 側で設定しているキーマップらしくて使えませんでした。「不便だなぁ」と思っていたのですが、なるほどちゃんと設定画面がありました。「詳細オプション」で細かく設定できるようです。



ここで Ctrl+S を外しておけばいいのですね。

Tuesday Feb 19, 2008

NetBeans 6.0/6.1 用の vi プラグインが新しくなったそうです。
私は vi 派なので (^^;) このプラグイン、本当に助かります。

プラグインファイル (.nbm) は2つで構成されています。.nbm ファイルをインストールするには「ツール」>「プラグイン」の「ダウンロード済み」タブを使います。「プラグインの追加」ボタンで2つの .nbm ファイルを選択します。



そのあとで「インストール」ボタンでインストールできます。



jVi モジュールの詳細な設定は「ツール」>「オプション」ではまだ見えず「詳細オプション」にあります。「詳細オプション」ボタンを押して画面を切り替えてください。

Monday Dec 24, 2007

I noticed that jVi module is available for NetBeans 6.0 release. You can use vi keybinding on NetBeans editor.
It consists of two nbm files. Once you download and unzip it, you can install them from Tools > Plugins, Downloaded tab. Click Add Plugins... button to bring up file dialog.



Select two nbms, multiple files can be selected here. Then click OK button.



Click Install button to install these plugins.



To disable/enable Vi keybinding, select jVi item on Tools menu.

Wednesday Jul 25, 2007

jVi プラグインが 1.0 になってました…
5.5, 5.5.1 だけでなく 6.0 でもテストされているのがうれしいです。

Friday Jun 15, 2007

NetBeans には emacs のキーマッピングプロファイルが入っていますが実際これどうでしょう? 使えますか? 私はもともと vi ユーザーで emacs は使えない人なのでよくわかりません。バグや要望などは issuezilla で検索するとおそらくこのリストのようになるのですが足りないものがありますか? これ絶対必要とか、あれ直らないと使えないよ、という要望などあったら是非聞かせて下さい。メールでもここのコメント入れておいていただいてもかまいません。

ちなみに vi のほうでは私が知るかぎりでは2つプラグインがあります。
  • Vi in NetBeans
    6.0 でテストされたとあります。1.0.0.beta2が出たばかりです。
  • Project VIEX
    5.5.1 用とありますが 6.0 や Ruby IDE でも動きました。

Wednesday Jun 13, 2007

If you want to try NetBeans 6.0 Ruby Pack and NetBeans Ruby IDE but if you don't like NetBeans default key mapping and you usually use vi or emacs, please try vi plugin and emacs key mapping.

vi plugins:
I know there are two vi plugins.
  • Vi in NetBeans
    6.0 is supported. 1.0.0.beta2 has been just released.
  • Project VIEX
    the build is for NetBeans 5.5.1, but you can try it with 6.0.
Emacs :
NetBeans provides a profile for Emacs key mapping. You can turn it on in Keymap category of Option dialog.


Tags: , , , , ,

Monday Mar 12, 2007

New version 0.8.3 of NetBeans Vi plugin is available. Thank you Ernie Rael for the notification.

Monday Feb 19, 2007

I found there is vi keybinding module for NetBeans editor. The announcement can be found in nbusers mailing list. 0.8 is now available for download, it's the first verion to support NetBeans. Installation is easy, you can download zip file and install local two nbm files from Update Center Wizard. After restarting NetBeans, vi editor mode is enabled.To disable the module, you can use Module Manager but it will require to restart NetBeans in this version. See the documentation in zip file for functionalities and such limitations.



To run command and input something e.g. for text search,  another popup is brought up around the bottom of NetBeans editor.
ようやく出てきました、NetBeans のエディタを vi モードで動かすモジュールです。vi ユーザーの私にはとてもうれしいです。以下 nbusers に流れていたメールです。 ダウンロードは以下からできます。バージョンは 0.8 だそうで、NetBeans には初めて対応したみたいですね。 インストール方法は簡単で、
  1.  zip ファイルを展開します
  2. メニューの「ツール」>「アップデートセンター」で「アップデートセンターウィザード」を開きます
  3. 「手動でダウンロードしたモジュールをインストール」を選びます
  4. 2つ nbm がありますからそれを両方選択してインストールします
  5. インストール後は再起動が必要です
です。ドキュメントは zip の中にあります。そこにも書いてあるのですが無効にする場合は「ツール」>「モジュールマネージャー」でモジュールを無効にすればよいのですがバージョン 0.8 ではまだ再起動が必要なようです。



: や / など、コマンドや検索では一つエディタの下にウィンドウが上がってきてそこで入力する形になっています。

This blog copyright 2008 by katakai