Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Can't type "@" in ABAP Editor

ceedee666
Active Contributor
0 Kudos

Hi all,

I currently have a problem that really drives me crazy. On my keyboard the "@" is located at <ALT GR>-<Q>.

However, whenever I try to type a @ in the ABAP editor nothing happens. With the new OPEN SQL requiring to prefix host variables with an @ this is particularly annoying.

Does anyone here know how to solve this issue?

Christian

1 REPLY 1

ceedee666
Active Contributor
0 Kudos

Hi all,

once I posted the question I immediately found the solution.

Eclipse interprets <ALT GR> as the combination <CTRL>+<ALT>. Searching for the combination <CTRL>+<ALT>+<Q> in the key mappings section of the preference pane I notices that this key combination had been bound to some command. In my case this was a key mapping introduced by the clojure plugin.

Once I removed the key mapping from the preference pane and restarted eclipse I was able to type @ again.

Christian