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

Build a real-time regex explanation tree #3

Open
GoogleCodeExporter opened this issue May 19, 2015 · 0 comments
Open

Build a real-time regex explanation tree #3

GoogleCodeExporter opened this issue May 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

A real-time regex explanation tree would be helpful for many reasons and
different types of users.

For n00bs, they can enter a regex and read out an explanation of how it
works in plain text, or print it out as documentation.

For intermediate to advanced users, it would provide a way for RegexBuddy
to provide warnings about cross-browser inconsistency and other types of
issues, as well as feedback about exactly why certain parts of their regex
are highlighted as errors or in a way they did not expect (e.g. with the
whole octal/backreference debacle).

My idea about the interface is that the subject text area could be split in
two, with the regex field on top across the entire UI, the explanation tree
on the left, and the subject text field on the right.

The tree could possibly be implemented using the Ext tree control, in which
case it might be best to re-implement the entire site using Ext. Other UI
solutions should be considered as well.

Original issue reported on code.google.com by [email protected] on 25 Dec 2007 at 5:44

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