forked from aniani/vim
patch 8.1.0763: nobody is using the Sun Workshop support
Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
This commit is contained in:
@@ -1232,7 +1232,6 @@
|
||||
* +perl Perl interface: "--enable-perlinterp"
|
||||
* +python Python interface: "--enable-pythoninterp"
|
||||
* +tcl TCL interface: "--enable-tclinterp"
|
||||
* +sun_workshop Sun Workshop integration
|
||||
* +netbeans_intg Netbeans integration
|
||||
* +channel Inter process communication
|
||||
*/
|
||||
@@ -1243,13 +1242,6 @@
|
||||
* +tgetent
|
||||
*/
|
||||
|
||||
/*
|
||||
* The Sun Workshop features currently only work with Motif.
|
||||
*/
|
||||
#if !defined(FEAT_GUI_MOTIF) && defined(FEAT_SUN_WORKSHOP)
|
||||
# undef FEAT_SUN_WORKSHOP
|
||||
#endif
|
||||
|
||||
/*
|
||||
* The Netbeans feature requires +eval.
|
||||
*/
|
||||
@@ -1279,8 +1271,7 @@
|
||||
* +signs Allow signs to be displayed to the left of text lines.
|
||||
* Adds the ":sign" command.
|
||||
*/
|
||||
#if defined(FEAT_BIG) || defined(FEAT_SUN_WORKSHOP) \
|
||||
|| defined(FEAT_NETBEANS_INTG)
|
||||
#if defined(FEAT_BIG) || defined(FEAT_NETBEANS_INTG)
|
||||
# define FEAT_SIGNS
|
||||
# if ((defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_ATHENA)) \
|
||||
&& defined(HAVE_X11_XPM_H)) \
|
||||
@@ -1299,7 +1290,6 @@
|
||||
|| defined(FEAT_GUI_GTK) || defined(FEAT_GUI_W32)) \
|
||||
&& ( ((defined(FEAT_TOOLBAR) || defined(FEAT_GUI_TABLINE)) \
|
||||
&& !defined(FEAT_GUI_GTK) && !defined(FEAT_GUI_W32)) \
|
||||
|| defined(FEAT_SUN_WORKSHOP) \
|
||||
|| defined(FEAT_NETBEANS_INTG) || defined(FEAT_EVAL))
|
||||
# define FEAT_BEVAL_GUI
|
||||
# if !defined(FEAT_XFONTSET) && !defined(FEAT_GUI_GTK) \
|
||||
@@ -1329,37 +1319,25 @@
|
||||
# define FEAT_GUI_X11
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG)
|
||||
/*
|
||||
* The following features are (currently) only used by Sun Visual WorkShop 6
|
||||
* and NetBeans. These features could be used with other integrations with
|
||||
* debuggers so I've used separate feature defines.
|
||||
*/
|
||||
#if defined(FEAT_NETBEANS_INTG)
|
||||
// NetBeans uses menus.
|
||||
# if !defined(FEAT_MENU)
|
||||
# define FEAT_MENU
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_SUN_WORKSHOP)
|
||||
/*
|
||||
* Use an alternative method of X input for a secondary
|
||||
* command input.
|
||||
*/
|
||||
# define ALT_X_INPUT
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* +footer Motif only: Add a message area at the bottom of the
|
||||
* main window area.
|
||||
*/
|
||||
# define FEAT_FOOTER
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +autochdir 'autochdir' option.
|
||||
*/
|
||||
#if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
|
||||
|| defined(FEAT_BIG)
|
||||
#if defined(FEAT_NETBEANS_INTG) || defined(FEAT_BIG)
|
||||
# define FEAT_AUTOCHDIR
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user