GitOrigin-RevId: a43cd9f8a107724b0f5c0a319950359b3c577081
This commit is contained in:
Alexey Kudravtsev
2021-08-05 17:00:08 +02:00
committed by intellij-monorepo-bot
parent ce9d496357
commit 1968626d76
3 changed files with 1 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ public class Alarm implements Disposable {
EdtExecutorService.getScheduledExecutorInstance() :
// or pass to app pooled thread.
// have to restrict the number of running tasks because otherwise the (implicit) contract of
// have to restrict the number of running tasks because otherwise the (implicit) contract
// "addRequests with the same delay are executed in order" will be broken
AppExecutorUtil.createBoundedScheduledExecutorService("Alarm Pool", 1);

View File

@@ -12,7 +12,6 @@ import com.intellij.openapi.actionSystem.impl.ActionToolbarImpl
import com.intellij.openapi.project.Project
import com.intellij.openapi.ui.ComboBox
import com.intellij.ui.CaptionPanel
import com.intellij.ui.ComboboxSpeedSearch
import com.intellij.ui.border.CustomLineBorder
import com.intellij.ui.components.panels.Wrapper
import com.intellij.util.SingleAlarm

View File

@@ -14,7 +14,6 @@ import com.intellij.openapi.ui.popup.PopupStep
import com.intellij.openapi.ui.popup.util.BaseListPopupStep
import com.intellij.openapi.util.Disposer
import com.intellij.openapi.util.NlsContexts
import com.intellij.openapi.util.NlsSafe
import com.intellij.openapi.wm.ToolWindow
import com.intellij.openapi.wm.ToolWindowManager
import com.intellij.openapi.wm.ex.ToolWindowManagerListener