Re: [Haskell-cafe] ANN: Leksah 0.10.0

2011-05-02 Thread Hamish Mackenzie
ctionality Leksah and Yi play, and I guess we will not > reach > something usable this way. > > Jürgen > > On 30 Apr., 11:25, Mathew de Detrich wrote: > > Is there going to be any plans to integrate Yi into Leksah as you originally > > planned to, or is that ide

darcs patch: Export some CUA functions and fix Gtk imports issue

2010-04-11 Thread hamish . k . mackenzie
1 patch for repository ham...@code.haskell.org:/srv/code/yi: Mon Apr 12 18:34:04 NZST 2010 Hamish Mackenzie * Export some CUA functions and fix Gtk imports issue -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel To unsubscribe, reply using

darcs patch: More progress on Yi.UI.Pango.Control

2010-04-04 Thread hamish . k . mackenzie
1 patch for repository ham...@code.haskell.org:/srv/code/yi: Sun Apr 4 22:35:55 NZST 2010 Hamish Mackenzie * More progress on Yi.UI.Pango.Control -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel To unsubscribe, reply using "remove me&qu

Re: patch applied (yi): Update Yi.UI.Pango.Control so it uses String instead of Rope

2009-09-06 Thread Hamish
I applied a patch to leksah-head that goes with this. I have tried to implement more Yi versions of the IDE.TextEditor functions. I changed it so EditorIter is immutable (Gtk versions of the functions copy the gtk TextIter), it required refactoring quite a bit of the Leksah code. I figure this

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-09-06 Thread Hamish
a of the code though) I couldn't see how to easily decouple the code that we need in an embedded control from the stuff that deals with the gtk window and gtk notebook. For now I just copied what I needed to get some text on the screen. Hamish --~--~-~--~~~---~--~---

darcs patch: Update Yi.UI.Pango.Control so it uses String instead o...

2009-09-06 Thread hamish . k . mackenzie
Mon Sep 7 04:15:13 NZST 2009 hamish.k.macken...@googlemail.com * Update Yi.UI.Pango.Control so it uses String instead of Rope --~--~-~--~~~---~--~~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~--~~--

Re: darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-08-31 Thread Hamish
been refactored so that its TextEditor module uses the IDEM monad and I have added a "liftYiControl". It still only renders the first few lines (I bumped this up to 50), but the syntax highlighting is now working. Hamish On Sep 1, 5:37 pm, hamish.k.macken...@googlemail.com wrote: >

darcs patch: Start of Yi.UI.Pango.Control for embedding Yi in other...

2009-08-31 Thread hamish . k . mackenzie
Bernardy, Hamish Mackenzie +-- License : GPL +-- +-- | +-- +- + +module Yi.UI.Pango.Control ( +Control(..) +, ControlM(..) +, Buffer(..) +, View(..) +, newControl +, runControl +, newBuffer +, newView

Re: Help needed adding Yi support to Leksah

2009-08-26 Thread Hamish
but it must be closer to what they want than Leksah currently is. Also doing this integration should make it easier to add other editors to Leksah. For instance if someone wrote a wysiwyg .lhs editor we could integrate it with Leksah using the same interface. Hamish --~--~-~--~~

Help needed adding Yi support to Leksah

2009-08-23 Thread Hamish
create/update it? Please take a look. We would love it if you could help us get it up and running. Thanks, Hamish Links to the relevant code... http://code.haskell.org/leksah-head/src/IDE/TextEditor.hs http://code.haskell.org/leksah-head/src/Yi/UI/Pango/Control.hs --~--~-~--~~--