Modifying line breaks

2002-03-26 Thread rsteinke
I'd like to modify the way line breaking works in a GtkTextView (specifically, to prevent breaking between a / and an immediately following alpha character, so /foo isn't broken). After digging through the docs for a while, it looks like the way to do this is to override the default

Re: Modifying line breaks

2002-03-26 Thread Owen Taylor
[EMAIL PROTECTED] writes: I'd like to modify the way line breaking works in a GtkTextView (specifically, to prevent breaking between a / and an immediately following alpha character, so /foo isn't broken). After digging through the docs for a while, it looks like the way to do this