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

Auto bracket improvements #156

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 3, 2019

  1. Show brackets if there is no operator before the symbol

    Now 12(12)^2 explicitly renders the brackets
    JMSS-Unknown committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    3b0609b View commit details
    Browse the repository at this point in the history
  2. Restrict to numbers only

    Now ab^2 does not put brackets, but 12(12)^2 does.
    JMSS-Unknown committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    ffc7ba3 View commit details
    Browse the repository at this point in the history
  3. Update comment

    JMSS-Unknown committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    7eb1e2c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    65d0f30 View commit details
    Browse the repository at this point in the history