Hi! I've been looking at adding autocompletion to the python mode inside cel console, which uses iConsoleInput.
The problem is iConsoleInput lacks support for autocompletion, basically two different things can be done to give external users of this interface the capability to autocomplete commands: - A way to get/set the text in buffer from an incomplete command line. or - A callback for tab like iConsoleTabCallback or iConsoleCompletion Callback (this could receive the incomplete buffer and return a new command). Additionally maybe a method to set the key for autocompletion. What do people think? Would any of these be appropiate for the standard input console? I like the second option more (define a callback for user selectable completion key). Greetings! Pablo Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
