mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Code cleanup
This commit is contained in:
		
							parent
							
								
									79f16d41d3
								
							
						
					
					
						commit
						290e494c87
					
				| @ -1,11 +0,0 @@ | ||||
| package org.jetbrains.plugins.template | ||||
| 
 | ||||
| import com.intellij.openapi.actionSystem.AnAction | ||||
| import com.intellij.openapi.actionSystem.AnActionEvent | ||||
| 
 | ||||
| class MyAction : AnAction("My Action") { | ||||
|     override fun actionPerformed(p0: AnActionEvent) { | ||||
|         TODO("Not yet implemented") | ||||
|     } | ||||
| 
 | ||||
| } | ||||
| @ -15,10 +15,4 @@ | ||||
|     <applicationListeners> | ||||
|         <listener class="org.jetbrains.plugins.template.listeners.MyApplicationActivationListener" topic="com.intellij.openapi.application.ApplicationActivationListener"/> | ||||
|     </applicationListeners> | ||||
|      | ||||
|     <actions> | ||||
|         <action class="org.jetbrains.plugins.template.MyAction" id="MyAction"> | ||||
|             <add-to-group group-id="StructureViewPopupMenu" /> | ||||
|         </action> | ||||
|     </actions> | ||||
| </idea-plugin> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user