Python论坛  - 讨论区

标题:Re: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件)

2004年08月28日 星期六 16:14

tocer tootoo at yeah.net
Sat Aug 28 16:14:31 HKT 2004

你觉得好的话,到http://vim.sourceforge.net/scripts/script.php?script_id=1074
投我一票,我的分数都变成负的了,太不爽了,我还没见过别人有负的呢。东西不大,编起来也挺辛苦的。
----- Original Message ----- 
From: "hoxide" <hoxide_dirac at yahoo.com.cn>
To: <python-chinese at lists.python.cn>
Sent: Saturday, August 28, 2004 3:40 PM
Subject: Re: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件)


> tocer,您好!
> 
> 升到6.3了~~,不错,
> 
> ======= 2004-08-28 15:06:43 您在来信中写道:=======
> 
> >解决办法有三个:
> >  1、升级vim6.2---->6.3
> >  2、降级python---->2.1
> >  3、重新编译vim6.2源代码,使他能兼容你的python版本。不过这招我也不会:)
> >
> >这个脚本的功能简单说就是代码提示。
> >----- Original Message ----- 
> >From: "hoxide" <hoxide_dirac at yahoo.com.cn>
> >To: <python-chinese at lists.python.cn>
> >Sent: Saturday, August 28, 2004 2:34 PM
> >Subject: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件)
> >
> >
> >> tocer,您好!
> >> 
> >> gvim6.2中不能用~~~,需要python2.1~~~, 这个pyfile到底是什么东西?
> >> 
> >> ======= 2004-08-28 13:21:58 您在来信中写道:=======
> >> 
> >> >版本:0.3
> >> >
> >> >运行平台:linux ,windows,VIM
> >> >          我只在中文win2000+vim6.3中测试通过。别的平台,别的vim版本没有测试,如果也能通过,告诉我一声。
> >> >
> >> >特性:
> >> >    1、在vim里编码的时候,可以随着你的输入,自动显示模块或者函数名称和用法,就像idle或者pywin里的calltips,不过我这个脚本还能显示用法和帮助。
> >> >    2、只支持python语言。
> >> >
> >> >用法:
> >> >    1、打开一个python文件,然后pyfile <路径>pyCallTips.py,如果没有报错,就能运行了,在python文件中import的模块和方法,都能够随着你的输入显示出来。支持内建函数,试着输入 dir 看看。或者放入vimrc文件中,自动运行。
> >> >    2、如果新增import 或者 from 。。import语句,需要按刷新一下,这样才能显示出新增的模块和方法
> >> >
> >> >如果有问题,在这里提出来,我会尽量回答的。如果好使,也说一声,让我也高兴高兴。_______________________________________________
> >> >python-chinese list
> >> >python-chinese at lists.python.cn
> >> >http://python.cn/mailman/listinfo/python-chinese
> >> >
> >> 
> >> = = = = = = = = = = = = = = = = = = = =
> >> 
> >> 
> >>         致
> >> 礼!
> >>  
> >> 
> >>         hoxide
> >>         hoxide_dirac at yahoo.com.cn
> >>           2004-08-28
> >> 
> >> 
> >
> >
> >--------------------------------------------------------------------------------
> >
> >
> >> _______________________________________________
> >> python-chinese list
> >> python-chinese at lists.python.cn
> >> http://python.cn/mailman/listinfo/python-chinese
> >> _______________________________________________
> >python-chinese list
> >python-chinese at lists.python.cn
> >http://python.cn/mailman/listinfo/python-chinese
> >
> 
> = = = = = = = = = = = = = = = = = = = =
> 
> 
>         致
> 礼!
>  
> 
>         hoxide
>         hoxide_dirac at yahoo.com.cn
>           2004-08-28
> 
> 


--------------------------------------------------------------------------------


> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年08月28日 星期六 16:25

tocer tootoo at yeah.net
Sat Aug 28 16:25:51 HKT 2004

又被什么人投了一张负票,郁闷死了
----- Original Message ----- 
From: "tocer" <tootoo at yeah.net>
To: <python-chinese at lists.python.cn>
Sent: Saturday, August 28, 2004 4:14 PM
Subject: Re: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件)


