[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2019-06-10 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #12 from Christoph Feck --- Comment #11 is bug 407852. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2019-06-10 Thread Diggory Hardy
https://bugs.kde.org/show_bug.cgi?id=370716 Diggory Hardy changed: What|Removed |Added CC||k...@dhardy.name --- Comment #11 from Diggory

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2018-03-28 Thread FeepingCreature
https://bugs.kde.org/show_bug.cgi?id=370716 FeepingCreature changed: What|Removed |Added CC|

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2017-09-14 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=370716 Matt Whitlock changed: What|Removed |Added CC||k...@mattwhitlock.name

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-16 Thread Janek Bevendorff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #8 from Janek Bevendorff --- It should have the same logic as the already existing bracket matching/highlighting. -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-14 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #7 from Sven Brauch --- True yes, that should be a stack of saved ranges, not just one. The other issue with what we're thinking about is that "has a corresponding opening bracket" is a highly nontrival concept. What

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-14 Thread Janek Bevendorff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #6 from Janek Bevendorff --- It somehow also doesn't eat brackets when a new pair has been inserted within. So foo(bar(|)) will result in foo(bar())|) when typing ")" twice. The inner bracket is

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-14 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #5 from Sven Brauch --- That is the problem, yes. That's why current KTextEditor only eats closing parentheses when you did not move your cursor out of the range between the two parentheses before typing the closing one.

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-13 Thread Janek Bevendorff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #4 from Janek Bevendorff --- I have to say, there are some corner cases where bracket eating has already annoyed me in IntelliJ. This is mostly, when revising brackets within brackets. But generally, this

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-13 Thread Janek Bevendorff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 --- Comment #2 from Janek Bevendorff --- I think that's what IntelliJ does. It always "eats" the braces and brackets as long as there are corresponding opening ones. It doesn't care if they were already there, just

[kdevelop] [Bug 370716] Automatically overwrite closing brackets

2016-10-13 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370716 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---