mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 21:44:49 +07:00
fix collecting completion stats for methods with argument suggestions
ensure that we don't change the tracked document range when starting live template
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
{
|
||||
tes<caret>
|
||||
}
|
||||
|
||||
void test2(int a);
|
||||
void test1(int a);
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
{
|
||||
test2(2)<caret>;
|
||||
}
|
||||
|
||||
void test2(int a);
|
||||
void test1(int a);
|
||||
}
|
||||
Reference in New Issue
Block a user