New features have been implemented:
- command history: ctrl+up/down
- command triple autocomplete: TAB
I was thinking about implementation of "newline" when writing command in COTYMA and result is:
Because of complexity of rewriting console characters and because of saving console space, I decided that the new line will be displayed as "N" instead of normal new line. Maybe later will be implemented option to switch between "N" and normal new line.
I was also thinking about better usage of keyboard shortcuts. There is missing possibility of command usage and edit after calling shortcut. So in next version these methods will be implemented: ctm.InsertChar();ctm.ReplaceChar();ctm.GetTextAndClearBuffer();ctm.GetText();ctm.GetTextBinSize();