On Thu, Sep 8, 2011 at 1:33 PM, Jacky Liu wrote: > ... > Basically, I want to use Vim as an UI to my own program, or as many > programs as I can make it. This shouldn't be what Vim stands against I > suppose, for Vim already has built-in support for programs like gdb, I > was just trying to extend it a little. My objective was to send > messages/commands to an external process using key mappings/user > commands, and monitor the output through Vim buffers. > ...
You could use the Vim netbeans interface. The Vim netbeans interface allows editing or/and monitoring Vim buffers. The ":nbkey" command can be used to send any text (no key mapping is required) over the netbeans socket as a "keyCommand" event and as a "keyAtPos" event. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
