feat: 0.0.1发布
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.github.cirry.wxreaderjetbrainsplugin
|
||||
package com.github.cirry.wereadjetbrainsplugin
|
||||
|
||||
import com.intellij.openapi.actionSystem.AnActionEvent
|
||||
import com.intellij.openapi.actionSystem.PlatformDataKeys
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.github.cirry.wxreaderjetbrainsplugin
|
||||
package com.github.cirry.wereadjetbrainsplugin
|
||||
|
||||
import com.intellij.DynamicBundle
|
||||
import org.jetbrains.annotations.NonNls
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.github.cirry.wxreaderjetbrainsplugin.listeners
|
||||
package com.github.cirry.wereadjetbrainsplugin.listeners
|
||||
|
||||
import com.intellij.openapi.application.ApplicationActivationListener
|
||||
import com.intellij.openapi.diagnostic.thisLogger
|
||||
|
@@ -1,9 +1,9 @@
|
||||
package com.github.cirry.wxreaderjetbrainsplugin.services
|
||||
package com.github.cirry.wereadjetbrainsplugin.services
|
||||
|
||||
import com.intellij.openapi.components.Service
|
||||
import com.intellij.openapi.diagnostic.thisLogger
|
||||
import com.intellij.openapi.project.Project
|
||||
import com.github.cirry.wxreaderjetbrainsplugin.MyBundle
|
||||
import com.github.cirry.wereadjetbrainsplugin.MyBundle
|
||||
|
||||
@Service(Service.Level.PROJECT)
|
||||
class MyProjectService(project: Project) {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package com.github.cirry.wxreaderjetbrainsplugin.toolWindow
|
||||
package com.github.cirry.wereadjetbrainsplugin.toolWindow
|
||||
|
||||
import com.github.cirry.wxreaderjetbrainsplugin.MyBundle
|
||||
import com.github.cirry.wereadjetbrainsplugin.MyBundle
|
||||
import com.intellij.openapi.project.Project
|
||||
import com.intellij.openapi.wm.ToolWindow
|
||||
import com.intellij.openapi.wm.ToolWindowFactory
|
||||
|
Reference in New Issue
Block a user