Cannot write commas after update to 2017.1.5
Answered
Yesterday I updated to v2017.1.5. But now I have a major problem: I can no longer type comma (,) or semicolon (,) in Java files.
I am using a keybord in default German QWERTZ layount and when I press the comma key I now get a question mark (?) and if I press SHIFT + comma I get a dollar sign ($).
As far as I can tell this only happens when editing Java files. Groovy and all text files work normally.
Has anyone any idea what might be going on?
Edit
I am using Windows 10.
Please sign in to leave a comment.
What OS do you use? Does https://intellij-support.jetbrains.com/hc/en-us/articles/115000616724-MacOS-The-shortcuts-work-unexpectedly-after-2017-1-update help?
I am using Windows 10.
The issue I am facing has nothing to do with shortcuts. I can no longer type normal characters in my Java files.
Please file a bug at https://youtrack.jetbrains.com/issues/IDEA with idea.log attached (https://intellij-support.jetbrains.com/hc/articles/207241085).
See if you can reproduce it in https://www.jetbrains.com/idea/nextversion/.
Thank you Serge!
I opend https://youtrack.jetbrains.com/issue/IDEA-175927 for this.
The issue is caused by the Typing Corrector plug-in, please disable it: https://youtrack.jetbrains.com/issue/IDEA-164601.
Typing Corrector plug-in was a problem, disabling it helped me to resolve the issue. Thanks a lot!
I have the same issue with Ubuntu and PhpStorm 2021.3.2, QUERTY (UK Keyboard).
The code editor does not react to keypress "comma"...
Pretty annoying.
Does this happen only in certain filetypes or you cannot type it anywhere?
Is comma typed by pressing the key with <? If it requires some key combination to be pressed, then which exactly?
Please provide the Help | About info and the output of the
Ekaterina Valeeva - I have only noticed that for JavaScript files, so far.
So far I resolved by copy/pasting the commas where I needed them.
Help | About below:
{code}
PhpStorm 2021.3.2
Build #PS-213.6777.58, built on January 31, 2022
Runtime version: 11.0.13+7-b1751.25 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
{code}
Output of the CLI command below:
```
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
rules: evdev
model: pc105
layout: gb,us
variant: ,
```
Sorry, still no clue. Please do the following to help us to investigate this further:
1. Please capture a screen recording demonstrating the issue.
2. Please upload both the video and the IDE log file (Help | Show log in...) to https://uploads.jetbrains.com/.
3. After the uploading is finished please let me know the ID (your info will be accessible only for JB-employees).
Do I get it right commas are typed fine in e.g. .php files?
Does it always fail in JS files or only in some situations (like within class or object declaration)?