sandy

text editor
git clone git://git.suckless.org/sandy
Log | Files | Refs | README | LICENSE

TODO (742B)


      1 In no particular order, at sandy.c:
      2 - Update manpage
      3 - Create m_*vline
      4 - Bracket matching?
      5 - Smart end? is it really needed?
      6 - BUG: high CPU usage on continuous resize
      7 - BUG: Deal with the bigger-than-window line
      8 - Improve regex search (backwards!!)
      9 - Improve syntax highlight, multiline?
     10 - Group delete undos?
     11 - Show line numbers
     12 - Show some documentation when you press tab in command mode
     13 - FINDBW prompt? is it needed?
     14 - Support multiple marks (with S_Parameter)
     15 - Instead of delete, just cut
     16 - Add folding support
     17 - Add better paste support (if whole line was cut, append it beneath)
     18 
     19 At config.def.h:
     20 - Use local/system script path and all
     21 - Choose color-set for either black or white bg
     22 - Define more syntaxes
     23 - Refine syntax regexes
     24