Issue 280 in yi-editor: Globally track insertion vs. command modes, to select logical cursor

2009-07-17 Thread codesite-noreply
Updates: Status: Accepted Owner: jeffwheeler Comment #2 on issue 280 by jeffwheeler: Globally track insertion vs. command modes, to select logical cursor http://code.google.com/p/yi-editor/issues/detail?id=280 Oh, and I guess I found it: Yi.Buffer.Misc.Attributes. -- You recei

Issue 280 in yi-editor: Globally track insertion vs. command modes, to select logical cursor

2009-07-17 Thread codesite-noreply
Updates: Labels: -Component-UI-Pango Comment #1 on issue 280 by jeffwheeler: Globally track insertion vs. command modes, to select logical cursor http://code.google.com/p/yi-editor/issues/detail?id=280 (No comment was entered for this change.) -- You received this message because you

Issue 280 in yi-editor: Globally track insertion vs. command modes, to select logical cursor

2009-07-17 Thread codesite-noreply
Status: New Owner: Labels: Type-Enhancement Priority-Medium Component-UI-Pango New issue 280 by jeffwheeler: Globally track insertion vs. command modes, to select logical cursor http://code.google.com/p/yi-editor/issues/detail?id=280 Vim, obviously, differentiates between insertion and co

patch applied (yi): Support tab abbreviation in Pango

2009-07-17 Thread Jeff Wheeler
Sat Jul 18 01:58:56 EDT 2009 Jeff Wheeler * Support tab abbreviation in Pango Ignore-this: 4c71ae4cedff8d2e8b35de2d05e43390 M ./Yi/UI/Pango.hs -1 +2 M ./Yi/UI/TabBar.hs -1 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com

patch applied (yi): Hide left pane entirely until Scion integration is possible

2009-07-17 Thread Jeff Wheeler
Sat Jul 18 01:33:40 EDT 2009 Jeff Wheeler * Hide left pane entirely until Scion integration is possible Ignore-this: 943257258e7ed7c0c128aa072c050067 M ./Yi/UI/Pango.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com htt

patch applied (yi): Add brief documentation for Yi.Scion.functionType

2009-07-17 Thread Jeff Wheeler
Sat Jul 18 01:58:21 EDT 2009 Jeff Wheeler * Add brief documentation for Yi.Scion.functionType Ignore-this: af358fe0b3156e7fd0503af23133ac53 M ./Yi/Scion.hs -1 +3 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.go

patch applied (yi): Respect configs to not line-wrap in Pango (adds horizontal scrollbar support)

2009-07-17 Thread Jeff Wheeler
Sat Jul 18 00:39:17 EDT 2009 Jeff Wheeler * Respect configs to not line-wrap in Pango (adds horizontal scrollbar support) Ignore-this: f85d431996d7941c0eedcc89401f02ab M ./Yi/UI/Pango.hs -14 +21 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel

patch applied (yi): Correctly show modeline in Pango (and small -Wall)

2009-07-17 Thread Jeff Wheeler
Fri Jul 17 23:04:11 EDT 2009 Jeff Wheeler * Correctly show modeline in Pango (and small -Wall) Ignore-this: 14c66d8a1d6246ea80600970f0e4dedc M ./Yi/UI/Pango.hs -2 +5 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://group

Re: patch applied (yi): Show modeline in Pango

2009-07-17 Thread Jeff Wheeler
And I just realized that this doesn't refresh when the user moves about within the file, because it's only set at window creation. I'm trying to update it so that setWindowFocus does the work instead. --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@google

patch applied (yi): Show modeline in Pango

2009-07-17 Thread Jeff Wheeler
Fri Jul 17 22:28:49 EDT 2009 Jeff Wheeler * Show modeline in Pango Ignore-this: b73c2b34b677ded1c77a60908e28a58d M ./Yi/UI/Pango.hs -1 +1 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

patch applied (yi): Fix Yi.Config.Default to use functionType scion action by default

2009-07-17 Thread Jeff Wheeler
Fri Jul 17 21:24:44 EDT 2009 Jeff Wheeler * Fix Yi.Config.Default to use functionType scion action by default Ignore-this: d36a0c838d0b0ed9ee1c9fba40a50c4f M ./Yi/Config/Default.hs -1 +1 M ./Yi/Users/Jeff.hs -2 +6 --~--~-~--~~~---~--~~ Yi development