> 你觉得好的话,到http://vim.sourceforge.net/scripts/script.php?script_id=1074
> 投我一票,我的分数都变成负的了,太不爽了,我还没见过别人有负的呢。东西不大,编起来也挺辛苦的。
> ----- Original Message ----- 
> From: "hoxide" <hoxide_dirac at yahoo.com.cn>
> To: <python-chinese at lists.python.cn>
> Sent: Saturday, August 28, 2004 3:40 PM
> Subject: Re: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件)
> 
> 
> > tocer,您好!
> > 
> > 升到6.3了~~,不错,
> > 
> > ======= 2004-08-28 15:06:43 您在来信中写道:=======
> > 
> > >解决办法有三个:
> > >  1、升级vim6.2---->6.3
> > >  2、降级python---->2.1
> > >  3、重新编译vim6.2源代码,使他能兼容你的python版本。不过这招我也不会:)
> > >
> > >这个脚本的功能简单说就是代码提示。
> > >----- Original Message ----- 
> > >From: "hoxide" <hoxide_dirac at yahoo.com.cn>
> > >To: <python-chinese at lists.python.cn>
> > >Sent: Saturday, August 28, 2004 2:34 PM
> > >Subject: Re: [python-chinese] ANN:能够显示python calltips的VIM脚本(上次忘了带附件)
> > >
> > >
> > >> tocer,您好!
> > >> 
> > >> gvim6.2中不能用~~~,需要python2.1~~~, 这个pyfile到底是什么东西?
> > >> 
> > >> ======= 2004-08-28 13:21:58 您在来信中写道:=======
> > >> 
> > >> >版本:0.3
> > >> >
> > >> >运行平台:linux ,windows,VIM
> > >> >          我只在中文win2000+vim6.3中测试通过。别的平台,别的vim版本没有测试,如果也能通过,告诉我一声。
> > >> >
> > >> >特性:
> > >> >    1、在vim里编码的时候,可以随着你的输入,自动显示模块或者函数名称和用法,就像idle或者pywin里的calltips,不过我这个脚本还能显示用法和帮助。
> > >> >    2、只支持python语言。
> > >> >
> > >> >用法:
> > >> >    1、打开一个python文件,然后pyfile <路径>pyCallTips.py,如果没有报错,就能运行了,在python文件中import的模块和方法,都能够随着你的输入显示出来。支持内建函数,试着输入 dir 看看。或者放入vimrc文件中,自动运行。
> > >> >    2、如果新增import 或者 from 。。import语句,需要按刷新一下,这样才能显示出新增的模块和方法
> > >> >
> > >> >如果有问题,在这里提出来,我会尽量回答的。如果好使,也说一声,让我也高兴高兴。_______________________________________________
> > >> >python-chinese list
> > >> >python-chinese at lists.python.cn
> > >> >http://python.cn/mailman/listinfo/python-chinese
> > >> >
> > >> 
> > >> = = = = = = = = = = = = = = = = = = = =
> > >> 
> > >> 
> > >>         致
> > >> 礼!
> > >>  
> > >> 
> > >>         hoxide
> > >>         hoxide_dirac at yahoo.com.cn
> > >>           2004-08-28
> > >> 
> > >> 
> > >
> > >
> > >--------------------------------------------------------------------------------
> > >
> > >
> > >> _______________________________________________
> > >> python-chinese list
> > >> python-chinese at lists.python.cn
> > >> http://python.cn/mailman/listinfo/python-chinese
> > >> _______________________________________________
> > >python-chinese list
> > >python-chinese at lists.python.cn
> > >http://python.cn/mailman/listinfo/python-chinese
> > >
> > 
> > = = = = = = = = = = = = = = = = = = = =
> > 
> > 
> >         致
> > 礼!
> >  
> > 
> >         hoxide
> >         hoxide_dirac at yahoo.com.cn
> >           2004-08-28
> > 
> > 
> 
> 
> --------------------------------------------------------------------------------
> 
> 
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >


--------------------------------------------------------------------------------


> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号