修改Python IDLE代码配色及语法高亮主题.doc

上传人:壹****1 文档编号:561539922 上传时间:2023-11-09 格式:DOC 页数:5 大小:52.01KB
返回 下载 相关 举报
修改Python IDLE代码配色及语法高亮主题.doc_第1页
第1页 / 共5页
修改Python IDLE代码配色及语法高亮主题.doc_第2页
第2页 / 共5页
修改Python IDLE代码配色及语法高亮主题.doc_第3页
第3页 / 共5页
修改Python IDLE代码配色及语法高亮主题.doc_第4页
第4页 / 共5页
修改Python IDLE代码配色及语法高亮主题.doc_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

《修改Python IDLE代码配色及语法高亮主题.doc》由会员分享,可在线阅读,更多相关《修改Python IDLE代码配色及语法高亮主题.doc(5页珍藏版)》请在金锄头文库上搜索。

1、修改Python IDLE代码配色及语法高亮主题初学Python,想必大家拿来练习最多的IDE就是Python自带的IDLE了,但是默认的代码配色及语法高亮主题确实很不适应,所以我们需要做个小小的美化,比如像下面这样我做的美化配置:HOW TO DO?别急,下面按我介绍的一步一步来就可以了,首先要找到名为config-highlight.cfg的文件,这个文件位于哪里呢?我列了一份可以找到它的路径清单:在Linux系列系统下路径为(表示用户目录):/.idlerc/在Windows XP下路径为:C:Documents and Settings.idlerc在Windows 7下路径为:C:U

2、sers.idlerc对于Windows可以直接打开开始运行或者在地址栏输入下面的路径确认即可:%USERPROFILE%.idlerc找到这个名叫config-highlight.cfg文件后接下来就需要编辑它了,怎么?找不到?没关系,我们可以新创建一个config-highlight.cfg。当然,说到编辑,命令控们也可以尝试下面的命令,在Linux系统下:# for Linuxvi /.idlerc/config-highlight.cfg在Windows系统下:notepad %USERPROFILE%.idlercconfig-highlight.cfg好了,现在我们应该已经打开co

3、nfig-highlight.cfg这个文件并做好编辑的准备了,比如说我可以通过修改这个文件为下面内容来实现两个名为Obsidian和tango的代码高亮主题:Obsidiandefinition-foreground = #678CB1error-foreground = #FF0000string-background = #293134keyword-foreground = #93C763normal-foreground = #E0E2E4comment-background = #293134hit-foreground = #E0E2E4builtin-background =

4、#293134stdout-foreground = #678CB1cursor-foreground = #E0E2E4break-background = #293134comment-foreground = #66747Bhilite-background = #2F393Chilite-foreground = #E0E2E4definition-background = #293134stderr-background = #293134hit-background = #000000console-foreground = #E0E2E4normal-background = #

5、293134builtin-foreground = #E0E2E4stdout-background = #293134console-background = #293134stderr-foreground = #FB0000keyword-background = #293134string-foreground = #EC7600break-foreground = #E0E2E4error-background = #293134 tangodefinition-foreground = #fce94ferror-foreground = #fa8072string-backgro

6、und = #2e3436keyword-foreground = #8cc4ffnormal-foreground = #ffffffcomment-background = #2e3436hit-foreground = #ffffffbreak-foreground = #000000builtin-background = #2e3436stdout-foreground = #eeeeeccursor-foreground = #fce94fhit-background = #2e3436comment-foreground = #73d216hilite-background =

7、#edd400definition-background = #2e3436stderr-background = #2e3436break-background = #2e3436console-foreground = #87ceebnormal-background = #2e3436builtin-foreground = #ad7fa8stdout-background = #2e3436console-background = #2e3436stderr-foreground = #ff3e40keyword-background = #2e3436string-foregroun

8、d = #e9b96ehilite-foreground = #2e3436error-background = #2e3436tango这个主题就是文章一开始展示的主题效果,怎么样是否很酷?等等,我们修改了config-highlight.cfg这个文件并不意味着事情结束了,我们还需要在Python IDLE中选择我们的主题,这时如果已经打开Python IDLE,请保存必要文件并重新开启IDLE,开启后依次选择菜单上Options Configure IDLE选择Highlighting选项卡,然后Select选择a Custom Theme,如下图所示,选择刚才配置的两个主题之一,我这里选择tango。完成配置后点击Apply或者OK,看看效果吧,有童鞋要问字体怎么配置?这个容易,在Highlighting选项卡旁边有个Fonts/Tabs选项卡,可以用来配置字体和缩进宽度的:好了,做完这些一个崭新的界面就应该呈现了,如果看不到效果请重启Python IDLE。

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 生活休闲 > 社会民生

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号