This is an incredibly simple feature which to me is "obvious" but after so many module iterations have been left out still. Am i overlooking an obvious detail of why this was left out ?
Please include this in the module as it makes code much more readable.
thx.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screen Shot 2013-06-04 at 01.13.23.png | 30.12 KB | cameron tod |
| codefilter.pre_.css_.patch | 474 bytes | litwol |
Comments
Comment #1
litwol commentedComment #2
haysuess commentedI can't believe this needs a patch also!
Except it should be:
white-space: pre-wrap; so it preserves them and wraps them so the text doesn't flow outside the code area.
Comment #3
cameron tod commentedI don't think this is required, it should be handled in codefilter_fix_spaces().
Here's an example:

A bigger issue perhaps is that this module hasn't had a recommended D6 release since 2008 (!). Part of that is that it is used on Drupal.org, so any update will be subject to the scrutiny of the entire Drupal community. The 6.x-1.x codebase has several improvements, so I need to work on getting a 1.1 out.