📄 release.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en"><!-- head --><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta NAME="Keywords" Content="JDocHelper, java, ide, programming, free, JavaCC, JavaDoc"><meta NAME="Description" Content="JDocHelper - Free Java Application that helps to add JavaDoc comments to your souce code."><meta NAME="Author" Content="Hiroyuki Kurokawa"><title>JDocHelper Release Note</title></head><!-- body --><body><div align="right"><small><a href="index-j.htm" title="English Page">Japanese page</a></small></div><div align="center"><h1>JDocHelper Release Note</h1><br><!-- <h3>Current Version: 0.8.2</h3><br> --><font size="4"><b>Current Version: 0.8.2</b></font><br><br>Last Modified: 2001/05/31<br>Since: 2001/04/09<br><br><a href="new.htm">What's new?</a></div><hr><!-- index --><h2><a name="top">Index</a> </h2><ul> <li><a href="#about">About JDocHelper</a></li> <li><a href="#install">Install</a></li> <li><a href="#start">How to Run</a></li> <li><a href="#quick">Quick Start</a></li><!-- <li><a href="#faq">FAQ</a></li> --> <li><a href="#docs">Other Documents</a></li> <li><a href="#ml">Mailing Lists</a></li> <li><a href="#comments">Requests and Comments</a></li> <li><a href="#thanks">Thanks</a></li></ul><hr><!-- About JDocHelper --><h2><a name="about">About JDocHelper</a></h2>JDocHelper is a tool to help add Javadoc comments to java source files.This tool can insert Javadoc comment template to each classes, methods and variables. Moreover JDocHelper can parse Java source files to insert more detailed information like param tags with argument names and exception tags with the names of exception classes.<br>This tool has GUI that can show you HTML pages that you are describing as Javadoc comments. All methods, variables and inner classes defined in java source files are displayed in the window with source code, so this tool can be used as source code browser.It can display classes, methods and variables' definitions with tree structure.<p>Features:<br><ul> <li>Powerful GUI.</li> <li>Insert Javadoc comments automatically.</li> <li>Parse source files and insert author, param and exception tags.</li> <li>Insert file header on top of source file.</li> <li>Check whether Javadoc comments are appropriate or not.</li> <li>Display contents of source file with tree view.</li> <li>Edit Javadoc tags in the table.</li> <li>Show HTML page that you are describing as Javadoc comment. </li> <li>Show source code that are describing Javadoc comment.</li> <li>Manage some source files in a project. </li> <li>Select access modifiers to display in tree view.</li> <li>Browse java classes.</li> <li>I18N</li> <li>etc...</li></ul><br><small><a href="#top">TOP</a></small><hr><!-- Install --><h2><a name="install">Install</a></h2>All you have to do is to create a new directory and to extract files to that directory.<br>JDocHelper needs Java runtime environments. If you don't have one, you have to download and setup it.<p>JDocHelper runs on next environments.<ul> <li>JDK1.1 + Swing1.1.1</li> <li>JDK1.2</li> <li>JDK1.3</li></ul><p><!-- Start --><h2><a name="start">How to Run</a></h2>Change the current directory to installation directory(extract directory) and run bat file in that directory. Or type next command.<br><ul> <li>JDK1.2 or JDK1.3<br> <code> > java -jar JDocHelper.jar </code> </li> <li>JDK1.1 + Swing1.1.1<br> Windows<br> <code> > java -classpath %CLASSPATH%;JDocHelper.jar jp.gr.java_conf.a0.jdh.gui.MainWindow </code><br> UNIX<br> <code> > java -classpath $CLASSPATH:JDocHelper.jar jp.gr.java_conf.a0.jdh.gui.MainWindow </code><br><br> NOTICE: CLASSPATH must contain Swing jar file(swingall.jar). </li></ul>JDocHelper will make ".jdh" directory in your home directory when started. Settings are saved in ".jdh" directory.<p>If you want to uninstall, delete extract directory and ".jdh" directory in you home directory. That's all.<br><small><a href="#top">TOP</a></small><hr><!-- Usage --><h2><a name="quick">Quick Start</a></h2><ol> <li>Check source files are compiled without error.<br> JDocHelper cannot parse source files that have error in javac compilation. You must check it before you add source files to JDocHelper. <li>Start JDocHelper and add files.<br> Click the menu [File]-[Add] in JDocHelper to load a source file that you want edit. On default setting, a source file is parsed when it is loaded. And param and exception tags are inserted automatically. If those are already described in your source file, tags are not added. <li>Refer methods and variables that you want to edit.<br> Click a method node or a variable node in tree view, then right pane responds to display Javadoc comments and tags in comments. The upper part displays Javadoc comments and the lower part displays all tags that are described in Javadoc comments in table.<br> Icons in tree view indicates each node's access modifiers. At default setting, only <i>public</i> or <i>protected</i> nodes are displayed. Click [Option]-[Change Settings] on menu and select <i>private</i>, private methods and variables are displayed. <li>Edit Javadoc comments.<br> Edit any Javadoc comments and tags that you want. Editing doesn't affect original source file but is hold in tool data. Edited methods or variables are displayed as bold. <li>Reflect changes to source file.<br> After you finish editing Javadoc comments, you can reflect it to source file by clicking [File]-[Save] on menu. On default setting, a new file whose name is original name plus ".jdh" is created. If you want to overwrite an original source file, you can by optional setting.</ol><br><small><a href="#top">TOP</a></small><hr><!-- FAQ --><!--<h2><a name="faq">FAQ</a></h2><br><small><a href="#top">TOP</a></small><hr>--><!-- Documents --><h2><a name="docs">Other Documents</a></h2>Documents that don't have links are not released or finished. Those will be released soon.<ul> <li>User's Guide</li><!-- <li><a href="faq.htm">FAQ</a></li> --> <li>FAQ</li> <li><a href="changelog.htm">ChangeLog</a></li> <li>Known Bugs</li> <li><a href="todo.htm">TODO List</a></li> <li>Developer's Guide</li><!-- <li>Build Environment</li> <li>About JavaCC</li>--></ul><br><small><a href="#top">TOP</a></small><hr><!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --><h2><a name="ml">Mailing Lists</a></h2><ul> <li> <strong><a href="http://lists.sourceforge.net/mailman/listinfo/jdochelper-announce">JDocHelper Release Announce Mailing List</a></strong><br> To receive a release announcement of JDocHelper. Subscribe <a href="http://lists.sourceforge.net/mailman/listinfo/jdochelper-announce">here</a>. </li> <li> <strong><a href="http://lists.sourceforge.net/mailman/listinfo/jdochelper-users">JDocHelper User's Mailing List</a></strong><br> To talk about general topics of JDocHelper. Subscribe <a href="http://lists.sourceforge.net/mailman/listinfo/jdochelper-users">here</a>. </li></ul><h2><a name="comments">Requests and Comments</a></h2><p>I'm pleased to receive your requests and comments about JDocHelper. Please <a href="mailto:hiroyuki.kurokawa@nifty.com">send me an e-mail</a>.</p><h2><a name="contactinfo">Contact Information</a></h2><ul> <li>E-mail address:<br> <a href="mailto:hiroyuki.kurokawa@nifty.com">hiroyuki.kurokawa@nifty.com</a> </li> <li>Web URL:<br> <a href="http://homepage2.nifty.com/a0/jdh/">http://homepage2.nifty.com/a0/jdh/</a><br> <a href="http://sourceforge.net/projects/jdochelper/">http://sourceforge.net/projects/jdochelper/</a><br> </li></ul><br><small><a href="#top">TOP</a></small><hr><!-- Thanks --><h2><a name="thanks">Thanks</a></h2><ul> <li> <!-- Java --> <a href="http://java.sun.com/"> Java(TM) Technology</a> </li> <li> <!-- JavaCC --> <a href="http://www.webgain.com/products/metamata/java_doc.html"> JavaCC - The Java Parser Generator</a> </li> <li> <!-- SourceForge --> <a href="http://sourceforge.net">SourceForge</a> <a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=23856" width="88" height="31" border="0" alt="SourceForge Logo"> </a> </li> <li> <!-- Jars --> <a href="http://www.jars.com/">jars.com</a> <a href="http://www.jars.com/"><img src="images/java_registered.gif" border="0" alt="jars"></a> <!-- <a href="http://www.jars.com/"><img src="http://www.jars.com/images/java_registered.gif" border="0" alt="jars"></a> --> </li></ul><br><small><a href="#top">TOP</a></small><hr><!-- nifty counter --><!-- <img src="http://hpcounter2.nifty.com/cgi-bin/counter.cgi?u=PXI05647&p=1&c=8" alt="counter"> --><img src="http://hpcounter2.nifty.com/cgi-bin/counter.cgi?u=PXI05647&p=1&c=8" alt="counter"><!-- copy right --><small><address>Copyright (C) 2001 <a href="mailto:hiroyuki.kurokawa@nifty.com">Hiroyuki Kurokawa</a><br><br></address>Last modified: 2001/05/31<br></small></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -