eclispse 中python 注释 颜色设置 背景设置

1.改eclipse背景色
windows->peferences->General->Editors->Text Editor
Appearance color options:
选择Background color,去掉System default 在color里选择颜色(色调:85。饱和度:123。亮度:205),然后apply

eclispse 中python 注释 颜色设置 背景设置_第1张图片

2.改PyDev注释颜色
PyDev插件安装上后,默认注释的颜色是灰色,看注释非常费力,于是又找到改注释颜色办法。
windows->peferences->PyDev->Editor
Appearance color options:
选择Comments,在color里选择颜色,然后apply

eclispse 中python 注释 颜色设置 背景设置_第2张图片

3.显示行号:
Window – Prefences – General – Editors – Text Editors – show line numbers
4.打开PyDev中的Python解释器:
在PyDev中,有时想使用直接边写边调试,使用python解释器比较方便,在PyDev中打开方法:

eclispse 中python 注释 颜色设置 背景设置_第3张图片

现在看代码省力多了
5. 添加已有文件,eclipse添加已有文件还是比较麻烦,除了把拖进‘explorer’,我没有找到直接把外部文件引用进去的方。不过如果可以把源文件拷过来,不产生bug的话,还是拷过来,然后按f5,文件就会出现在’explorer’里了

你可能感兴趣的:(PHP)