buster%netscape.com
83a4e325ce
* added TransactionFactory. Editor no longer allocates its own transactions. This gives us an oppurtunity for a recycler.
...
* added DeleteSelection to editor. Doesn't work very well yet because selection is giving me random offsets into text content.
* lots of work in the various transactions.
1999-01-21 01:51:09 +00:00
sfraser%netscape.com
658863e31c
Reinstate buster's changes, with a fix for the nsCOMPtr problem.
1999-01-15 00:03:41 +00:00
buster%netscape.com
db9c7ea60d
backed out Merge functionality because it doesn't compile on Mac.
1999-01-14 21:52:08 +00:00
buster%netscape.com
92705ab193
added DeleteElementTxn and DeleteRangeTxn, and added merging of text insertions.
...
added some better error checking on all transactions.
1999-01-14 18:02:45 +00:00
pinkerton%netscape.com
c3e3bb6ba5
fixes for SetDOMAttribute --> SetAttribute change.
1999-01-12 18:20:58 +00:00
buster%netscape.com
10b3eb6bea
shuffled around the responsibilities of core editing objects.
...
The key listener is now mostly a mapper of key events to editor actions. Soon, this should be 100% true.
The editor builds transactions that are themselves intelligent. The editor makes very few DOM calls itself.
It relies on the transactions to do most of the actual editing.
1999-01-11 22:47:23 +00:00
buster%netscape.com
1b2e5489c6
implemented joinNode. expect this and similar methods to move into editor.cpp
1999-01-11 19:06:37 +00:00
mcmullen%netscape.com
afeda6e4cc
Remove illegal TextTxn:: within TextTxn class (this is illegal in C++ unless you have a nested class with the same name). This fixes Macintosh build bustage.
1999-01-09 02:41:35 +00:00
buster%netscape.com
42fac746ab
better code factoring, so split and join base methods can be reused
1999-01-09 00:24:48 +00:00
buster%netscape.com
c84d2b5d7c
SplitElementTxn implementation. Do only.
...
test with Control-S.
1999-01-08 22:16:22 +00:00
buster%netscape.com
b3c9b491bf
fixed an uninitialized pointer problem
...
ctrl-ins appends an HR to the BODY
1999-01-08 01:41:34 +00:00
buster%netscape.com
cdabceb9ac
implemented do and undo for CreateElement
...
the test is INS key, it adds an HR
1999-01-08 01:30:53 +00:00
buster%netscape.com
3534fc762a
create element transaction WIP
1999-01-07 22:36:23 +00:00
buster%netscape.com
3c29071bac
use base class Redo
1999-01-07 17:57:57 +00:00
buster%netscape.com
fbbc2960c9
make Redo call Do by default
1999-01-07 17:57:16 +00:00
buster%netscape.com
4da006f744
Delete Text Transaction initial implementation
1999-01-07 17:56:20 +00:00
buster%netscape.com
4fa62cf3f9
support for inserting text
1999-01-07 01:02:32 +00:00
buster%netscape.com
8dc326f5c0
support for removing attributes
1999-01-07 01:02:16 +00:00
buster%netscape.com
2a75ddbb5c
ChangedAttributeTxn implementation
...
base class EditTxn implementation
1999-01-06 20:30:13 +00:00