2005年11月18日 星期五 12:55
很巧,最近刚刚完成IDLE的优化,添加了自动完成功能、交互状态下清屏、交互状态下的输入保存功能等等。我想共享这些文件,哪里可以上传? 如果你分析过NewEdit的代码中的AutoComplete模块你就会知道了。首先判断编辑况中是否有"."号输入,若有便获得之前的字符串作为标识符。然后再名字空间中寻找标示符对应的对象。。。找到后将其属性列出于创建的提示栏图形界面中。提示栏是组件,一般是个Frame + Listbox组件。 ======= 2005-11-18 11:31:41 您在来信中写道:======= >在编写代码的时候,一般IDE会有自动完成功能,不过这一般是如何实现的呢?编 >辑器里面的提示框属于组件吗? >_______________________________________________ > >python-chinese at lists.python.cn >python-chinese-request at lists.python.cn >python-chinese-request at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! wangzhe wangzhe at eastcom.com 2005-11-18 -------------- next part -------------- A non-text attachment was scrubbed... Name: wangzhe.vcf Type: text/x-vcard Size: 304 bytes Desc: not available Url : http://lists.exoweb.net/pipermail/python-chinese/attachments/20051118/c75d476f/wangzhe-0001.vcf
2005年11月18日 星期五 13:05
代码有多大,如果不大你可以发送到我的油箱,我有空间,可以放上去 我对这个也很感兴趣呀 -- /********************************************************** * Love in Gentoo-Linux C and Python * Look at my blog * http://poorc.wordpress.com **********************************************************/
2005年11月18日 星期五 13:19
good job! On 11/18/05, wangzhe <wangzhe at eastcom.com> wrote: > 很巧,最近刚刚完成IDLE的优化,添加了自动完成功能、交互状态下清屏、交互状态下的输入保存功能等等。我想共享这些文件,哪里可以上传? > > 如果你分析过NewEdit的代码中的AutoComplete模块你就会知道了。首先判断编辑况中是否有"."号输入,若有便获得之前的字符串作为标识符。然后再名字空间中寻找标示符对应的对象。。。找到后将其属性列出于创建的提示栏图形界面中。提示栏是组件,一般是个Frame + Listbox组件。 > ======= 2005-11-18 11:31:41 您在来信中写道:======= > > >在编写代码的时候,一般IDE会有自动完成功能,不过这一般是如何实现的呢?编 > >辑器里面的提示框属于组件吗? > >_______________________________________________ > > > >python-chinese at lists.python.cn > >python-chinese-request at lists.python.cn > >python-chinese-request at lists.python.cn > >http://python.cn/mailman/listinfo/python-chinese > > = = = = = = = = = = = = = = = = = = = = > > > 致 > 礼! > > > wangzhe > wangzhe at eastcom.com > 2005-11-18 > > > _______________________________________________ > Python中文技术讨论邮件列表 > 发言: 发邮件到 python-chinese at lists.python.cn > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > 详细说明: http://python.cn/mailman/listinfo/python-chinese > > > -- ■■■■■■■■■■■■■■■■■■■■■ Myblog: http://blog.donews.com/ygao/ 自建的python学习论坛: http://groups.google.com/group/python_study ■■■■■■■■■■■■■■■■■■■■■
2005年11月18日 星期五 13:38
On 11/18/05, wangzhe <wangzhe at eastcom.com> wrote: > > 很巧,最近刚刚完成IDLE的优化,添加了自动完成功能、交互状态下清屏、交互状态下的输入保存功能等等。我想共享这些文件,哪里可以上传? 我可以提供一个web的项目主页或者blog,当然只有web上操作的权限,在即将开张的 http://ospattern.net 不嫌弃的话和我联系,我这里上传比较麻烦,我会尽快解决上传问题,如果你需要blog的话,给我一天时间来搭建。 如果你分析过NewEdit的代码中的AutoComplete模块你就会知道了。首先判断编辑况中是否有"."号输入,若有便获得之前的字符串作为标识符。然后再名字空间中寻找标示符对应的对象。。。找到后将其属性列出于创建的提示栏图形界面中。提示栏是组件,一般是个Frame > + Listbox组件。 > ======= 2005-11-18 11:31:41 您在来信中写道:======= > > >在编写代码的时候,一般IDE会有自动完成功能,不过这一般是如何实现的呢?编 > >辑器里面的提示框属于组件吗? > >_______________________________________________ > > > >python-chinese at lists.python.cn > >python-chinese-request at lists.python.cn > >python-chinese-request at lists.python.cn > >http://python.cn/mailman/listinfo/python-chinese > > = = = = = = = = = = = = = = = = = = = = > > > 致 > 礼! > > > wangzhe > wangzhe at eastcom.com > 2005-11-18 > > > _______________________________________________ > Python中文技术讨论邮件列表 > 发言: 发邮件到 python-chinese at lists.python.cn > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > 详细说明: http://python.cn/mailman/listinfo/python-chinese > > > -- Yours, fluke fluke at sfcube.net http://sfcube.net/blog -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051118/4616da54/attachment.html
Zeuux © 2025
京ICP备05028076号