Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	README.md
#	gradle.properties
#	settings.gradle.kts
#	src/main/resources/META-INF/plugin.xml
  • Loading branch information
안태영 committed May 3, 2023
2 parents b516e5f + 2b9234a commit a311bff
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 314 deletions.
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

Binary file removed .github/readme/draft-release.png
Binary file not shown.
Binary file removed .github/readme/intellij-platform-plugin-template.png
Binary file not shown.
Binary file removed .github/readme/qodana.png
Binary file not shown.
Binary file removed .github/readme/run-debug-configurations.png
Binary file not shown.
Binary file removed .github/readme/run-logs.png
Binary file not shown.
Binary file removed .github/readme/settings-secrets.png
Binary file not shown.
Binary file removed .github/readme/ui-testing.png
Binary file not shown.
Binary file removed .github/readme/use-this-template.png
Binary file not shown.
81 changes: 0 additions & 81 deletions .github/workflows/template-cleanup.yml

This file was deleted.

Binary file removed .idea/icon.png
Binary file not shown.
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.plugins.template
package com.github.wonsuc.awintellijplugin

import com.intellij.DynamicBundle
import org.jetbrains.annotations.NonNls
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package org.jetbrains.plugins.template.listeners
package com.github.wonsuc.awintellijplugin.listeners

import com.intellij.openapi.components.service
import com.intellij.openapi.project.Project
import com.intellij.openapi.project.ProjectManagerListener
import org.jetbrains.plugins.template.services.MyProjectService
import com.github.wonsuc.awintellijplugin.services.MyProjectService

internal class MyProjectManagerListener : ProjectManagerListener {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.jetbrains.plugins.template.services
package com.github.wonsuc.awintellijplugin.services

import org.jetbrains.plugins.template.MyBundle
import com.github.wonsuc.awintellijplugin.MyBundle

class MyApplicationService {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.jetbrains.plugins.template.services
package com.github.wonsuc.awintellijplugin.services

import com.intellij.openapi.project.Project
import org.jetbrains.plugins.template.MyBundle
import com.github.wonsuc.awintellijplugin.MyBundle

class MyProjectService(project: Project) {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jetbrains.plugins.template
package com.github.wonsuc.awintellijplugin

import com.intellij.ide.highlighter.XmlFileType
import com.intellij.psi.xml.XmlFile
Expand Down

0 comments on commit a311bff

Please sign in to comment.