'Eclipse: How to create two different key bindings for different contexts in plugin.xml?
I am trying to create two key bindings for different dsls with different context but the issue which I am facing is that if the key binding does not belong to first dsl but still it is visible there.
First key binding belongs to .conv xtext file and Second key binding belongs to .test xtext file.
So, how can I hide the first key binding if the .test xtext editor is opened and vice versa?
I have created two different contexts for both but still both the key bindings appears on any XTEXT editor when I press ctrl+shift+A .
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|





