GNOME Bugzilla – Bug 636884
Bracket Completion plugin adds extra brackets
Last modified: 2020-11-24 10:18:50 UTC
Bracket Completion plugin adds extra brackets when it is typed follow keys. Typed keys: (" Actual result: ("")) Expected result: ("")
Which type of file were you editing? Normally the " should not be picked by the bracket completion plugin so I can't reproduce your problem
This problem occurs with C source files.
Could you please explain more whether this happens all the time? Which encoding? any information that you can provide, actually, since I can't reproduce your problem. If I type ( and then ", I get ("). If I type ( and then ), I get ()). Is this the bug your having?
I confirmed this bug occurs with "ibus 1.3.7 (input method)" I report this bug to Ubuntu (launchpad) Environment: Ubuntu 10.10, gedit 2.30.3, gedit-plugins 2.30.0, ibus 1.3.7 Encoding: UTF-8 Type of file: C source file ( and ) --> ()) ( and " --> ("")) ( and ' --> ('')) ( and [ --> ([])) [ and ( --> [()]] { and ( --> {()}} and many combinations... but I get correct result when I type following keys: " and ( --> "()" ' and ( --> '()' " and { --> "{}" ' and [ --> '[]'
Mass-closing of all gedit-plugins bugzilla tickets. Special "code" to find again all those gedit-plugins bugzilla tickets that were open before the mass-closing: 2bfe1b0590a78457e1f1a6a90fb975f5878cb60064ccfe1d7db76ca0da52f0f3 By searching the above sha256sum in bugzilla, the gedit contributors can find again the tickets. We may be interested to do so when we work on a specific area of the code, to at least know the known problems and possible enhancements. We do this mass-closing because bugzilla.gnome.org is being replaced by gitlab.gnome.org.