lihaoquan / pe

0 stars 0 forks source link

It is not clear which commands are able to use the Autocomplete feature. #8

Open lihaoquan opened 3 months ago

lihaoquan commented 3 months ago

image.png The find command was not able to autocomplete the name field, which is what was expected of the autocomplete feature.

The UG specifies: image.png

We can autocomplete both command names and parameters...

Which is why I expected names to be able to be autocompleted.

nus-se-bot commented 3 months ago

Team's Response

This is not a bug, as we have stated in the User Guide that We can autocomplete both command names and parameters after their prefixes.

We have also stated in our User Guide that Autocomplete works on the last parameter (if any) in the command box, which is the text directly after a recognized prefix. and A parameter can only be autocompleted if it is not the first word, and has the recognized prefix..

image.png

The defininition of a recognized prefix is given in our keywords table.

image.png

The definition of a prefix in our syntax has also been explained in our command format table.

image.png

This is clear enough for a reader to understand what the autocomplete feature works on.

By not reading the full sentence, you misunderstood the statement, and thought that find Jo would be autocompleted, but since Jo is not after a recognized prefix, it would not be autocompleted. Therefore this bug is rejected.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]