Back-end to allow viewsource to toggle wrapping of long lines. b=22022 r=bzbarsky sr=jst

git-svn-id: svn://10.0.0.236/trunk@102241 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rbs%maths.uq.edu.au
2001-09-05 01:02:58 +00:00
parent 216a755d04
commit 8cedb518ee
6 changed files with 46 additions and 14 deletions

View File

@@ -255,6 +255,7 @@ protected:
PRInt32 mPopupTag;
PRInt32 mSummaryTag;
PRBool mSyntaxHighlight;
PRBool mWrapLongLines;
nsDTDMode mDTDMode;
eParserCommands mParserCommand; //tells us to viewcontent/viewsource/viewerrors...