Loosing focus after committing / pushing
Answered
Since version 2016 I think, I have an bug that after performing an VCS operation via keyboard shortcuts I cannot type in the editor window nor perform any other action in the IDE.
This happens in all IDEs I use also with the latest update 2017.2. With keyboard shortcuts I mean 'CMD+K' -> typing commit msg -> 'ALT+I' for committing. Same for pushing: 'CMD+SHIFT+K' -> 'ALT+P'.
Running on macOS Sierra. Also tried to reinstall the IDE.
List of plugins:
- .ignore (1.7.6)
- Code::Stats (1.0.5)
- CoffeeScript (2.0)
- CSS Support (172.3317.49)
- CVS Integration (11)
- Git Flow Integration (0.6.2)
- Git Integration (8.1)
- GitHub (172.3317.49)
- GitToolBox (171.1.3)
- hg4idea (10.0)
- HTML Tools (2.0)
- JavaScript Debugger (1.0)
- JavaScript Intention Power Pack (0.9.4)
- JavaScript Support (1.0)
- Less support (172.3317.49)
- Perforce Integration (2.0)
- PyCharm Community Edition for CLion (172.3317.49)
- Remote Hosts Access (0.1)
- REST Client (172.3317.49)
- Sass support (172.3317.49)
- Settings Repository (172.3317.49)
- Stylus support (999.999)
- Subversion Integration (1.1)
- Task Management (1.0)
- Terminal (0.1)
- TFS Integration (999.999)
- Time Tracking (1.0)
- XPathView + XSLT Support (4)
- YAML (172.3317.49)
Please sign in to leave a comment.
What JRE do you use to run IDE? Is it the bundled one?
Will it help if you disable all third-party plugins? Especially GitToolBox and Git Flow Integration.
From about screen:
IntelliJ IDEA 2017.2
Build #IU-172.3317.76, built on July 15, 2017
JRE: 1.8.0_152-release-915-b5 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.5
Tried to disable those plugins but did not help..
Anyone with the same problem or an solution??
See https://youtrack.jetbrains.com/issue/IDEA-166136 for the similar report. Try removing idea.plugins.path and idea.config.path (https://intellij-support.jetbrains.com/hc/articles/206544519) directories to start with all the defaults (don't import settings from the previous versions).
Happens for me, too, in Android Studio 3.1.3.
I clean installed it last week, and added only a couple of plugins, seems unlikely for me that that would affect it.
Now it's on Mac but I've seen this issue on Windows, too, earlier.
I do not since when exactly but I guess around version 2018.1 or so the issue disappeared.
I haven't removed any of the plugins but they were also updated.
Appears to be reported here https://youtrack.jetbrains.com/issue/IDEA-178085
Should be indeed fixed in 2018.1.
Android Studio 3.1.3 is based on IntelliJ 2017.3.3, so it does not include the fix.
Thanks Dmitiry! Good to know that it's fixed and coming to Android Studio at some point.