我正在使用 geany ,我需要增加行填充,即连续行之间的空间。

例如,在 sublime 文本中,我们可以通过以下方式更改填充:

"line_padding_bottom": 2,
"line_padding_top": 2

我们如何为 Geany 做到这一点?我尝试了很多选项和菜单,但似乎没有选项!

这是说明问题的图像:http://i.imgur.com/SWhdhaY.png

最佳答案

进入 Tools->Configuration Files->filetypes.common 并搜索 line_height,并将其设为 line_height=2;2;

关于c++ - 如何在 Geany IDE 中增加行距?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/35825063/

10-09 15:16