-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Edit/Copy comment" into Game menu #880
base: master
Are you sure you want to change the base?
Conversation
If you write double-byte characters in the comment area, you will not be able to turn analysis on or off. |
|
I solved it by inputting half-width alphanumeric characters before hitting the space key. |
No! "inputting half-width alphanumeric characters before hitting the space key" is not a solution but just a workaround. Such "bad know-how" makes Lizzie too difficult for typical Go fans who does not have high skill in computers. It is unhappy for us, isn't it? :-) As I have no Windows machine, I cannot debug issues on Windows unless someone gives me sufficient information. If you would help debugging for not only you but also other nontechnical users, please follow my requests exactly and tell me the results. (A) On https://github.com/kaorahi/lizzie/tree/for806_comment_io (9b53d93)
Can you toggle pondering in Step 4? (B) On https://github.com/kaorahi/lizzie/tree/for806_comment_io2 (20824c5)
Can you toggle pondering in Step 4? Be careful: Step 3 is different between (A) and (B). |
(A) and (B) were each verified by compiling the source code downloaded from the specified links. In case (A), it was possible to toggle pondering. |
thx! How about (B) on https://github.com/kaorahi/lizzie/tree/for806_comment_io3 (32436d5) ? |
I tried https://github.com/kaorahi/lizzie/tree/for806_comment_io3, but I couldn't switch the pondering with the space key in Japanese input mode. |
Hmm... On https://github.com/kaorahi/lizzie/tree/for806_comment_io3 (32436d5), I expect that "Japanese input mode" is automatically turned off when you click OK button in Step 3. This gimmick doesn't work? |
When I clicked the OK button in step 3, the IME display at the bottom right flashed for a moment. |
Oh, strange. I don't think I can solve this issue without help from Windows programmers. Thanks anyway for your reports. |
Maybe we can solve the IME issue by disable LizzieFrame mainPanel's IME, mainPanel.enableInputMethods(false); |
thx! @hope366, can you try the above (B) on https://github.com/kaorahi/lizzie/tree/for806_comment_io4 (459cbbf) with both Normal UI and Panel UI? |
459cbbf |
Then 459cbbf seems ok. :) I added it to this PR. |
Alternatively...
This PR is just a workaround for #806 until someone will implement #806 itself.