发布网友 发布时间:2022-04-24 07:50
共2个回答
热心网友 时间:2022-06-13 10:37
按command+就可以把terminal里的字体调大了
热心网友 时间:2022-06-13 10:37
There is a file "config-main.def"
I have many copies of Python in my Mac so I have to search for the adequate one.
On my mac was situated at
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/idlelib/config-main.def
It is always on a folder called "idlelib"
edit this file for example to :
[EditorWindow]
width= 80
height= 40
font= courier
font-size= 18
font-bold= 0
encoding= none
The previous size on my Mac was 10 (I changed to 18)
To edit the file you must copy it on some other part. Open and modify with an editor.
Then put instead of the original the modified file. It will ask for a permission to do that.
This was perfect in my case.