finos / kdb-studio

Studio for kdb+ / Rapid execution environment for q
Apache License 2.0
18 stars 12 forks source link

ctrl+forward delete deletes entire line #115

Closed adavies42 closed 2 years ago

adavies42 commented 2 years ago

ctrl+forward delete deletes the entire line from the insertion point forward, but ctrl+delete deletes only one word backwards

ctrl+forward delete should delete one word forward, which is what it does in most apps

gyorokpeter commented 2 years ago

What do you mean by "forward delete"? As of the latest version, Ctrl+Backspace deletes a word backwards and Ctrl+Delete deletes a word forward, although it's bugged such that it doesn't work if the cursor is on the last word. (That might be an issue with RSyntaxTextArea itself.)

adavies42 commented 2 years ago

confirmed, closing