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

editor not show matching parenthesis #1188

Closed
robert-dodier opened this issue Dec 21, 2019 · 2 comments
Closed

editor not show matching parenthesis #1188

robert-dodier opened this issue Dec 21, 2019 · 2 comments
Assignees
Labels
area: code editor Issues related to the code editor bug confirmed The issue has been confirmed (reproduced). Useful for both bugs and feature requests.
Milestone

Comments

@robert-dodier
Copy link
Collaborator

(Migrating this item from Maxima bug #3600 at Sourceforge.)

build_info(version="5.43.0",timestamp="2019-06-01 18:55:31",host="x86_64-w64-mingw32",lisp_name="SBCL",lisp_version="1.4.14",maxima_userdir="C:/Users/zmth/maxima",maxima_tempdir="C:/Users/zmth/AppData/Local/Temp",maxima_objdir="C:/Users/zmth/maxima/binary/5_43_0/sbcl/1_4_14",maxima_frontend="wxMaxima",maxima_frontend_version="19.05.7")

anytime there is a double quote mark symbol just before a closing parenthesis, no spaces between,maxima does NOT show the match to the closing parenthesis
For example: write_data(["abc"],"file")
then hover over the last closing parenthesis it will not show . If there is a space between then it does. This is example is easy but it can be frustrating when it is embedded in a long program with many nested parenthesis and in other situations.

@KubaO KubaO added bug confirmed The issue has been confirmed (reproduced). Useful for both bugs and feature requests. labels Jul 10, 2020
@KubaO KubaO added this to the 12.07 milestone Jul 10, 2020
@KubaO
Copy link
Collaborator

KubaO commented Jul 10, 2020

Still happens - would be nice to fix now rather than later. Another issue in the same area is #528, but filter by the tag to see if there are others.

@KubaO KubaO added the area: code editor Issues related to the code editor label Jul 10, 2020
@KubaO
Copy link
Collaborator

KubaO commented Jul 16, 2020

This happens when there's a quote " at a second-to last position, i.e. xxx"z. Then, when z is q parenthesis, the quote preempts the parenthesis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: code editor Issues related to the code editor bug confirmed The issue has been confirmed (reproduced). Useful for both bugs and feature requests.
Projects
None yet
Development

No branches or pull requests

2 participants