Skip to content

Commit d07cd80

Browse files
committed
Update netbeans.{txt,jax}
1 parent e1ca388 commit d07cd80

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

doc/netbeans.jax

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+
*netbeans.txt* For Vim バージョン 9.1. Last change: 2026 Jan 25
22

33

44
VIM リファレンスマニュアル by Gordon Prieur et al.
@@ -48,7 +48,7 @@ VimIntegration, Vim の統合を行っている様々なプロジェクトの説
4848

4949
NetBeans プロトコルを使っているか使っていたプロジェクト:
5050
- Agide, AAP プロジェクト用の IDE。Python で書かれている (現在は |:Termdebug|
51-
に置き換えられている): http://www.a-a-p.org
51+
に置き換えられている): http://www.a-a-p.org (リンク切れ)
5252
- Clewn, gdb 統合。C で書かれている:
5353
http://clewn.sourceforge.net/
5454
- Pyclewn, gdb 統合。Python で書かれている:
@@ -262,11 +262,12 @@ Vim は起動時に、指定されたホスト・ポートへのソケット接
262262
==============================================================================
263263
6. NetBeans プロトコル *netbeans-protocol*
264264

265-
Vim コントローラと Vim の通信にはプレーンテキストのメッセージが使われます。
266-
このプロトコルは、最初は NetBeans の External Editor モジュールと協調して動作
267-
するように設計されました。その後、Agide (A-A-P GUI IDE, http://www.a-a-p.org
268-
を参照)と、そして他の IDE とも動作するように拡張されました。この拡張は
269-
"version 2.1" とバージョンづけられています。
265+
Vim コントローラと Vim の通信にはプレーンテキストのメッセージが使われる。この
266+
プロトコルは、最初は NetBeans の External Editor モジュールと協調して動作する
267+
ように設計された。その後、Agide (A-A-P GUI IDE、以前は http://www.a-a-p.org
268+
リンク切れ) で動作するように拡張され、その後、他の IDE でも動作するように拡張
269+
された。
270+
この拡張は "version 2.1" とバージョンづけられている。
270271

271272
プロトコル version 2.2 は小さな変更で、NetBeans ユーザーにのみ影響し、Agide
272273
ユーザーには無関係なはずでした。しかし、あるバグが修正されました。

en/netbeans.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+
*netbeans.txt* For Vim version 9.1. Last change: 2026 Jan 25
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur et al.
@@ -48,7 +48,7 @@ VimIntegration, description of various projects doing Vim Integration:
4848

4949
Projects using the NetBeans protocol of Vim are or were:
5050
- Agide, an IDE for the AAP project, written in Python (now replaced by
51-
|:Termdebug|): http://www.a-a-p.org
51+
|:Termdebug|): http://www.a-a-p.org (link now dead)
5252
- Clewn, a gdb integration into Vim, written in C:
5353
http://clewn.sourceforge.net/
5454
- Pyclewn, a gdb integration into Vim, written in Python:
@@ -262,8 +262,8 @@ connection has been established.
262262
The communication between the Vim Controller and Vim uses plain text
263263
messages. This protocol was first designed to work with the external editor
264264
module of NetBeans. Later it was extended to work with Agide (A-A-P GUI IDE,
265-
see http://www.a-a-p.org) and then with other IDE. The extensions are marked
266-
with "version 2.1".
265+
formerly http://www.a-a-p.org, link now dead) and then with other IDE.
266+
The extensions are marked with "version 2.1".
267267

268268
Version 2.2 of the protocol has several minor changes which should only affect
269269
NetBeans users (ie, not Agide users). However, a bug was fixed which could

0 commit comments

Comments
 (0)