As the heading says, the current implementation of Auto-complete is non-context based and only implements one keyboard shortcut:
- Ctrl + Backspace : for clearing a word
I need someone to help with implementing shortcuts like:
- Navigating through words using Ctrl + Left/Right
- Selecting text using Ctrl + Shift + Left/Right
- Delete text after Selection
- Cut/Copy/Paste after Selecting using Ctrl + X, Ctrl + C and Ctrl + V respectively.
- (if possible, not necessary) Cycle through previous commands using Up/Down in idle state
Should be simple as all raw input implementations are part of just one file: raw_input.rs