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

Jump / navigate to node in "Parse Tree" #3

Open
ghost opened this issue Feb 10, 2015 · 1 comment
Open

Jump / navigate to node in "Parse Tree" #3

ghost opened this issue Feb 10, 2015 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Feb 10, 2015

With large parse trees it is quite laborious to navigate to a specific node that finally caused the run to fail or the last successful rule just before the fail.

A "jump to" or "navigate to" feature could be helpful. It might accept filter criteria like in #1 and a selector "first" or "last" or "mark all".

Finding the last successful rule could then be something like: navigate to "last, not type action, not rule whitespace, state success"

@fge fge self-assigned this Feb 12, 2015
@fge
Copy link
Owner

fge commented Feb 12, 2015

OK, I'll implement that, although I am really not sure yet about the UI here :/

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

No branches or pull requests

1 participant