Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA / RubyMine inserting hex characters in Find in Path field

I currently have a small problem with my editor. Whenever I try "Find in Path" my computer automatically pastes in the following: "YYYY DDDD YYYY YYYY YYYY >>>> YYYY FFFF XXXX XXXX"

I don't know why it happens all at once because it wasn't always like that.

Does anyone happen to know why all this is happening to me and maybe how I can solve it? Of course I can do CMD + A & CMD + V to avoid the problem, but not permanently.

Many thanks in advance

like image 496
benl96 Avatar asked Mar 05 '23 00:03

benl96


1 Answers

The issue is caused by the GPG Services. See also IDEA-201301.

Reply from the GPG Services team:

While we have fixed this problem in our code already, you will unfortunately have to disable the shortcuts manually in System Preferences -> Keyboard -> Shortcuts (look for any OpenPGP: entry).

like image 127
CrazyCoder Avatar answered Mar 10 '23 12:03

CrazyCoder