Initial attempt at making the scrollstyle configurable (with all the patches this time)

2010-10-12 Thread jwall
6 patches for repository http://code.haskell.org/yi/: Mon Oct 11 18:15:48 CDT 2010 jw...@google.com * Add a config setting for the style of scroll. After the last patch fixing the scrolling bug and making yi do scrolling in the style of vim the next logical step is to make this setting

Re: Initial attempt at making the scrollstyle configurable

2010-10-12 Thread Jeremy Wall
This is my initial attempt at making this configurable. I'm not entirely certain I've taken the right approach so I'm sending this to request feedback :-) On Oct 12, 6:28 pm, jw...@google.com wrote: > 5 patches for repository /Users/jwall/sandbox/apps/yi-pristine: > > Tue Oct 12 17:16:10 CDT 2010

Initial attempt at making the scrollstyle configurable

2010-10-12 Thread jwall
5 patches for repository /Users/jwall/sandbox/apps/yi-pristine: Tue Oct 12 17:16:10 CDT 2010 jw...@google.com * retrieve the scroll tyle in runEditor Tue Oct 12 17:34:34 CDT 2010 jw...@google.com * Actually use the ScrollStyle in the refreshEditor This patch compiles but I've yet to te