"add breakpoint" shortcut doesn't work in xcode 4.3 - xcode4.3

setting breakpoints with the keyboard shortcut (command + \) doesn't work for me. I tried changing the key binding in xcode preferences, but it still doesn't work. it doesn't look like a conflict with another shortcut in the system.
setting a breakpoint with the mouse works fine, only the shortcut doesn't work. did anyone encountere this kind of problem before? it drives me crazy.

I had the same problem. It was driving me nuts because sometimes the shortcut would work and other times it wouldn't.
After a while I realize that I had another application using the same shortcut. In my case was the 1Password browser extension. So the shortcut on Xcode would work fine until I use the 1Password extension in one of the browsers, and after that only after logging out, or restart, the Xcode shortcut would work again.
I removed the 1Password global shortcut and now Xcode add/remove breakpoint shortcut works fine.
Cheers

No the shortcut works perfectly. I suppose it has to do with another shortcut ... to make sure ...
Go to System Preferences --> Keyboards --> Shortcuts
and search

Related

How to fix Ctrl Click in IntelliJ Idea

I found, that Ctrl-Click (for example, on class usage) doesn't work on one of my installations of Idea. Simultaneously:
Context menu action like Go To -> Implementation(s) works
Control click in PyCharm works
Machine is remote desktop Windows Server 2016. Idea is 2021.2.
What can be done to fix?
Had a similar issue due to Rider importing settings from Visual Studio on the first run. Resolved it by changing the Keymap (Rider->Preferences->Keymap->Keymap drop down) back to the default one (IntelliJ).
In our case it was really an old SonarLint plugin. Check in Settings / Plugins. After the update the problem was solved.
I was having the same problem and going to File -> Reapair IDE... fixed it for me.

Ubuntu 18 Intellij Shortcut Conflict

Recently almost all my intellij shorctuts (defaults) stopped working. For example F9 which is a shortcut for "Resume program" currently shows all windows side by side. I've already tried solutions proposed in similar threads, I've looked into keyboard settings and did not found any conflicts there. I've also used dconf editor in order to make sure I did not miss anything - no luck there either. Any idea what may cause this?
I've figured it out - as it turned out my FN key was in always ON mode.

PhpStorm IDE: Cursor gets stuck in text-select (highlight) mode in Ubuntu 18 LTS

I am using PhpStorm for working on Laravel projects. However, the mouse gets stuck in text highlight mode and right click does not work on the IDE.
Closing the IDE and restarting does not help solve the issue. I have tried to look for an answer online without success.
For those struggling like me, I got a workaround.
I went to my Ubuntu OS "Settings"
"Mouse & Settings" option
Then "Mouse and TouchPad"
Disabled the touchpad by toggling the "ON/OFF" switch
Re-enabled the touchpad again by toggling the same "ON/OFF" switch
When I went back to my IDE, behold, it works. My trackpad is no longer stuck in highlight mode.
Disclaimer: I have a touch-sensitive screen and that's how I was able to re-enable the touchpad again. I don't know how one would do this without another input source.
This was a big help for me, thanks!
Just to be clear, enabling/disabling the touchpad is in Ubuntu settings, not in PHPStorm settings.

Keyboard locks Win10 IntelliJ

Using: Windows 10
IntelliJ version: 15(.0.3)
Problem:
I currently have issues that several keys suddenly are 'locked' or something. Keys a-z, 0-9 and some others. Keycombinations like CTRL+F... etc., DELETE, BACKSPACE keep working. The keys are locked everywhere in Windows. And the combinations can still be used everywhere.
When happens this:
This happens when I work in IntelliJ and it always happend when I double pressed a String for selecting it, but not the first time (random). So maybe this is a key setting in Windows or something.
Temporary solution:
Reboot. :(
I already saw the following post: Weird keyboard locks in IntelliJ IDEA (delete & arrow keys, etc.)
This is an older post and there is assumed that I need to uncheck the Vim Emulator. I don't have this plug-in.
Edit: Current solution
Re-installed IntelliJ.
I've encountered this exact same issue and the the removal of the VIM plugin (didn't have a VIM emulator) fixed it, under intellij 2016.2.4 on windows 10.
Open settings -> Plugins -> search for VIM -> remove

Intellij 13.0.2 is always on top

I recently upgraded from Intellij 12 to 13.0.2 on a Windows XP PC. Apart from minor settings like toolbar missing etc rest looks fine.
However the most annoying issue is that Intellij doesn't allow any other window to be on top of it. If I open a browser, it automatically goes behind the Intellij window.
I already tried setting the "Always on top" to false.
I know it sounds very trivial and stupid, but is there some setting that I need to change ?
Try to restart your IDE - this should normally solve the problem.
It seems to be an error in the IDE that will probably be fixed soon. Since there is this simple workaround, it might take a while till they fix it.