[cp-patches] Patch: DefaultStyledDocument

2006-02-02 Thread Lillian Angel
Another fix for DefaultStyledDocument. These functions still need more work. 2006-02-02 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (insertUpdate): Rewrote code for Originate. This prevents leaves being created multiple times. If it is

[cp-patches] Patch: DefaultStyledDocument

2006-02-02 Thread Lillian Angel
Another small fix. DefaultStyledDocument.ElementBuffer is working a whole lot better now. There is two cases that still need to be fixed. I hope to be done this by the weekend!!! 2006-02-02 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java

[cp-patches] Patch: DefaultStyledDocument fix

2006-02-01 Thread Lillian Angel
Most structures for DefaultStyledDocument are now correct. Mauve test ElementStructure8 still fails because DefaultStyledDocument is still not perfect for strings inserted with 2 or more fractures. The other mauve tests pass :) 2006-02-01 Lillian Angel [EMAIL PROTECTED] *

Re: [cp-patches] Patch: DefaultStyledDocument fix

2006-02-01 Thread Lillian Angel
Removed some unneeded fields. Rewrote part of the insertContentTag function. ElementStructure8 (mauve test) still fails because of this function. I am still working on it. 2006-02-01 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java: Removed

[cp-patches] Patch: DefaultStyledDocument fixlet

2006-01-31 Thread Lillian Angel
A small fix 2006-01-31 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (insert): Removed comment. (insertUpdate): Added comment. (recreateLeaves): Removed call to push newBranch onto the stack. This does not need to be done

[cp-patches] Patch: DefaultStyledDocument split/edit fix

2006-01-31 Thread Lillian Angel
Another fix to correctly split elements when inserting a new paragraph. 2006-01-31 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (changeUpdate): Fixed calls to split to incorporate new parameter. (insertParagraph): Likewise. Uses

[cp-patches] Patch: DefaultStyledDocument fixes

2006-01-30 Thread Lillian Angel
More fixes for DefaultStyledDocument. I think we are getting close. It should be working slightly better, but there is still alot more to fix. (I can't wait until I reclaim my sanity). I made some changes to how we are editing. We don't need the addEdit functions, it causes more problems than

[cp-patches] Patch: DefaultStyledDocument

2006-01-27 Thread Lillian Angel
Here is another fix. I have almost fully fixed the insertion problem. It is still not working in some cases. I will continue on Monday. Basically, insertFirstContentTag and recreateLeaves still need lots of work. 2006-01-27 Lillian Angel [EMAIL PROTECTED] *

[cp-patches] Patch: DefaultStyledDocument fixes

2006-01-23 Thread Lillian Angel
I made some more changes to DefaultStyledDocument. More mauve tests pass now, but some still fail because we need to rework the fracturing functions (createFracture, insertFracture). The patch is messy because of formatting. Hopefully, the ChangeLog explains everything well enough. 2006-01-23

[cp-patches] Patch: DefaultStyledDocument fracture and split fixes

2006-01-23 Thread Lillian Angel
More small fixes to DefaultStyledDocument. The ChangeLog explains it all. There are still some mauve regressions... almost there! 2006-01-23 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (insertUpdate): Should only call createFracture with

[cp-patches] Patch: DefaultStyledDocument debugging methods.

2006-01-20 Thread Lillian Angel
Removed the debugging methods from this class. 2006-01-20 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (pad): Removed, not needed. (printElements): Likewise. (printEdit): Likewise. Index:

[cp-patches] Patch: DefaultStyledDocument fixlet

2006-01-11 Thread Lillian Angel
This fixes the ElementSpec Tag Type problem. Since the resolve parent was being set; the attribute sets between ElementSpecs were not being compared properly. 2006-01-11 Lillian Angel [EMAIL PROTECTED] * javax/swing/text/DefaultStyledDocument.java (toString): Shouldn't append