Selection should be compatible to deletion
Brought to you by:
devx_edg,
edgarespina
Hitting Shift+Ctrl+Right selects a full word, Java-like: it stops at camelcase.
Hitting Ctrl+Delete deletes a full word, not Java-like: it does not stop at camelcase.
These need to be consistent. I prefer the first option: that it stops at camelcase, since Java is the most commonly edited language with antlr, but probably you want settings to change this behavior depending on target language.