src/Tools/isac/jedit (copy)/IsacPlugin.java
branchjedit-isac
changeset 37973 f4747a9ae495
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/Tools/isac/jedit (copy)/IsacPlugin.java	Thu Sep 02 21:57:03 2010 +0200
     1.3 @@ -0,0 +1,34 @@
     1.4 +/*
     1.5 + * IsacPlugin.java
     1.6 + * part of the Isac plugin for the jEdit text editor
     1.7 + * Copyright (C) 2001 John Gellene
     1.8 + * jgellene@nyc.rr.com
     1.9 + *
    1.10 + * This program is free software; you can redistribute it and/or
    1.11 + * modify it under the terms of the GNU General Public License
    1.12 + * as published by the Free Software Foundation; either version 2
    1.13 + * of the License, or any later version.
    1.14 + *
    1.15 + * This program is distributed in the hope that it will be useful,
    1.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.18 + * GNU General Public License for more details.
    1.19 + *
    1.20 + * You should have received a copy of the GNU General Public License
    1.21 + * along with this program; if not, write to the Free Software
    1.22 + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    1.23 + *
    1.24 + * $Id: IsacPlugin.java 12504 2008-04-22 23:12:43Z ezust $
    1.25 + */
    1.26 +
    1.27 +import org.gjt.sp.jedit.EditPlugin;
    1.28 +
    1.29 +/**
    1.30 + * The Isac plugin
    1.31 + * 
    1.32 + * @author gadei
    1.33 + */
    1.34 +public class IsacPlugin extends EditPlugin {
    1.35 +	public static final String NAME = "isac";
    1.36 +	public static final String OPTION_PREFIX = "options.isac.";
    1.37 +}