package zed

  1. Overview
  2. Docs
Abstract engine for text edition in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

zed-1.6.tbz
md5=f75c3094af1a22f9801d5ca5eb2d40e0

CHANGES.md.html

1.6 (2017-11-05)

  • safe-string compatibility (#8)

1.5 (2017-04-26)

  • Switch to jbuilder (Rudi Gringberg, #4)

  • Make {delete_,kill_,}{next,prev}_word consistent near the start/end of the buffer (Fabian (github use copy), #5)

1.4 (2015-01-07)

  • added Zed_edit.get_line

  • added Zed_line.line_{length,stop}

  • fix a bug in cursor updates

  • fix some invalid use of react

1.3 (2014-04-21)

  • Zed_rope fixes:

    • rev_map: fix recursion

    • enforce evaluation order in map & rev_map

1.2 (2012-07-30)

  • add escaping functions

  • add Zed_utf8.next_error

1.1 (2011-08-06)

  • add the {delete,kill}-{prev,next}-word actions and functions

  • add Zed_edit.Insert(ch)

  • add Zed_edit.replace

  • raise an exception when editing a read-only part of a text

  • disable the move function

  • add support for undo

  • add Zed_input to ease writing key binders

  • add Zed_macro to ease writing macro system

  • fix Zed_rope.Zip.sub

  • add Zed_edit.new_clipboard

  • add Zed_utf8.add