comparison runtime/doc/netbeans.txt @ 15510:41fbbcea0f1b v8.1.0763

patch 8.1.0763: nobody is using the Sun Workshop support commit https://github.com/vim/vim/commit/bb1969b6ab28120c93b77817e7b6075e1aecf663 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 15:45:25 2019 +0100 patch 8.1.0763: nobody is using the Sun Workshop support Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:00:08 +0100
parents 2f7e67dd088c
children 0e473e9e70c2
comparison
equal deleted inserted replaced
15509:2650d9461407 15510:41fbbcea0f1b
1 *netbeans.txt* For Vim version 8.1. Last change: 2016 Jul 15 1 *netbeans.txt* For Vim version 8.1. Last change: 2019 Jan 17
2 2
3 3
4 VIM REFERENCE MANUAL by Gordon Prieur et al. 4 VIM REFERENCE MANUAL by Gordon Prieur et al.
5 5
6 6
7 *netbeans* *netbeans-support* 7 *netbeans* *NetBeans* *netbeans-support*
8 8
9 Vim NetBeans Protocol: a socket interface for Vim integration into an IDE. 9 Vim NetBeans Protocol: a socket interface for Vim integration into an IDE.
10 10
11 1. Introduction |netbeans-intro| 11 1. Introduction |netbeans-intro|
12 2. Integration features |netbeans-integration| 12 2. Integration features |netbeans-integration|
121 121
122 Currently the NetBeans interface is supported by Vim running in a terminal and 122 Currently the NetBeans interface is supported by Vim running in a terminal and
123 by gvim when it is run with one of the following GUIs: GTK, GNOME, Windows, 123 by gvim when it is run with one of the following GUIs: GTK, GNOME, Windows,
124 Athena and Motif. 124 Athena and Motif.
125 125
126 If Motif support is required the user must supply XPM libraries. See 126 *netbeans-xpm*
127 |workshop-xpm| for details on obtaining the latest version of XPM. 127 If Motif support is required the user must supply XPM libraries.
128 The XPM library is required to show images within Vim with Motif or Athena.
129 Without it the toolbar and signs will be disabled.
130
131 The XPM library is provided by Arnaud Le Hors of the French National Institute
132 for Research in Computer Science and Control. It can be downloaded from
133 http://cgit.freedesktop.org/xorg/lib/libXpm. The current release, as of this
134 writing, is xpm-3.4k-solaris.tgz, which is a gzip'ed tar file. If you create
135 the directory /usr/local/xpm and untar the file there you can use the
136 uncommented lines in the Makefile without changing them. If you use another
137 xpm directory you will need to change the XPM_DIR in src/Makefile.
128 138
129 139
130 On MS-Windows: 140 On MS-Windows:
131 -------------- 141 --------------
132 142