1. 04 Feb, 2018 2 commits
  2. 24 Jan, 2018 1 commit
  3. 15 Jan, 2018 1 commit
  4. 09 Jan, 2018 2 commits
  5. 29 Dec, 2017 3 commits
  6. 21 Nov, 2017 2 commits
  7. 13 Nov, 2017 1 commit
  8. 12 Nov, 2017 1 commit
  9. 07 Nov, 2017 1 commit
  10. 01 Nov, 2017 1 commit
  11. 31 Oct, 2017 1 commit
  12. 29 Oct, 2017 2 commits
  13. 26 Oct, 2017 2 commits
  14. 19 Oct, 2017 1 commit
    • David Lawrence Ramsey's avatar
      search: don't bother saving and restoring the search direction · f8c75c43
      David Lawrence Ramsey authored
      Most people who make use of 'do_findprevious' and 'do_findnext'
      will not make use of 'do_search' (the default binding of M-W),
      so for them it is superfluous to remember the state of the
      Backwards toggle in the Search menu.  For the people that do
      mix the usage of Alt+Up/Down with M-W, it means that M-W will
      always search in the same direction as the last search.  It is
      a small change in behavior.
      f8c75c43
  15. 14 Oct, 2017 1 commit
  16. 20 Sep, 2017 1 commit
  17. 19 Sep, 2017 2 commits
  18. 17 Sep, 2017 1 commit
  19. 14 Sep, 2017 1 commit
  20. 18 Aug, 2017 1 commit
  21. 06 Aug, 2017 1 commit
  22. 18 Jul, 2017 1 commit
  23. 09 Jul, 2017 1 commit
  24. 07 Jul, 2017 2 commits
    • David Lawrence Ramsey's avatar
      replacing: make spotlight() account for varying chunk width · aa04ad4f
      David Lawrence Ramsey authored
      spotlight() now displays softwrapped lines chunk by chunk instead of all
      at once.  Since softwrapped lines are no longer of constant width, the
      latter approach would fail if softwrapping breaks the spotlighted text.
      
      Instead of taking a string, spotlight() now takes the starting and ending
      columns of that string.  Also, its handling of softwrapped lines is now
      split off into a separate function, spotlight_softwrapped().
      aa04ad4f
    • David Lawrence Ramsey's avatar
      softwrap: add new functions for chunks of varying width · e375995d
      David Lawrence Ramsey authored
      get_chunk_row() replaces the formula "column / editwincols".
      
      get_chunk_leftedge() replaces "(column / editwincols) * editwincols".
      
      get_last_chunk_row() replaces "strlenpt() / editwincols".
      
      get_last_chunk_leftedge() replaces "(strlenpt() / editwincols) * editwincols".
      
      This prepares us for any changes in those formulas, and for more such
      functions later.
      e375995d
  25. 23 Jun, 2017 1 commit
  26. 04 Jun, 2017 1 commit
  27. 29 May, 2017 1 commit
  28. 11 May, 2017 1 commit
  29. 09 May, 2017 1 commit
  30. 08 May, 2017 1 commit
  31. 03 May, 2017 1 commit