dinkel / gedit-zoom

Gedit plugin that adds the ability to change the font size
http://dinkel.github.com/gedit-zoom
GNU General Public License v2.0
19 stars 2 forks source link

Small changes here and their #9

Closed busterbeam closed 2 years ago

busterbeam commented 3 years ago

no need for self.__class__ so I changed all instances to self.. You do tend to over bracket if conditions so I minimized their use. Mainly tried to improve readability and minize code. small loops view_helper.py have been changed to map for more brief code