Re: Introducing OnTheSpot style of input methods

2024-11-06 Thread Jean-Marc Lasgouttes
Le 06/11/2024 à 13:32, Yokota K. a écrit : Filed as ticket #13121 at Trac. I've seen it, thanks. JMarc -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel

Re: Introducing OnTheSpot style of input methods

2024-11-06 Thread Yokota K.
Filed as ticket #13121 at Trac. Koji > 2024/11/06 1:43、Jean-Marc Lasgouttes のメール: > > Le 05/11/2024 à 01:44, Yokota K. a écrit : >> The attached is the additional patch to separate preedit strings from >> completion strings by introducing PREEDIT row element. This seems much >> better. > > Hi

Re: Introducing OnTheSpot style of input methods

2024-11-06 Thread Yokota K.
> This looks very interesting. I have plenty of style comments, but I'd like > first to understand what you are doing. Many thanks for looking at it. As there can be inefficient or inappropriate usages which comes from my short experience in C++, I’m more than glad if you could point them out

Re: Introducing OnTheSpot style of input methods

2024-11-05 Thread Jean-Marc Lasgouttes
Le 28/10/2024 à 06:08, Yokota K. a écrit : Dear All, I wrote a code to introduce OnTheSpot style in the input method and would like to hear how you think. This looks very interesting. I have plenty of style comments, but I'd like first to understand what you are doing. The main code goes

Re: Introducing OnTheSpot style of input methods

2024-11-05 Thread Jean-Marc Lasgouttes
Le 05/11/2024 à 01:44, Yokota K. a écrit : The attached is the additional patch to separate preedit strings from completion strings by introducing PREEDIT row element. This seems much better. Hi Koji, Could you post a single updated patch? The first one does not apply now. Is it better file

Re: Introducing OnTheSpot style of input methods

2024-11-04 Thread Yokota K.
The attached is the additional patch to separate preedit strings from completion strings by introducing PREEDIT row element. This seems much better. Is it better file this topic in Trac as an enhancement? Koji 2024-11-05.patch Description: Binary data > 2024/10/29 3:18、Jean-Marc Lasgouttes のメ

Re: Introducing OnTheSpot style of input methods

2024-10-29 Thread Yokota K.
Thank you for your comments, Riki and JMarc! > That looks good, but of course, the devil is in the details. Note that you > can create a new Row element type if this is useful. Indeed, interaction between completion and preedit strings is a great concern. For the moment, I judged it would be ok

Re: Introducing OnTheSpot style of input methods

2024-10-28 Thread Jean-Marc Lasgouttes
Le 28/10/2024 à 06:08, Yokota K. a écrit : Dear All, I wrote a code to introduce OnTheSpot style in the input method and would like to hear how you think. Hi Koji, Wow! This looks like a big advance. I am in vacation and will not have time to look at it righr now, though. The patch reali

Re: Introducing OnTheSpot style of input methods

2024-10-28 Thread Richard Kimberly Heck
I know zero about this kind of thing, so won't have substantive comments. But it looks like a very welcome improvement! Riki On 10/28/24 1:08 AM, Yokota K. wrote: Dear All, I wrote a code to introduce OnTheSpot style in the input method and would like to hear how you think. It relates ma