让Ultraledit成为python开发环境

开始学习Python之后一直是用linux下的vi,周日在自己的pc也安装了python,本机也有开发环境了。下面讲一下如何配置自己的Ultraledit使它方便的开发python。

设置语法高亮显示

1、去http://www.ultraedit.com/downloads/extras.html下载wordfile,具体地址是:http://www.ultraedit.com/files/wf/python26.uew

2、编辑你的Ultraledit的wordfile,把上面文件的内容添加到wordfile的最后。你Ultraledit的wordfile通常在: C:\Program Files\IDM Computer Solutions\UltraEdit-32\WORDFILE.TXT

这样语法高亮就设置好了。

设置在Ultraledit中运行python

在Ultraledit的菜单:高级–》工具配置里配置运行python,我的配置如下(记住,可以用快捷键ctrl+shift+0直接执行,比点鼠标快):

ue

将.py文件关联到Ultraledit

如果你想双击.py文件就用Ultraledit打开的话你可以将.py文件关联到Ultraledit。

这样Ultraledit就被设置为python的开发环境了。

Related posts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>