From: Michael D. Lowis Date: Wed, 9 Jan 2019 19:46:58 +0000 (-0500) Subject: fixed a bug where autocomplete results always went to EDIT region X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=51e61f0137c2be285897447fcc55d741c3aa186d;p=projs%2Ftide.git fixed a bug where autocomplete results always went to EDIT region --- diff --git a/TODO.md b/TODO.md index 24ee76f..6c02eef 100644 --- a/TODO.md +++ b/TODO.md @@ -12,8 +12,6 @@ ## BACKLOG -* B2+B1 click executes command with selection as argument -* implement script for toggling between header and source file * refactor selection handling to avoid swapping manually (use buf_selbeg and buf_selend) * encode EOL setting in log entries? * implement a mini-sed command to standardize scripts across platforms without relying on sed @@ -38,3 +36,4 @@ Maybe think about addressing these later: * Shift+Insert should insert primary selection * Find shortcut should select previous word if current char is newline * implement command diffing logic to optimize the undo/redo log +* right click negative numbers should jump to that many lines from the end of file diff --git a/config.h b/config.h index a25f273..d8033da 100644 --- a/config.h +++ b/config.h @@ -14,8 +14,8 @@ enum { /* Color Names */ #define CMD_TIDE "!tide" #define CMD_PICKFILE "!pickfile ." -#define CMD_COMPLETE "