patch applied (yi): Cleanup in Yi.Scion (and yi.cabal)

2009-07-17 Thread Jeff Wheeler
Fri Jul 17 19:41:11 EDT 2009 Jeff Wheeler * Cleanup in Yi.Scion (and yi.cabal) Ignore-this: ebc69031d112f37be61ab771c597da2a M ./Yi/Scion.hs -5 +5 M ./yi.cabal -1 +2 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://g

Re: patch applied (yi): Integrate Jeff's scion bindings

2009-07-17 Thread Jeff Wheeler
This is great; thanks! On Fri, Jul 17, 2009 at 4:01 PM, Jean-Philippe Bernardy wrote: > > Fri Jul 17 17:00:28 EDT 2009  jeanphilippe.berna...@gmail.com >  * Integrate Jeff's scion bindings >  Ignore-this: 846107b07de052d21fea418291d62af7 > >    M ./Yi/Config/Default.hs +6 >    A ./Yi/Scion.hs >  

patch applied (yi): Begin Yi.Snippets.Haskell

2009-07-17 Thread Jeff Wheeler
Fri Jul 17 18:39:05 EDT 2009 Jeff Wheeler * Begin Yi.Snippets.Haskell Ignore-this: df637f5aa30b6b11d2af9aecd42484d7 As far as I can tell, dependent bits don't currently work. Is this correct? A ./Yi/Snippets/ A ./Yi/Snippets/Haskell.hs M ./yi.cabal +2 --~--~-~--~--

patch applied (yi): Update my config, based on Yi.Scion

2009-07-17 Thread Jeff Wheeler
Fri Jul 17 18:31:16 EDT 2009 Jeff Wheeler * Update my config, based on Yi.Scion Ignore-this: c5aa2626985e47b3b92ecc85d0c5ed25 M ./Yi/Users/Jeff.hs -55 +12 --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.co

Issue 279 in yi-editor: Display corrupted in vty mode

2009-07-17 Thread codesite-noreply
Comment #2 on issue 279 by greenrd: Display corrupted in vty mode http://code.google.com/p/yi-editor/issues/detail?id=279 konsole 4.2.95. Works for me in xterm too. I guess this is a konsole bug. -- You received this message because you are listed in the owner or CC fields of this issue, or bec

Issue 279 in yi-editor: Display corrupted in vty mode

2009-07-17 Thread codesite-noreply
Comment #1 on issue 279 by JeanPhilippe.bernardy: Display corrupted in vty mode http://code.google.com/p/yi-editor/issues/detail?id=279 What terminal are you using? It works for me under gnome-terminal. -- You received this message because you are listed in the owner or CC fields of this issu

patch applied (yi): Integrate Jeff's scion bindings

2009-07-17 Thread Jean-Philippe Bernardy
Fri Jul 17 17:00:28 EDT 2009 jeanphilippe.berna...@gmail.com * Integrate Jeff's scion bindings Ignore-this: 846107b07de052d21fea418291d62af7 M ./Yi/Config/Default.hs +6 A ./Yi/Scion.hs M ./yi.cabal +12 --~--~-~--~~~---~--~~ Yi development mailing

Issue 279 in yi-editor: Display corrupted in vty mode

2009-07-17 Thread codesite-noreply
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 279 by greenrd: Display corrupted in vty mode http://code.google.com/p/yi-editor/issues/detail?id=279 What steps will reproduce the problem? 1. Open the attached file in vty mode What is the expected output? On a certain line,

patch applied (yi): add Jeff's config

2009-07-17 Thread Jean-Philippe Bernardy
Fri Jul 17 16:21:15 EDT 2009 jeanphilippe.berna...@gmail.com * add Jeff's config Ignore-this: 156fbfba29496d7efc760aed13ce1c4c A ./Yi/Users/Jeff.hs --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/

Re: Integrating Scion

2009-07-17 Thread Jean-Philippe Bernardy
This sounds great! I'll have a couple of hours free this weekend, I'll see if I can look at this in detail. Cheers, JP. On Fri, Jul 17, 2009 at 6:37 AM, Jeff Wheeler wrote: > > I've had some success at using Scion within my config [1]. To use it, > you'll need to move Data.Rope and Data.Prototyp