(10)Robot Framework调整字体

Robot Framework中RIDE那点点小的字和一片黑,感觉眼睛都要看得瞎掉了,一不小心输错一个字母调试的时候就出现了问题。

万能的google告诉了我答案,原来它也是可以调的,嘻嘻~

在使用robot的时候,在Text Edit模式下,代码和其他编辑器一样可以区分代码颜色。

1、安装控件Pygments

F:\Python27\Scripts>pip show pygments

F:\Python27\Scripts>pip install pygments
Collecting pygments
  Using cached Pygments-2.2.0-py2.py3-none-any.whl
Installing collected packages: pygments
Successfully installed pygments-2.2.0

F:\Python27\Scripts>pip show pygments
Name: Pygments
Version: 2.2.0
Summary: Pygments is a syntax highlighting package written in Python.
Home-page: http://pygments.org/
Author: Georg Brandl
Author-email: georg@python.org
License: BSD License
Location: f:\python27\lib\site-packages
Requires:

2、打开RIDE

安装完成后可以在robot的IDE菜单栏 Tools > Preferences > Text Editor

然后设置你平时适应的颜色和字体啦

image.png
image.png

参考

http://blog.csdn.net/cuipan1234/article/details/70649827

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容