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

The editor inserts a quote too much #3426

Closed
SandorBy opened this issue Mar 9, 2023 · 3 comments
Closed

The editor inserts a quote too much #3426

SandorBy opened this issue Mar 9, 2023 · 3 comments

Comments

@SandorBy
Copy link

SandorBy commented Mar 9, 2023

Hi

I am learning C with Geany. When I write a function call like:
puts("
then Geany inserts a quote too much so that there are three:
printf(""");

The brackets are ok.
I am using Geany 1.38 on Linux mint.

Thank you for this nice editor
Sandor

@elextr
Copy link
Member

elextr commented Mar 10, 2023

Edit->Preferences->Editor->Completions->Autoclose quotes and brackets untick as appropriate.

@elextr
Copy link
Member

elextr commented Mar 10, 2023

You probably have both Geany autoclose and the Autoclose plugin set to autoclose.

@SandorBy
Copy link
Author

Solved:
I disabled the autoclose plugin. Now it works.
(And yes I have enabled all "Autoclose quotes and brackets")

Thank you all for your responses!

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

2 participants