GNOME Bugzilla – Bug 700515
Make wordwrap toggle a primary element of the UI
Last modified: 2013-05-17 18:07:46 UTC
I write both code and text in gedit. When writing code, wordwrap is best suited to being turned off which is accessed via the menus at Edit>Preferences>Enable Text Editing but when writing blog posts or making notes it's best to enable wordwrap such that text flow is preserved (I don't need to limit document writing to 80 characters per line :). Can wordwrap be promoted to a top level element of the UI. I see that spacing/tabs were bumped to top level (on the status bar) and wondered if wordwrap could be placed there too. I'm happy to work on a patch for this if provided with some pointers and 'the nod' from one of the gedit team. Regards, Nick
Hi Nick, I think that the best here is that you create a simple python plugin which adds the option in the menu for you. It should be pretty easy to make and it would fit your use case. You could even instead use external tools, a simple tool which uses gsettings set "thesetting"
*** This bug has been marked as a duplicate of bug 119428 ***