Skip to content

fornaroale/intellij-toolWindowExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intellij-toolWindowExample

Implementation of ToolWindow in an IntelliJ-IDEA's plugin.

Basic and not definitive code. The ToolWindow can be started in two ways:

  • by clicking on Tools Menu -> Show ToolWindow
  • by clicking directly on the ToolWindow (bottom-right)

The content of the ToolWindow is a sample of data retrieved by a CSV file. Note that the ToolWindow is forced to be closed when the IDE starts (see plugin.xml).

About

Implementation of ToolWindow in an IntelliJ-IDEA's plugin.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages