[site] cosmetics

This commit is contained in:
Anna Bulenkova 2015-03-24 13:51:47 +01:00
parent b09beecf53
commit 91a1b1b664

View File

@ -18,7 +18,7 @@ For example, the Run toolwindow displays a tab for each active run configuration
There are two main scenarios for the use of tool windows in a plugin.
In the first scenario (used by the Ant and Commander plugins, for example), a toolwindow button is always visible, and the user can activate it and interact with the plugin functionality at any time.
In the second scenario (used by the Analyze Dependencies action, for example), the toolwindow is created to show the results of a specific operation, and can be closed by the user after the operation is completed.
In the second scenario (used by the ```Analyze Dependencies``` action, for example), the toolwindow is created to show the results of a specific operation, and can be closed by the user after the operation is completed.
In the first scenario, the toolwindow is registered in *plugin.xml* using the ```<toolWindow>``` extension point.
The extension point attributes specify all the data which is necessary to display the toolwindow button: