Skip to content

Commit

Permalink
[IJ plugin] Enable the cache viewer (#5324)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Oct 23, 2023
1 parent 35fee13 commit 7c29d17
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import com.intellij.util.ui.ColumnInfo
import com.intellij.util.ui.JBUI
import com.intellij.util.ui.ListUiUtil
import com.intellij.util.ui.UIUtil
import org.jetbrains.kotlin.idea.util.application.isApplicationInternalMode
import org.jetbrains.kotlin.utils.addToStdlib.firstIsInstance
import org.sqlite.SQLiteException
import java.awt.Color
Expand Down Expand Up @@ -95,9 +94,6 @@ import javax.swing.tree.TreePath


class NormalizedCacheToolWindowFactory : ToolWindowFactory, DumbAware, Disposable {
// TODO remove when feature is complete
override fun isApplicable(project: Project) = isApplicationInternalMode()

override fun createToolWindowContent(project: Project, toolWindow: ToolWindow) {
val newTabAction = object : DumbAwareAction(ApolloBundle.messagePointer("normalizedCacheViewer.newTab"), AllIcons.General.Add) {
override fun actionPerformed(e: AnActionEvent) {
Expand Down

0 comments on commit 7c29d17

Please sign in to comment.