Nvu progress 20041222
By glazou on Wednesday 22 December 2004, 14:25 - Nvu - Permalink
- Nvu 0.70 is on its way, for Windows and Linux
- I can already imagine some geeks making a whoohoooo dance around the desk : I have found a quite simple way to number the lines in the source view... A bit of CSS and a few lines in nsHTMLEditRules.cpp. Will be in 0.80, and it will, of course, be configurable.

Comments
Could this source view line numbering also be adapted for the Mozilla/Firefox View Source window?
Alex: modulo some light changes in the serializer, yes, I think it could. The key factor here is the generation of li elements instead of br's.
Hint for line numbering: Try CSS ordered lists and replace each by <li>
yay, great news!