tode icon indicating copy to clipboard operation
tode copied to clipboard

partial command entries could result in something other than an error

Open pdebruic opened this issue 9 years ago • 2 comments

e.g. typing

browse integer

in the shell and hitting enter instead of giving an error could open a window of classes &/or method that match integer (or whatever a user 'browses' for most often).

Rather than the error it puts up now.

In the time it takes me to recognize the error, find where I mis-typed, and then re-enter the correct command tODE could've likely searched the most likely paths for the 'browse' command and give me a prompt for which one I meant, then open the result in its expected place.

pdebruic avatar Apr 02 '15 21:04 pdebruic

Would an acceptable option (I know this isn't exactly what you're asking for) be to put up the acceptable list of subcommands (class, method, etc.) and have you select the missing subcommand and then continue?

dalehenrich avatar Apr 02 '15 23:04 dalehenrich

Yes definitely.

Thanks Dale

On Apr 2, 2015, at 4:00 PM, Dale Henrichs [email protected] wrote:

Would an acceptable option (I know this isn't exactly what you're asking for) be to put up the acceptable list of subcommands (class, method, etc.) and have you select the missing subcommand and then continue?

� Reply to this email directly or view it on GitHub.

pdebruic avatar Apr 07 '15 23:04 pdebruic