Re: Python scripting roadmap

2008-11-03 Fir de Conversatie Philippe Fremy
Hi, You can use the netbeans interface to do reasonable scripting in python. :help netbeans and search for netbeans on this list to get the latest help file. I have an implementation of the netbeans interface in python, which I can forward it to you offlist if you wish. cheers,

Re: Improvements of netbeans debug logging

2008-06-20 Fir de Conversatie Philippe Fremy
Hi Bram, As long as it is on your todo list, I am happy. Philippe Bram Moolenaar wrote: Philippe Fremy wrote: Hi Bram, What is the status of this patch ? Are you going to include it in gvim ? As I said, it enteriely compiles out if you are not defining DEBUG or NBDEBUG

Re: Improvements of netbeans debug logging

2008-06-18 Fir de Conversatie Philippe Fremy
Hi Bram, What is the status of this patch ? Are you going to include it in gvim ? As I said, it enteriely compiles out if you are not defining DEBUG or NBDEBUG. But if you are, it's very useful to develop with the netbeans interface. cheers, Philippe Philippe Fremy

Re: Update of netbeans help file

2008-06-13 Fir de Conversatie Philippe Fremy
Thanks for the correction. Here is the updated version of the netbeans help file. Philippe Adri Verhoef wrote: On Mon, May 26, 2008 at 15:05:40 +, Philippe Fremy wrote: 4. Error Messages*netbeans-messages* Those error messages are specific

Re: clientserver --remote-send and map

2008-05-28 Fir de Conversatie Philippe Fremy
Yakov Lerner wrote: On Fri, May 23, 2008 at 7:54 PM, Philippe Fremy [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Tony Mechelynck wrote: On 22/05/08 15:52, Philippe Fremy wrote: [...] The conclusion seems pretty clear: mapping code is not executed when

Re: netbeans setModified gui update

2008-05-28 Fir de Conversatie Philippe Fremy
Bram Moolenaar wrote: Philippe Fremy wrote: I've noticed that after applying setModified through the netbeans interface, the tab bar, status bar and title are not updated to reflect the changed modified status. The proposed patch fixes that. I am a beginner in vim development, so tell

Re: clientserver --remote-send and map

2008-05-28 Fir de Conversatie Philippe Fremy
Ben Schmidt wrote: Try this: vim --remote-expr 'feedkeys(\F4)' :help feedkeys() Thanks. It works, but it is not portable, so that's not enough for me. But anyway, I can go without mapping support in --remote-send, if I am aware of it. Not portable?! Why not? My mistake, I checked

netbeans setModified gui update

2008-05-27 Fir de Conversatie Philippe Fremy
Hi, I've noticed that after applying setModified through the netbeans interface, the tab bar, status bar and title are not updated to reflect the changed modified status. The proposed patch fixes that. I am a beginner in vim development, so tell me if it's not the correct way to get the

Re: clientserver --remote-send and map

2008-05-23 Fir de Conversatie Philippe Fremy
Tony Mechelynck wrote: On 22/05/08 15:52, Philippe Fremy wrote: [...] The conclusion seems pretty clear: mapping code is not executed when sending keys through --remote-send. Is that a bug ? [...] I believe it is not a bug, by analogy to the following

Re: clientserver --remote-send and map

2008-05-22 Fir de Conversatie Philippe Fremy
Tony Mechelynck wrote: On 22/05/08 08:51, Yakov Lerner wrote: On Wed, May 21, 2008 at 6:49 PM, Philippe Fremy[EMAIL PROTECTED] wrote: Hi, I am playing with --remote-send. I have the following problem: d:\work\vimWrapper\vimWrapper1\pyvimwrapper\testsgvim --servername HOP --remote

Re: Update of netbeans help file

2008-05-21 Fir de Conversatie Philippe Fremy
Ilya Bobir wrote: Philippe Fremy wrote: [...] For sending key strokes to Vim or for evaluating functions in Vim, you must use the|clientserver|interface. use the |clientserver| interface. When shown in the help file, the | is not visible, so it looks normal. [...] kind

clientserver --remote-send and map

2008-05-21 Fir de Conversatie Philippe Fremy
Hi, I am playing with --remote-send. I have the following problem: d:\work\vimWrapper\vimWrapper1\pyvimwrapper\testsgvim --servername HOP --remote -send :map F4 icoucouLTCRLTESCjCR This sets the function key F4 to do icoucouCRESCj, i.e. insert coucou + end of line, return to normal

Update of netbeans help file

2008-05-20 Fir de Conversatie Philippe Fremy
Hi, The current netbeans help file contains outdated information. It describes the installation and configuration of the External Editor plugin for NetBeans, but this plugin no longer exists. Here is my proposition for an updated netbeans help file with several enhancements. The

Re: D-Bus in vim, and collaborative editing

2008-05-19 Fir de Conversatie Philippe Fremy
Hi Alban, As suggested, you need to look into :help netbeans and at the various projects that are using the netbeans interface. Don't be mislead by the name, netbeans interface no longer has anything to do with netbeans. It's a text protocol over a socket that allows to talk to vim and

Re: D-Bus in vim, and collaborative editing

2008-05-19 Fir de Conversatie Philippe Fremy
Alban Crequy wrote: My goal was to have a common protocol used by several editors (like gedit, kate, vim, emacs). Then I think that you are on the wrong list. You should go to xdg. Similar things have been done for Audio players, notification system on the cross desktop lists: having a

Re: vim gui's / vim api

2008-03-29 Fir de Conversatie Philippe Fremy
Ali Afshar wrote: On Mar 29, 11:55 am, Philippe Fremy [EMAIL PROTECTED] wrote: Caleb Cushing wrote: I've noticed most recently the need for a vi(m) environment is several gui's as sort of an embedded editor. this is really a several year old problem. what I'm wondering