Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to increase line padding in Geany IDE?

Tags:

c++

editor

geany

I am using geany, and I need to increase line padding, ie, space between consecutive lines.

For example, in sublime text, we can change padding by:

"line_padding_bottom": 2,
"line_padding_top": 2

How do we do it for Geany? I tried many options and menus, but there doesn't seem to be an option!

Here is an image illustrating the problem: http://i.imgur.com/SWhdhaY.png

like image 721
jonsno Avatar asked Nov 29 '22 06:11

jonsno


1 Answers

Go to Tools->Configuration Files->filetypes.common and search for line_height, and make as line_height=2;2;

like image 126
Mohamed Sameer Avatar answered Nov 30 '22 20:11

Mohamed Sameer