Bug in completion for old-style commands with options
Project: | JNode Core |
Component: | Code |
Category: | bug report |
Priority: | normal |
Assigned: | Stephen Crawley |
Status: | won't fix |
Jump to:
Description
Here's another completion bug or bugs.
Enter "console " and TAB and you should see the three options as possible completions. Instead, no completions are offered.
Enter "console -" and TAB and you should see the same three options. Instead, the completer complains of a command syntax error.
This bug originates from before my big checkin.
- Login to post comments
#1
After some investigation, the problem is in the "clever" syntax visitor code, and it looks like it would be difficult to fix. I'm leaving this for now, and getting back to the main game; getting completion working for new-style commands.
#1
I'm never going to get around to fixing this bug. Since the old syntax code is due to be deprecated, I'm marking this issue as "won't fix".