VimNetbeansInterface

From Freehackers

Jump to: navigation, search

Contents

[edit] Vim NetBeans Interface

The NetBeans interface allows to control Vim using a socket protocol. As explained in the new help file, there is no dependency on Java or on NetBeans itself, it's just a regular text protocol over a socket. The name Netbeans is historical.

I am using this interface to control vim in VimWrapper

[edit] Patches

I have a few minor patches for Vim Netbeans Interface:

[edit] Updated help file

This files fixes a few typo and provide a sligthly better description of the netbeans interface.

  • Link to the file on the vim-dev mailing-list: [1]
  • Link to the patch on this website: [2]

[edit] Fix for the status bar

This patch updates correctly the modified flag in the status bar when changing it using netbeans.

  • Link to the patch on the vim-dev mailing list: [3]
  • Link to the patch on this website: [4]


[edit] More nbdebug output

This patch is very useful is you are debugging the netbeans interface. It will output more debug messages about what is happening on the netbeans interface.

  • Link to the patch on the vim-dev mailing list: [5]
  • Link to the patch on this website: [6]
Personal tools