Tagir Valeev
43b86a988e
CodeEditUtil#removeChildren: fixed nextLeaf determination
...
Before when removing more than one element, nextLeaf was invalid as well. The invalidation check below did not work as parent might still exist (element might be relinked to dummy file)
Fixes IDEA-187531 "Add on demand static import" with intervening comment and an empty line breaks code
2018-03-03 15:47:21 +07:00
Roman Shevchenko
a61c8ba9e8
[java] clear deletion of reference expression qualifiers (IDEA-184557)
2018-01-08 15:58:42 +01:00
Pavel Dolgov
5ef59d28e1
Java: In MethodHandle completion show the list of available signatures of overloaded method, don't complete automatically the first item from that list (IDEA-167319)
2017-04-28 15:12:25 +03:00
Pavel Dolgov
25afffeb70
Java: Filter by 'static' modifier in MethodHandle/VarHandle completion assistance (IDEA-167319, IDEA-CR-19610)
2017-03-24 15:45:42 +03:00
Pavel Dolgov
7c3a2057df
Java: Implemented completion of field types and method signatures in calls to findConstructor(), findVirtual(), findVarHandle(), etc (IDEA-167319)
2017-03-22 14:44:26 +03:00
Anna.Kozlova
e7edc56bc6
welcome mock jdk 9 (IDEA-168823)
2017-03-07 14:57:35 +01:00
Pavel Dolgov
c1bb394630
Java: Implemented completion assistance for Var/Method Handle - suggest field/method name, autocomplete the signature (IDEA-167319)
2017-03-06 15:59:04 +03:00