My touch bar don't show buttons and there is no entry for touch bar setting in Preference
Answered
I don't know why my CLion don't show buttons in touch bar. In the preference menu, there is no entry for touch bar setting (picture1). But my PyCharm can show them correctly and there exists an entry for touch bar setting (picture 2). What should I do to fix the problem?
Please sign in to leave a comment.
Hello!
TouchBar is disabled by default in CLion 2019.3 because of https://youtrack.jetbrains.com/issue/IDEA-214780. To enable it back please go to
Help | Edit Custom VM Options
and add-Dide.mac.touchbar.use=true
and restart IDE.TouchBar will is enabled by default in CLion 2020.1 EAP.
Hi,
this appears to still be a problem in PyCharm 2020.1.2. Was this not fixed?
Christian Hofstaedtler please submit a request to PyCharm support team: https://intellij-support.jetbrains.com/hc/en-us/?pycharm.
FWIW, I noticed the IDE only checks for touch bar presence at start and if your touch bar is globally set to show F keys, IDE will detect is a normal keyboard with no touch bar.