Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update netbeans from Vim 8.0 to 8.1 #230

Merged
merged 2 commits into from
Jun 13, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions doc/netbeans.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*netbeans.txt* For Vim バージョン 8.0. Last change: 2016 Jul 15
*netbeans.txt* For Vim バージョン 8.1. Last change: 2016 Jul 15


VIMリファレンスマニュアル by Gordon Prieur et al.
Expand Down Expand Up @@ -119,7 +119,7 @@ NetBeans インターフェイスを有効にしたくない場合は、Makefile
"--disable-netbeans" の行のコメントアウトを解除すれば無効にできます。

現在 NetBeans インターフェイスは端末動作の Vim と GUI (GTK, GNOME, Windows,
Athena, Motif) の GVim でのみサポートされています。
Athena, Motif) の gvim でのみサポートされています。

Motif をサポートするためには XPM ライブラリが必要です。XPM の最新バージョン
を入手する方法については |workshop-xpm| を参照してください。
Expand Down Expand Up @@ -992,11 +992,10 @@ Tools->Options を開き、Editing カテゴリを表示します。External Edi
定してください。

"Vim Command" を変更するときは注意してください。接続するためには、いくつかの
コマンドラインオプションを正しく設定する必要があります。
You can change the command name but that's about it.
gvim が $PATH の中にあるなら、コマンドを "gvim" から始められます。gvim を
$PATH から検索させたくないならフルパスで指定してください。以上で、NetBeans
で開くファイルが gvim で開かれるようになります。
コマンドラインオプションを正しく設定する必要があります。コマンド名を変更するこ
とも可能ですが、単にそれだけです。gvim が $PATH の中にあるなら、コマンドを
"gvim" から始められます。gvim を$PATH から検索させたくないならフルパスで指定し
てください。以上で、NetBeansで開くファイルが gvim で開かれるようになります。

gvim で開かれるファイルもあるが、NetBeans のエディタで開かれるファイルもある
(拡張子が異なる)という場合、Expert タブの MIME Type プロパティを確認してくだ
Expand Down
6 changes: 3 additions & 3 deletions en/netbeans.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*netbeans.txt* For Vim version 8.0. Last change: 2016 Jul 15
*netbeans.txt* For Vim version 8.1. Last change: 2016 Jul 15


VIM REFERENCE MANUAL by Gordon Prieur et al.
Expand Down Expand Up @@ -120,7 +120,7 @@ In case you do not want the NetBeans interface you can disable it by
uncommenting a line with "--disable-netbeans" in the Makefile.

Currently the NetBeans interface is supported by Vim running in a terminal and
by GVim when it is run with one of the following GUIs: GTK, GNOME, Windows,
by gvim when it is run with one of the following GUIs: GTK, GNOME, Windows,
Athena and Motif.

If Motif support is required the user must supply XPM libraries. See
Expand Down Expand Up @@ -996,7 +996,7 @@ to "Vim". In the Expert tab make sure the "Vim Command" is correct.
You should be careful if you change the "Vim Command". There are command
line options there which must be there for the connection to be properly
set up. You can change the command name but that's about it. If your gvim
can be found by your $PATH then the VIM Command can start with "gvim". If
can be found by your $PATH then the Vim Command can start with "gvim". If
you don't want gvim searched from your $PATH then hard code in the full
Unix path name. At this point you should get a gvim for any source file
you open in NetBeans.
Expand Down