Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Highlighting corresponding variable with position in source code #166

Open
SpringVaS opened this issue Apr 22, 2020 · 1 comment
Assignees

Comments

@SpringVaS
Copy link
Collaborator

SpringVaS commented Apr 22, 2020

When selecting variables in the sequent to be highlighted in the source, an inconsistency is observable.
a bound (e. g. by let) variable is sometimes not highlighted in at the same position in sequent (formula) and source.

The first image shows a highlighting selecetion of the variable s in the Term s < |this.seqq|. Yet, in the code the variable s is highlighted at the position of the condition s >= 0.

The second image (with undbound variables) shows the expected behaviour.

let:

ReferenceHighlighting

no let:

Highlighting Works

@JonasKlamroth
Copy link
Collaborator

maybe im missing the point but to me all those highlightings seem to be correct. what would be the expected result in your opinion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants