View Single Post
Posts: 45 | Thanked: 45 times | Joined on Jul 2010 @ Berlin
#10
Originally Posted by Cue View Post
possible feature request: can we have a word wrap in the editor or would it have to be added?
The reason I ask is because pygtkeditor is what I use as my latex editor and word wrap would be extremely useful.
You can add word wrap by editing the following pygtkeditor file:

vi /home/opt/pygtkeditor/pge_editor.py
in
Code:
class Editor method __init__
add:
Code:
self.set_wrap_mode (gtk.WRAP_WORD)
 

The Following User Says Thank You to TorstenT For This Useful Post: