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

Paren Mode red status not showing #32

Open
oakmac opened this issue Dec 20, 2015 · 0 comments
Open

Paren Mode red status not showing #32

oakmac opened this issue Dec 20, 2015 · 0 comments

Comments

@oakmac
Copy link
Owner

oakmac commented Dec 20, 2015

While in Paren Mode, the status bar highlights red if unbalanced parens are detected. Due to the performance hack described in Issue #9, the status bar only reflects whatever chunk of code atom-parinfer is "looking at". Thus, you may have a file with unbalanced parens and the status bar does not always reflect this.

Steps to reproduce:

  1. Open a file with multiple "parent expressions"
  2. Switch to Paren Mode
  3. Make one of the expressions unbalanced
  4. Using the up and down arrow keys, move through the code and watch the status bar. It will be red when the cursor is close to the unbalanced parent expression and normal color when not
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

1 participant