Re: braces being closed automatically when editing cmake files
Aleix Pol <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <CACcA1Rq+LqNEuHhgYnJJ577=Xr6K8p2jtYBBYKPCquANyEphBA@mail.gmail.com> |
On Thu, Nov 15, 2018 at 12:20 AM René J.V. Bertin <[email protected]> wrote: > > Hi, > > I cannot remember having noticed the automatic addition of a matching closing brace while editing cmake files before, e.g. > > endif( -> endif() > ${ -> ${} > > I've never been able to get used to such things and NOT get duplicate closing braces because I "automatically" add them myself. > > New or not, is it possible to deactivate this feature? The one relevant checkbox I found in the KTextEditor config panels is already off, and Kate doesn't do this so I'm guessing this is a KDevelop feature. > > Thanks... > R. Yes, it's one coming from ktexteditor that you enabled eventually since it's disabled by default. Aleix