[Jarspy-commits] CVS: JarSpy-htdocs intellijPlugin.php,NONE,1.1
Status: Beta
Brought to you by:
brown_j
From: Jeff B. <br...@us...> - 2003-01-25 23:55:53
|
Update of /cvsroot/jarspy/JarSpy-htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv20701 Added Files: intellijPlugin.php Log Message: added intellij plugin page --- NEW FILE: intellijPlugin.php --- <!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>JarSpy - IntelliJ IDEA Plugin</title> <link rel="stylesheet" href="nav_style.css" type="text/css"> </head> <body> <p> <b>JarSpy - IntelliJ IDEA Plugin</b> <p> A JarSpy plugin for <a href="http://www.intellij.com/">IntelliJ IDEA is in development. Click <a href="jarspy-plugin.jar">here</a> to download the latest plugin release. <p> The JarSpy plugin for IntelliJ IDEA integrates JarSpy functionality right in to the IDE. To activate the plugin, simply right-click on any jar file in the IntelliJ IDEA project pane, and select "Inspect With JarSpy" <p> <b>Installation</b> <p> To install the plugin, simply copy jarspy-plugin.jar to <IntelliJ IDEA Install Dir>/plugins/ and restart IDEA. <p> If you have any comments, questions or suggestions about the JarSpy plugin for IntelliJ IDEA, please contact <a href="mailto:int...@ja...">int...@ja...</a>. <? DEFINE ("_BBC_PAGE_NAME", "IntelliJ IDEA Plugin"); DEFINE ("_BBCLONE_DIR", "bbclone-0.30.2/"); DEFINE ("_JARSPY_COUNTER", _BBCLONE_DIR . "mark_page.php"); if(file_exists(_JARSPY_COUNTER)) { include(_JARSPY_COUNTER); } ?> </body> </html> |