ZHANGTIANYAO1 / pe

0 stars 0 forks source link

Only one erroneous part can be highlighted #4

Open ZHANGTIANYAO1 opened 5 months ago

ZHANGTIANYAO1 commented 5 months ago

Description: Only one erroneous part can be highlighted.

Steps to reproduce:

  1. Type edit 1 e/321312 c/CS1111111.
  2. See the highlight part.

Expected behavior: UG said When a command contains an error, the program will try to detect the part of the command thatcauses the error, and selects it in the command box. So I assume it should be able to highlight more than one erroneous parts. Both 321312 and CS1111111 should be highlighted.

Screenshots:

2024-04-19 164757.png

soc-pe-bot commented 5 months ago

Team's Response

First, the current behavior is not incorrect --- the highlight part is indeed erroneous.

Second, we argue that your proposal would count to a feature suggestion. The cost of implementation of the feature is high --- because the highlighting is done by selection, and in order to implement your feature, either multi-cursor selection or a different mechanism of highlighting (styling) would be needed.

Related: #962 .

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]