Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1253  / 3 Years ago, thu, may 13, 2021, 7:14:28

I like the geany text editor very much. However, one thing that I don't like is that while I code in C/C++, the auto-close bracket option does not work inside similar types of brackets.



Here's an example:



int main()
{

if()
{ // at this point the curly bracket does not auto close - how do I fix that?

}


I am using Ubuntu 20.04 and Geany version 1.36.


More From » c++

 Answers
7

just problem solved



just update geany plugins and after that go to plugin manager and there u will see an auto close plugin just click that and problem solved.


[#3475] Friday, May 14, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
naldis

Total Points: 257
Total Questions: 101
Total Answers: 111

Location: Kenya
Member since Sat, Feb 25, 2023
1 Year ago
;