Re: [Gtk2hs-devel] TextView signals

2010-05-03 Thread Andy Stewart
Axel Simon writes: > On 03.05.2010, at 12:49, Andy Stewart wrote: > >> Hi Hamish, >> >> Hamish Mackenzie writes: >> >>> Thanks for the quick response. I think this needs a s/ >>> TextBufferClass/TextViewClass/ >> I have seen you patch, but wait, perhaps this is wrong. >> >> First when Jürgen re

Re: [Gtk2hs-devel] TextView signals

2010-05-03 Thread Axel Simon
On 03.05.2010, at 12:49, Andy Stewart wrote: > Hi Hamish, > > Hamish Mackenzie writes: > >> Thanks for the quick response. I think this needs a s/ >> TextBufferClass/TextViewClass/ > I have seen you patch, but wait, perhaps this is wrong. > > First when Jürgen report this problem, i was consid

Re: [Gtk2hs-devel] TextView signals

2010-05-03 Thread Andy Stewart
Hi Hamish, Hamish Mackenzie writes: > Thanks for the quick response. I think this needs a > s/TextBufferClass/TextViewClass/ I have seen you patch, but wait, perhaps this is wrong. First when Jürgen report this problem, i was consider Axel is remove those signals un-designed, but i found Axel

Re: [Gtk2hs-devel] TextView signals

2010-05-03 Thread Hamish Mackenzie
I think we use a few of these populatePopup is used to add various things to the context menu for instance. I think moveCursor is used for hiding the autocomplete window if it is shown. On 3 May 2010, at 18:44, Axel Simon wrote: > Hi Jürgen, > > yes, I've removed these signals since they are,

Re: [Gtk2hs-devel] TextView signals

2010-05-03 Thread Hamish Mackenzie
Thanks for the quick response. I think this needs a s/TextBufferClass/TextViewClass/ On 2 May 2010, at 23:04, Andy Stewart wrote: > Hi Jürgen, > > Fix please pull again, > Please change everything `onFoo`/`afterFoo` to `on foo`/`after foo`. > > Sorry for inconvenience. > > -- Andy > Jürgen N

Re: [Gtk2hs-devel] TextView signals

2010-05-02 Thread Axel Simon
Hi Jürgen, yes, I've removed these signals since they are, as far as I can see, internal and are not useful in user applications. So apparently I was wrong. Can you give an example on how these signals are useful (doesn't have to include code)? BTW, Andy pushed a patch in which the signals

Re: [Gtk2hs-devel] TextView signals

2010-05-02 Thread Andy Stewart
Hi Jürgen, Fix please pull again, Please change everything `onFoo`/`afterFoo` to `on foo`/`after foo`. Sorry for inconvenience. -- Andy Jürgen Nicklisch-Franken writes: > Dear gtk2hs developers. > I'm missing almost all signals in TextView: > old version: > > -- * Signals > backspace, >