On Sun, Jan 16, 2011 at 3:39 AM, OKB (not okblacke) <[email protected]> wrote: > Hi, I'm looking for a way to get TortoiseHg to word wrap its diffs. > When I go to commit, the diff pane has all the long lines extending off > to the side. I want them to wrap to the window width. How can I do > this?
This is not currently optional. > Also, in the repository explorer, I'd like to set the commit > message pane to wrap permanently. I can right-click on it and choose to > enable word wrap, but the setting is lost when I exit. How can I make > it stay so it always wraps? This is also not currently an option. If you would like to add both, have a look at wordwrap_activated() in tortoisehg/hgtk/changeset.py and search for set_wrap_mode() in tortoisehg/hgtk/status.py. I would accept a patch that enabled word wrap globally in all these places based on a configuration flag (see tortoisehg/hgtk/thgconfig.py) -- Steve Borho ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

