don't insert pair ) when choosing a lookup item by ( before an identifier

This commit is contained in:
peter
2012-01-30 17:07:31 +01:00
parent 685f19cebf
commit 5d40c34976
4 changed files with 31 additions and 7 deletions
@@ -0,0 +1,5 @@
class Foo {
{
toS<caret>xxx
}
}
@@ -0,0 +1,5 @@
class Foo {
{
toString(<caret>xxx
}
}