Comment 6 for bug 1349838

Revision history for this message
Siergiej Riaguzow (riaguzov) wrote : Re: Replace GtkTextView with GtkSourceview

PS Is search (Ctr-F) working now? In Arch package for example now. Have you made changes to loginc on xpad_undo functons? I believed I was able to break it with some corner cases. This was long ago unfortunately.

For example:
1. Type 12345
2. Hit Enter
3. Press b
4. Go back o first line and type xxx in the end so it looks like xxx.
5. Add 2 to 12345xxx so that it is 12345xx2x

Not repeatedly press Undo/Redo. At one (I'm not yet sure which) moment instead of working correct;u 12345 after disspearing won't appear back again with redo.

Should I find exact steps to reproduce/subit a bug/assign to myself? I'm feeling bad about this bug.

And what about search? Is is planned?

I remember creating a bug about it but I don't know what's the final state of this: "https://bugs.launchpad.net/xpad/+bug/452226"

Don't what to introduce bugs in that, would better make sure there are no more bugs in undo/redo

What's you opinion? Can I clean up myself a little (it should concern xpad-undo.h and xpad-undo.c

THank you!