You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, whenever logs are edited in any way (including whenever an example button is pressed), the model, invariants, and highlighting are erased.
This may not be the correct behavior. This to consider include:
When logs are changed, the model, invariants, and highlighting are no longer relevant
The user may want to manipulate the logs while looking at the model/invariants, or may hit the logs by accident
We previously discussed the model and invariants constantly being updated when logs are manipulated
Log highlighting is done by passing the text that should be highlighted to the highlighter. To do this, we find what text is in the input box at the desired line numbers. At the very least, we should remove highlighting for the logs (or redo it) when the logs are modified, as it will no longer work correctly.
Why:
We may want to make the logs manipulatable by the user, however we do not want to confuse the user by doing so.
How to measure completeness:
We have discussed and decided on an implementation
We have implemented said implementation
[Issue created by stanleyrya: 2015-10-20]
The text was updated successfully, but these errors were encountered:
What:
Why:
How to measure completeness:
[Issue created by stanleyrya: 2015-10-20]
The text was updated successfully, but these errors were encountered: