acejump / AceJump

🅰️ single character search, select, and jump
https://plugins.jetbrains.com/plugin/7086-acejump
GNU General Public License v3.0
1.21k stars 91 forks source link

AceJump doesn't work on nordic keyboard and preferences are not preserved on IDE restart #416

Closed sebnil closed 1 year ago

sebnil commented 1 year ago

Describe the bug When I reset the preferences of AceJump in AppCode I get: 0123456789abcdefghijklmnopqrstuvwxyzåäö

Having the "åäö" is ok since it's the keyboard I use. But the plugin doesn't work unless I remove åäö. When I save, the settings are reset on next AppCode start. So every day I have to change these settings to get AceJump to work

To Reproduce Steps to reproduce the behavior:

  1. Have a Swedish keyboard
  2. Start AppCode and try to use Acejump. Doeesn't work.
  3. Open settings. Remote åäö. OK.
  4. Acejump work.s

Expected behavior

Screenshots NA

Desktop (please complete the following information):

Additional context NA

breandan commented 1 year ago

Have you tried the Map unicode to ASCII option under File | Settings | Tools | AceJump | Language Settings?

Screenshot 2023-02-13 at 4 45 47 PM

It should map all characters to ASCII. I understand this is somewhat less than ideal for languages with diacritics.

I attempted to, but was unable to reproduce the issue you were describing with AppCode not saving the settings on restart. (macOS 13.1/AceJump 3.8.11/AppCode 2022.3.2)