Sometimes i needed to see list of System Properties of JVM. And then this happend i code simple
class that print all properties to output.
This plugin is toolwindow with all system propeties in JVM. This tool window may be turn on/off
just by clicking on icon ( ).
This plugin may be used as example for using IntelliJPluginsHome topic. And as example of ProjectPluginTemplate.
You can toggle toolwindow by icon on toolbar ( ) or by menu command window->System Properties.
- Toggable ToolWindow, Just then you neen this list of propeties you turn on it, but usualy you a not needed in this toolwindow, so just close it
Please see topic SystemPropertiesDev, any feedback are welcome
- Download the binary ZIP file (see below)
- Unzip
phantom-SystemProperties-bin.zip in your IntelliJ/plugins directory.
- Restart IntelliJ
- 26 Jun 2002 (V1.0): Initial version
- 28 Nov 2002 (V1.1): Fixes, Ascending sorted table, Refactoring
Related Topics: PhantomPlugins, PluginDocumentation, ProjectPluginTemplate, OpenAPI, IntellijPluginDocumentation,
IntellijPluginDocumentation, PluginDeployment, IdeasForPlugins
-- AlexeyEfimov - 29 Nov 2002
|
|