user2229544
user2229544

Reputation: 487

Can't insert asterisk in eclipse

All of the sudden I can't use shift + 8 to insert an asterisk into my eclipse workspace. If I do that I get a tooltip similar to the code completion box that gives me two options "Add to working set" or "import". I looked at the key bindings in window > preferences > general > keys and there isn't anything there. I'm running Ubuntu 13.04 x64. This is a really strange problem, has anyone ran into this before? I've rebooted, cleaned the workspace, etc.

Upvotes: 0

Views: 1401

Answers (1)

Andrew Fraser
Andrew Fraser

Reputation: 41

I had this exact problem and did the following to resolve

  1. Window->Preferences->General->Keys
  2. enter 'Add to working set' into filter
  3. for the option that comes up, click 'Unbind Command'
  4. enter 'Import' into filter
  5. for the option that comes up, click 'Unbind Command'
  6. Hit the OK button to save your preferences
  7. restart eclipse

Note, I too had a case of these bindings not showing up in the Keys screen originally. I restarted eclipse and the key bindings were there.

Upvotes: 4

Related Questions