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

Preemptive double quote insertion does not discard closing quote. #195

Open
vext01 opened this issue Dec 15, 2011 · 3 comments
Open

Preemptive double quote insertion does not discard closing quote. #195

vext01 opened this issue Dec 15, 2011 · 3 comments

Comments

@vext01
Copy link

vext01 commented Dec 15, 2011

When you have parentheses assist turned on, insertion of an open bracket will insert a close barcket. If you then insert a close bracket, no further text is added, as it is assumed the close bracket was already inserted.

Compare this to the double quote behavior. If you type two double quotes, you end up with """".

Cheers

@dilijev
Copy link
Collaborator

dilijev commented Dec 15, 2011

I would add to this issue that in certain dialog boxes, namely for Plot 2D and Plot 3D, the behavior for close brackets results in the same problem as with the quotes in the normal input, as described above.

@dilijev
Copy link
Collaborator

dilijev commented Dec 18, 2011

Following the fix, I would suggest that the same highlighting to match parenthesis should be used for quotes, for consistency.

@dilijev
Copy link
Collaborator

dilijev commented May 15, 2013

Issue resolved in #231 is no longer fixed since the recent change to BTextCtrl in 8d9a5e1

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

2 participants