|
From: Pete P. <pet...@cy...> - 2002-08-28 13:35:33
|
Well, I use the Templates plugin ;)
In my .jedit folder in my home directory is a folder named 'templates' and
in there I created template files for HTML and any other files I need.
With the new Template plugin you can do a lot (see the Templates plugin docs
for more info.)
You can see/use the templates I've created here:
http://zymm.com/raster/code/src/jedit/templates/
Pete
> ----------
> From: Justin MacCarthy
> Reply To: mac...@io...
> Sent: Wednesday, August 28, 2002 7:22 AM
> To: jed...@li...
> Subject: [ jEdit-users ] templates etc..
> Importance: Low
>
> HI All,
>
> What is the best way to create templates of HTML, JSP , Servlets etc in
> jEdit ??
>
> So you can create a new HTML file you get
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>
> <html>
> <head>
> <title>Untitled</title>
> </head>
>
> or a servlet has
>
> import java.servlet.*;
> ..
> doGet(
> ..
>
>
> etc..
>
>
> THanks
>
> Justin
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: Jabber - The world's fastest growing
> real-time communications platform! Don't just IM. Build it in!
> http://www.jabber.com/osdn/xim
> --
> -----------------------------------------------
> jEdit Users' List
> jEd...@li...
> https://lists.sourceforge.net/lists/listinfo/jedit-users
>
>
|