Python论坛  - 讨论区

标题:[python-chinese] newedit能否把cmd窗口整合进去?

2005年07月25日 星期一 18:23

Leo Jay python.leojay at gmail.com
Mon Jul 25 18:23:49 HKT 2005

试过几次了,一样的……

On 7/25/05, limodou <limodou at gmail.com> wrote:
> 搞不懂,建议重启。
> 
> 在 05-7-25,Leo Jay<python.leojay at gmail.com> 写道:
> > 版本是2.9
> > 我看着秒表大概的算了一下,从双击到newedit出现,20秒左右(正负2秒)
> > 我的电脑应该也不算很差,AMD Barton 2500+, 1G 内存
> >
> > On 7/25/05, Spirit Auding <auding at gmail.com> wrote:
> > > Leo 是不是说要像Notepad一样,唰的一下就打开了……:-)
> > >


-- 
Best Regards,
Leo Jay

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

2005年07月25日 星期一 18:47

limodou limodou at gmail.com
Mon Jul 25 18:47:00 HKT 2005

唉,看来你的机器不适合运行NewEdit了。:(

在 05-7-25,Leo Jay<python.leojay at gmail.com> 写道:
> 试过几次了,一样的……
> 
> On 7/25/05, limodou <limodou at gmail.com> wrote:
> > 搞不懂,建议重启。
> >
> > 在 05-7-25,Leo Jay<python.leojay at gmail.com> 写道:
> > > 版本是2.9
> > > 我看着秒表大概的算了一下,从双击到newedit出现,20秒左右(正负2秒)
> > > 我的电脑应该也不算很差,AMD Barton 2500+, 1G 内存
> > >
> > > On 7/25/05, Spirit Auding <auding at gmail.com> wrote:
> > > > Leo 是不是说要像Notepad一样,唰的一下就打开了……:-)
> > > >
> 
> 
> --
> Best Regards,
> Leo Jay
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

2005年07月25日 星期一 18:56

Leo Jay python.leojay at gmail.com
Mon Jul 25 18:56:34 HKT 2005

兄弟,你不能就这样抛弃我呀……

On 7/25/05, limodou <limodou at gmail.com> wrote:
> 唉,看来你的机器不适合运行NewEdit了。:(
> 
> 在 05-7-25,Leo Jay<python.leojay at gmail.com> 写道:
> > 试过几次了,一样的……
> >
> > On 7/25/05, limodou <limodou at gmail.com> wrote:
> > > 搞不懂,建议重启。
> > >
> > > 在 05-7-25,Leo Jay<python.leojay at gmail.com> 写道:
> > > > 版本是2.9
> > > > 我看着秒表大概的算了一下,从双击到newedit出现,20秒左右(正负2秒)
> > > > 我的电脑应该也不算很差,AMD Barton 2500+, 1G 内存
> > > >
> > > > On 7/25/05, Spirit Auding <auding at gmail.com> wrote:
> > > > > Leo 是不是说要像Notepad一样,唰的一下就打开了……:-)
> > > > >
> >
> >
> > --
> > Best Regards,
> > Leo Jay
> >
> 
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
Best Regards,
Leo Jay

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

2005年07月25日 星期一 21:15

alang yin alang.yl at gmail.com
Mon Jul 25 21:15:59 HKT 2005

现在已经知道了。
NewEdit的代码编写界面,默认是不打开代码折叠的。在设置里面设置一下就发了。
搞得我以为没有。我现在读的代码比较多,没有折叠功能的编辑器,还真不习惯。

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

2005年07月25日 星期一 21:32

limodou limodou at gmail.com
Mon Jul 25 21:32:25 HKT 2005

对于ftp不能输入大于100的问题可以在mixins/FtpClass.py中修改OnSite函数:

	def OnSite(self, event):
		filename = i18n.makefilename(self.mainframe.ftp_resfile,
self.mainframe.app.i18n.lang)
		dlg = Resource.loadfromresfile(filename, self.mainframe,
FtpManageDialog, 'FtpManageDialog', self.mainframe)
		dlg.obj_ID_PORT.SetRange(0, 65535)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
		dlg.ShowModal()
		self.load()

增加上面波浪线那行代码即可。

现在发现ftp功能如果执行pyw后缀时的确有问题,但在命令行下就可以。查了半天感觉socket被阻塞住了,很奇怪,一时解决不了,如果想使用这个功能,还是先在命令行下运行好了。如果有知道的,告诉一下啊。不然ftplib可能就用不了了。

在 05-7-25,alang yin<alang.yl at gmail.com> 写道:
> 现在已经知道了。
> NewEdit的代码编写界面,默认是不打开代码折叠的。在设置里面设置一下就发了。
> 搞得我以为没有。我现在读的代码比较多,没有折叠功能的编辑器,还真不习惯。
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号