On Fri, Feb 07, 2003 at 12:55:17PM +0000, John Levon spake thusly: > > Add GUI colors for added/deleted text, and the changebars > > > diff -u -r1.35 LColor.C > --- src/LColor.C 6 Jan 2003 14:02:20 -0000 1.35 > +++ src/LColor.C 7 Feb 2003 11:31:43 -0000 > @@ -84,6 +84,9 @@ > { error, N_("LaTeX error"), "error", "Red", "error" }, > { eolmarker, N_("end-of-line marker"), "eolmarker", "Brown", "eolmarker" }, > { appendixline, N_("appendix line"), "appendixline", "Brown", "appendixline" }, > + { changebar, N_("change bar"), "changebar", "Blue", "changebar" }, > + { strikeout, N_("Deleted text"), "strikeout", "Red", "strikeout" }, > + { newtext, N_("Added text"), "newtext", "Blue", "newtext" }, > { added_space, N_("added space markers"), "added_space", "Brown", >"added_space" }, > { topline, N_("top/bottom line"), "topline", "Brown", "topline" }, > { tabularline, N_("tabular line"), "tabularline", "black", > Index: src/LColor.h > =================================================================== > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/LColor.h,v > retrieving revision 1.24 > diff -u -r1.24 LColor.h > --- src/LColor.h 5 Jul 2002 21:24:12 -0000 1.24 > +++ src/LColor.h 7 Feb 2003 11:31:44 -0000 > @@ -137,6 +137,12 @@ > added_space, > /// Appendix line color > appendixline, > + /// changebar color > + changebar, > + /// strike-out color > + strikeout, > + /// added text color > + newtext, > /// Top and bottom line color > topline, > /// Table line color >
Does this mean strikeout is red, newly inserted is blue? And changebar (blue) is used to tag both? Would it be very hard to have a real strikeout (line through the middle) and have new text underlined and red? More like Word :-( Ah well, get this to work first... this is going to be a selling point, I know. Martin
msg52561/pgp00000.pgp
Description: PGP signature