1- *netbeans.txt* For Vim version 9.1. Last change: 2024 May 11
1+ *netbeans.txt* For Vim version 9.1. Last change: 2025 Aug 10
22
33
44 VIM REFERENCE MANUAL by Gordon Prieur et al.
@@ -41,10 +41,10 @@ protocol. There are existing implementations in C, C++, Python and Java. The
4141name NetBeans is kept today for historical reasons.
4242
4343Active project using the NetBeans protocol of Vim:
44- - Eclim, http:// eclim.org/
44+ - Eclim, (dead link) eclim.org/
4545
4646VimIntegration, description of various projects doing Vim Integration:
47- http:// www.freehackers.org/VimIntegration
47+ (dead link) www.freehackers.org/VimIntegration
4848
4949Projects using the NetBeans protocol of Vim are or were:
5050- Agide, an IDE for the AAP project, written in Python (now replaced by
@@ -54,7 +54,7 @@ Projects using the NetBeans protocol of Vim are or were:
5454- Pyclewn, a gdb integration into Vim, written in Python:
5555 http://pyclewn.sourceforge.net/
5656- VimWrapper, library to easy Vim integration into IDE:
57- http://www. freehackers.org/VimWrapper
57+ (dead link) freehackers.org/VimWrapper
5858Outdated projects (links don't work):
5959- VimPlugin, integration of Vim inside Eclipse:
6060 http://vimplugin.sourceforge.net/wiki/pmwiki.php
@@ -78,7 +78,7 @@ in recent releases.
7878
7979For more information visit the main NetBeans web site http://www.netbeans.org .
8080The External Editor is now, unfortunately, declared obsolete. See (link seems
81- dead): http:// externaleditor.netbeans.org .
81+ dead): externaleditor.netbeans.org.
8282
8383Sun Microsystems, Inc. also ships NetBeans under the name Sun ONE Studio.
8484Visit http://www.sun.com for more information regarding the Sun ONE Studio
@@ -148,7 +148,7 @@ The Win32 support is now in beta stage.
148148
149149To use XPM signs on Win32 (e.g. when using with NetBeans) you can compile
150150XPM by yourself or use precompiled libraries from (link seems dead):
151- http:// iamphet.nm.ru/misc/ (for MS Visual C++) or
151+ iamphet.nm.ru/misc/ (for MS Visual C++) or
152152http://gnuwin32.sourceforge.net (for MinGW).
153153
154154Enable debugging:
@@ -942,12 +942,13 @@ netbeans.org on building NetBeans.
942942
943943Depending on the version of NetBeans you download, you may need to do further
944944work to get the required External Editor module. This is the module which lets
945- NetBeans work with gvim (or xemacs :-). See http://externaleditor.netbeans.org
945+ NetBeans work with gvim (or xemacs :-). See (dead link)
946+ externaleditor.netbeans.org
946947for details on downloading this module if your NetBeans release does not have
947948it.
948949
949950For C, C++, and Fortran support you will also need the cpp module. See
950- http:// cpp.netbeans.org (link seems dead) for information regarding this
951+ cpp.netbeans.org (link seems dead) for information regarding this
951952module.
952953
953954You can also download Sun ONE Studio from Sun Microsystems, Inc for a 30 day
@@ -994,10 +995,11 @@ Unfortunately, some versions do not have this module in their update
994995center. If you cannot download via the update center you will need to
995996download sources and build the module. I will try and get the module
996997available from the NetBeans Update Center so building will be unnecessary.
997- Also check http://externaleditor.netbeans.org for other availability options.
998+ Also check (dead link) externaleditor.netbeans.org
999+ for other availability options.
9981000
9991001To download the External Editor sources via CVS and build your own module,
1000- see http:// externaleditor.netbeans.org and http://www.netbeans.org .
1002+ see (dead link) externaleditor.netbeans.org and http://www.netbeans.org .
10011003Unfortunately, this is not a trivial procedure.
10021004
10031005
0 commit comments