Closed sdouche closed 9 years ago
This message means that a package defines a menu item and a mnemonic for that which the name doesn't contain. Since it's case-sensitive the mnemonic should be e
.
Unfortunately you can't tell which package the message is coming from. And since you can't exactly use Find in Files to find it since the packages are likely zipped this will be a pain to find. Either way, it's not from Package Control.
Thanks @FichteFoll for the clear explanation. Sad you can't find the source of a message. I will investigate.
I'm closing this since it doesn't seem to have to do with Package Control.
I had same errors, but I could say it's 99% coming from ColorHighlighter, which is not working for me. Just my 2 cents, in case it could help. But it looks like a ColorHighlighter issue.
Good catch @tonjo, you're right. Color Highlighter is guilty.
Same here... thanks for the catch. Any good ColorHighlighter alternavtive out there ;)?
I wrote a blog post about this issue. So I'm just going to leave this link for people who come Googling.
search "mnemonic": "E" in *.sublime-menu
Run the below code in Terminal, it will help you identify the package which has that particular mnemonic.
grep -R --include="*.sublime-menu" "\"mnemonic\": \"E\""
OS : Ubuntu 14.10 ST3 : Build 3073
Not sure where it come from. Any idea?