Skip to content
Snippets Groups Projects
  1. Sep 17, 2017
  2. Sep 16, 2017
    • gwenn's avatar
      Partial hints support (#67) · a562b76c
      gwenn authored
      Only displayed on unix terminal.
      For windows, we will have to remove ANSI escape sequence when
      there is no support for ANSI colors (Windows < 10).
      a562b76c
    • gwenn's avatar
      Breaking changes: refactor completion · 87ce2537
      gwenn authored
      Completer::complete takes a mutable reference.
      Editor takes a Option<Rc<RefCell<Completer>>.
      87ce2537
  3. Sep 12, 2017
  4. Sep 03, 2017
  5. Aug 18, 2017
  6. Jun 15, 2017
  7. May 01, 2017
  8. Apr 30, 2017
  9. Apr 29, 2017
  10. Apr 22, 2017
  11. Apr 18, 2017
  12. Apr 08, 2017
  13. Apr 07, 2017
    • gwenn's avatar
      Rustfmt · 69029ed6
      gwenn authored
      Some blocks are not correctly aligned/shifted (see keymap.rs).
      69029ed6
  14. Apr 02, 2017
  15. Mar 31, 2017
  16. Mar 26, 2017
  17. Mar 20, 2017
    • gwenn's avatar
      Fix Undo implementation · 537f8e01
      gwenn authored
      KillRing is bound to the LineBuffer only during Kill operations.
      And the ChangeSet is unbound to the LineBuffer when undoing.
      
      The implementation is still incomplete...
      
      Note: a Map is used instead of a Vec because I could not make
      the unbound method works with a Vec.
      537f8e01
  18. Mar 19, 2017
  19. Mar 03, 2017
Loading