Re: [Factor-talk] Factor UI and Input Method

2019-05-26 Thread KUSUMOTO Norio
Hello all, It is now possible to display underlines during inline Japanese conversion on Mac Factor. I have made several other improvements and believe that I have achieved my goal. You can see a video of the conversion and input: https://kusumotonorio.github.io/images/factor-inline-3.mov

Re: [Factor-talk] Factor UI and Input Method

2019-04-16 Thread KUSUMOTO Norio
The inline input/conversion has become stable because I understood the cause of the crash of Factor IDE. I have made progress towards completion, but the current implementation lacks a very large one. Inline conversion uses the

Re: [Factor-talk] Factor UI and Input Method

2019-04-11 Thread KUSUMOTO Norio
I will post the contents written to github. I've got stuck. For example, I use the return key to confirm the conversion string, but I can not operate well because the key input to IM such as return passes over to Factor. I expected the key input to be received first by the IM, and the app

Re: [Factor-talk] Factor UI and Input Method

2019-04-11 Thread KUSUMOTO Norio
> 2019/04/11 7:23、Alexander Ilin のメール: > > nil is f, the canonical false value. Thank you! -- KUSUMOTO Norio > 2019/04/11 7:23、Alexander Ilin のメール: > > nil is f, the canonical false value. > > 10.04.2019, 15:52, "KUSUMOTO Norio" : >> Hmm, "text" may be a NSAttributedString. >> I would like

Re: [Factor-talk] Factor UI and Input Method

2019-04-10 Thread Alexander Ilin
nil is f, the canonical false value. 10.04.2019, 15:52, "KUSUMOTO Norio" : > Hmm, "text" may be a NSAttributedString. > I would like to return nil at validAttributesForMarkedText. > Can I express nil in the Factor code? How should I write it? > > -- > KUSUMOTO Norio > >>  2019/04/10

Re: [Factor-talk] Factor UI and Input Method

2019-01-12 Thread 楠本 紀雄 via Factor-talk
Hi John, Thank you for your response. (My reply e-mail had not been accepted because of its size. And next e-mail didn't accept too. So, I send it again from another e-mail address.) > On Jan 11, 2019, at 2:12, John Benediktsson wrote: > > I'm not familiar with that method of text entry.

Re: [Factor-talk] Factor UI and Input Method

2019-01-10 Thread John Benediktsson
I'm not familiar with that method of text entry. What's the best way to try it out on my macOS Mojave? Maybe we can improve it. Thanks, John. On Wed, Jan 9, 2019 at 9:36 PM 楠本紀雄 wrote: > Hello to all, > I'm a beginner of factor. > > I'm using Factor.app on MacOS. When Japanese strings are