Update to IDEA 139.1116
This commit is contained in:
@@ -124,6 +124,7 @@ public abstract class CompletionHandlerTestBase() : JetLightCodeInsightFixtureTe
|
||||
if (lookup.getCurrentItem() != item) { // do not touch selection if not changed - important for char filter tests
|
||||
lookup.setCurrentItem(item)
|
||||
}
|
||||
lookup.setFocusDegree(LookupImpl.FocusDegree.FOCUSED);
|
||||
if (LookupEvent.isSpecialCompletionChar(completionChar)) {
|
||||
(object : WriteCommandAction.Simple<Any>(getProject()) {
|
||||
protected override fun run(result: Result<Any>) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<project name="Update Dependencies" default="update">
|
||||
<property name="ideaVersion" value="139.1038.6"/>
|
||||
<property name="ideaVersion" value="139.1116"/>
|
||||
|
||||
<condition property="os.tag" value="win.zip">
|
||||
<os family="windows"/>
|
||||
|
||||
Reference in New Issue
Block a user