tode
tode copied to clipboard
partial command entries could result in something other than an error
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.
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?
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.