http://www.perlmonks.org?node_id=462139


in reply to Re^3: Monastery Gates page is too wide (causes)
in thread Monastery Gates page is too wide

Soft hyphen is better, as it allows the line break to be displayed such that the viewer will realize that there isn't whitespace there.

We should add a user setting for which "break" method to use:

  1. Soft hyphen
  2. <wbr />
  3. zero-width space
  4. space
with the current "auto code wrap" users getting "soft hyphen" and everyone else getting "space". Then the CB should use the selected method instead of the way it currently always uses space and "auto code wrap" should, of course, use the selected method.

I doubt I'll be getting to this any time soon. Others might.

- tye        

  • Comment on Re^4: Monastery Gates page is too wide (future)