Menu

Console typing manager / Blog: Recent posts

Command history and Triple autocomplete

New features have been implemented:
- command history: ctrl+up/down
- command triple autocomplete: TAB

Posted by vreten 2012-07-23

New methods are comming to Console typing manager

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();

Posted by vreten 2012-01-21
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.