Skip to content

Update netbeans.{txt,jax} #1530

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

Merged
merged 2 commits into from
May 15, 2024
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
11 changes: 6 additions & 5 deletions doc/netbeans.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*netbeans.txt* For Vim バージョン 9.1. Last change: 2023 Nov 26
*netbeans.txt* For Vim バージョン 9.1. Last change: 2024 May 11


VIMリファレンスマニュアル by Gordon Prieur et al.
Expand Down Expand Up @@ -77,8 +77,8 @@ NetBeans は、Sun Microsystems, Inc. と netbeans.org の開発者コミュニ
したが、今では C, C++, Fortran もサポートするようになっています。

NetBeans に関してより詳しくは http://www.netbeans.org を参照してください。
The External Editor は残念なことに obsolete と宣言されています。
http://externaleditor.netbeans.org
The External Editor は残念なことに obsolete と宣言されています。以下を参照くだ
さい (リンク切れのようです): http://externaleditor.netbeans.org

Sun Microsystems, Inc. は NetBeans を Sun ONE Studio という名前でもリリース
しています。Sun ONE Studio に関しては http://www.sun.com を参照してくださ
Expand Down Expand Up @@ -144,7 +144,8 @@ MS-Windows では:
Win32 サポートは現在ベータ版の段階です。

Win32 で XPM signs を使う(NetBeans と使う場合など)ためには、XPM を自分自身で
コンパイルするか、コンパイル済みライブラリを使う必要があります。
コンパイルするか、以下からコンパイル済みライブラリを使う必要があります (リンク
切れのようです):
http://iamphet.nm.ru/misc/ (MS Visual C++ 用)
http://gnuwin32.sourceforge.net (MinGW 用)

Expand Down Expand Up @@ -941,7 +942,7 @@ NetBeansは gvim と協調して動作できるようになります(xemacs と
http://externaleditor.netbeans.org を参照してください。

C, C++, Fortran サポートには、cpp モジュールも必要になります。
http://cpp.netbeans.org を参照してください。
http://cpp.netbeans.org を参照してください (リンク切れのようです)

Sun Microsystems, Inc から Sun ONE Studio の 30 日間無料試用版をダウンロード
することもできます。http://www.sun.com を参照してください。
Expand Down
14 changes: 8 additions & 6 deletions en/netbeans.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*netbeans.txt* For Vim version 9.1. Last change: 2023 Nov 26
*netbeans.txt* For Vim version 9.1. Last change: 2024 May 11


VIM REFERENCE MANUAL by Gordon Prieur et al.
Expand Down Expand Up @@ -77,8 +77,8 @@ Initially just a Java IDE, NetBeans has had C, C++, and Fortran support added
in recent releases.

For more information visit the main NetBeans web site http://www.netbeans.org.
The External Editor is now, unfortunately, declared obsolete. See
http://externaleditor.netbeans.org.
The External Editor is now, unfortunately, declared obsolete. See (link seems
dead): http://externaleditor.netbeans.org.

Sun Microsystems, Inc. also ships NetBeans under the name Sun ONE Studio.
Visit http://www.sun.com for more information regarding the Sun ONE Studio
Expand Down Expand Up @@ -147,8 +147,9 @@ On MS-Windows:
The Win32 support is now in beta stage.

To use XPM signs on Win32 (e.g. when using with NetBeans) you can compile
XPM by yourself or use precompiled libraries from http://iamphet.nm.ru/misc/
(for MS Visual C++) or http://gnuwin32.sourceforge.net (for MinGW).
XPM by yourself or use precompiled libraries from (link seems dead):
http://iamphet.nm.ru/misc/ (for MS Visual C++) or
http://gnuwin32.sourceforge.net (for MinGW).

Enable debugging:
-----------------
Expand Down Expand Up @@ -946,7 +947,8 @@ for details on downloading this module if your NetBeans release does not have
it.

For C, C++, and Fortran support you will also need the cpp module. See
http://cpp.netbeans.org for information regarding this module.
http://cpp.netbeans.org (link seems dead) for information regarding this
module.

You can also download Sun ONE Studio from Sun Microsystems, Inc for a 30 day
free trial. See http://www.sun.com for further details.
Expand Down