OCamlPro / ocaml-top

A simple cross-platform OCaml code editor built for top-level evaluation.
http://typerex.org/ocaml-top.html
GNU General Public License v3.0
64 stars 8 forks source link

Bug when undoing too many times #43

Open AltGr opened 11 years ago

AltGr commented 11 years ago

If you try to undo too many times, gtk shows some assert failures. If you then try to redo, it scrambles your buffer.

This is a bug in the libraries, ocaml-top doesn't do any manual undo handling. We need to find a workaround.