User: stevensa
  Date: 02/03/21 15:46:04

  Modified:    core/docs/IDE index.html
  Log:
  Added link to jEdit profile
  
  Revision  Changes    Path
  1.3       +19 -2     xdoclet/core/docs/IDE/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/docs/IDE/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- index.html        9 Jan 2002 23:58:30 -0000       1.2
  +++ index.html        21 Mar 2002 23:46:04 -0000      1.3
  @@ -1,5 +1,14 @@
  +<html>
  +<head>
  +<title>IDE Integration</title>
  +</head>
  +<body>
   <h2>IDE Integration</h2>
  -<p>Currently XDoclet does not have any GUI tool or IDE plugin/support.</p>
  +<p>Currently XDoclet does not have any GUI tool, though one is being developed
  +(more details are found <a HREF="tools.html#xdocletgui">here</a>).  Other people
  +have added support to a couple of other tools, however:
  +</p>
  +<h3>IDEA</h3>
   <p>A set of live templates for IntelliJ's IDEA development environment is 
   provided. Copy <a href="xdoclet.xml">xdoclet.xml</a> file to 
$idea$/config/templates folder. Here are the 
   live templates:</p>
  @@ -41,4 +50,12 @@
   public abstract class MyStatelessSessionBean extends javax.ejb.SessionBean
   {
   }</pre>
  +<h3>jEdit</h3>
  +<p>Carlos Quiroz has developed a profile for jEdit that adds syntax highlighting
  +for XDoclet's various javadoc tags, which can be found 
  +<a 
HREF="http://community.jedit.org/modules.php?op=modload&name=Downloads&file=index&req=viewdownloaddetails&lid=167&ttitle=Java_+_XDoclet_custom_tags";
 target="_blank">here</a>
  +(do a "Save Target As..." on the "Download this file now!" link, to avoid your
  +browser trying to display the profile).</p>
   <p>Have fun!</p>
  \ No newline at end of file
  +</body>
  +</html>
  \ No newline at end of file
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to