gecko-dev/editor/libeditor/html
buster%netscape.com 99a96a39ec 1. block transformation infrastructure is now in place. We can go ahead and implement interesting
features like set paragraph style, set list type, indent, etc.  I'm sure there's holes in my
implementation that these high level features will make obvious.

2. I've factored a lot of utility methods from several modules into nsEditor as public static methods.
This makes them easily accessable to all, and will help Joe and I remove redundant methods.

3. I changed the HTML tags to lower case, and made all string compares case-insensitive.  No, this
isn't quite the right thing to do, but we don't have atoms from layout yet.  The Right Thing is for us
to reuse those atoms.
1999-05-05 04:05:19 +00:00
..
nsEditProperty.cpp 1. block transformation infrastructure is now in place. We can go ahead and implement interesting 1999-05-05 04:05:19 +00:00
nsEditProperty.h As a reminder, we decided to do this based strictly content. Some support for style-based text properties is written, but not used 1999-04-01 17:58:07 +00:00
nsHTMLEditor.cpp 1. block transformation infrastructure is now in place. We can go ahead and implement interesting 1999-05-05 04:05:19 +00:00
nsHTMLEditor.h 1. block transformation infrastructure is now in place. We can go ahead and implement interesting 1999-05-05 04:05:19 +00:00
nsHTMLEditRules.cpp revamped join on deletion 1999-05-04 08:03:07 +00:00
nsHTMLEditRules.h revamped join on deletion 1999-05-04 08:03:07 +00:00
TextEditorTest.cpp more factoring 1999-04-20 22:02:02 +00:00
TextEditorTest.h Added blank line for native compilers. 1999-04-16 22:34:54 +00:00
TypeInState.h Must define inline methods _before_ calling them on AIX 4.2 with xlC. 1999-04-23 16:47:30 +00:00