patch applied (yi): show the updated editor state on resize

2009-05-22 Thread Jean-Philippe Bernardy
Fri May 22 15:51:53 EDT 2009 jeanphilippe.berna...@gmail.com * show the updated editor state on resize M ./Yi/UI/Vty.hs -1 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~--

Re: patch applied (yi): JS: Adding verifier prototype. Called with C-c C-l.

2009-05-22 Thread Deniz Dogan
2009/5/22 Deniz Dogan : > > Fri May 22 15:34:09 EDT 2009  deniz.a.m.do...@gmail.com >  * JS: Adding verifier prototype.  Called with C-c C-l. >  Ignore-this: 1148ecfb43939614a61c7e8dca8a60a5 > >    M ./Yi/Mode/JavaScript.hs -8 +26 >    M ./Yi/Syntax/BList.hs +1 >    M ./Yi/Syntax/JavaScript.hs -10

patch applied (yi): JS: Adding verifier prototype. Called with C-c C-l.

2009-05-22 Thread Deniz Dogan
Fri May 22 15:34:09 EDT 2009 deniz.a.m.do...@gmail.com * JS: Adding verifier prototype. Called with C-c C-l. Ignore-this: 1148ecfb43939614a61c7e8dca8a60a5 M ./Yi/Mode/JavaScript.hs -8 +26 M ./Yi/Syntax/BList.hs +1 M ./Yi/Syntax/JavaScript.hs -10 +74 A ./Yi/Verifier/ A ./

Re: patch applied (yi): The initial refresh was showing *console*

2009-05-22 Thread Deniz Dogan
2009/5/21 Colin McQuillan : > > Thu May 21 12:14:23 EDT 2009  m.ni...@gmail.com >  * The initial refresh was showing *console* >  Ignore-this: 54e92cbf02935225bdb04884834612c5 > >    M ./Yi/UI/Vty.hs -1 +1 It seems that any subsequent refresh still shows *console*. This happens for me when I res

Re: patch applied (yi): Fixes scrolling when > 1 window views the same buffer in the current tab

2009-05-22 Thread Corey O'Connor
Noticed an issue: Moving the cursor to the end of a window should cause the window to scroll. With this patch the window does not scroll. Cheers, -Corey O'Connor On Fri, May 22, 2009 at 10:26 AM, Colin McQuillan wrote: > Attached is my latest code - it can handle terminal resizing, split > wi

Re: patch applied (yi): Fixes scrolling when > 1 window views the same buffer in the current tab

2009-05-22 Thread Corey O'Connor
On Fri, May 22, 2009 at 10:26 AM, Colin McQuillan wrote: > Attached is my latest code - it can handle terminal resizing, split > windows so should be quite usable. Can anyone see any problems except > for the handling of wrapped lines? This patch looks great. The replacement of "prepareAction" w

Re: patch applied (yi): Fixes scrolling when > 1 window views the same buffer in the current tab

2009-05-22 Thread Colin McQuillan
2009/5/22 Corey O'Connor : > > On Thu, May 21, 2009 at 5:30 PM, Colin McQuillan > wrote: >> 2009/5/19 Corey O'Connor : >>> >>> I agree that moving the point drive to a window specific property is >>> correct. However control-b and control-f in the vim keymap no longer >>> scroll in any case. I t

Issue 272 in yi-editor: Symlinks handled incorrectly

2009-05-22 Thread codesite-noreply
Updates: Summary: Symlinks handled incorrectly Comment #1 on issue 272 by m.niloc: Symlinks handled incorrectly http://code.google.com/p/yi-editor/issues/detail?id=272 1. ln -s My.hs1 My.hs 2. yi My.hs The buffer name is "My.hs1" and there's no syntax highlighting. Expected behavior (V

Re: patch applied (yi): Fixes scrolling when > 1 window views the same buffer in the current tab

2009-05-22 Thread Corey O'Connor
On Thu, May 21, 2009 at 5:30 PM, Colin McQuillan wrote: > 2009/5/19 Corey O'Connor : >> >> I agree that moving the point drive to a window specific property is >> correct. However control-b and control-f in the vim keymap no longer >> scroll in any case. I think something is still missing. >> >>

patch applied (yi): Syntax/Haskell.hs: fixed an bugg in the precise haskell parser

2009-05-22 Thread Anders Karlsson
Fri May 22 07:48:24 EDT 2009 ande...@student.chalmers.se * Syntax/Haskell.hs: fixed an bugg in the precise haskell parser Ignore-this: db215177c99e007cc95cf451bdf0f28d M ./Yi/Syntax/Haskell.hs -7 +9 --~--~-~--~~~---~--~~ Yi development mailing list yi-dev