Closed
Bug 61608
Opened 24 years ago
Closed 24 years ago
View Source not color coded
Categories
(SeaMonkey :: UI Design, defect, P3)
Tracking
(Not tracked)
People
(Reporter: tpowellmoz, Assigned: bugs)
Details
Using Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001127.
In earlier versions of Mozilla (M17 for certain), view page source had color
coding for HTML tags. It's gone now. I'm assuming this is accidental? The color
coding was very helpful. It seemed to work fine, so I can't see why it'd be removed.
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 52154 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 2•24 years ago
|
||
View-source coloring was turned off because of performance problems with
displaying the generated colored html. Bug 52154 should turn it into a pref
(off by default until the performance problems are worked out).
Comment 3•24 years ago
|
||
The addition of:
user_pref("browser.view_source.syntax_highlight",true)
to prefs.js will turn color coding on.
Comment 5•24 years ago
|
||
Half-way... bug 52154 is a two parter.
1. Create a pref (instead of a compile option)
2. Put that pref into the GUI.
Setup one has been completed, but it's not in the Prefs dialog yet, so the only
way to activate it is to edit prefs.js.
There are still preformance issues (I don't have a bug #).
Reporter | ||
Comment 6•24 years ago
|
||
This doesn't seem to be a duplicate to me. I'm not asking for a pref. I'm
asking for it to be turned on. It should be on by default since this was the
behavior of 4.x. Performance issues should be resolved and then no pref should
be added to the UI.
However, thanks for the information Jake. It looks much better with the pref
enabled. :-)
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•