From 617269bbdabc2544d88fb23d7a521f6a6539ee6f Mon Sep 17 00:00:00 2001 From: axelcl Date: Wed, 29 Dec 2004 21:30:33 +0000 Subject: [PATCH] misc --- .../net.sourceforge.phpeclipse.css.core/plugin.xml | 2 +- .../net.sourceforge.phpeclipse.css.ui/plugin.xml | 2 +- .../net.sourceforge.phpeclipse.html.ui/plugin.xml | 2 +- .../ui/internal/editor/HTMLEditorMessages.java | 2 +- .../html/ui/internal/text/HTMLConfiguration.java | 5 - .../net.sourceforge.phpeclipse.js.core/plugin.xml | 2 +- .../net.sourceforge.phpeclipse.js.ui/plugin.xml | 2 +- .../phpeclipse/js/ui/editors/JSEditorMessages.java | 2 +- .../build.properties | 2 +- .../build.xml | 156 +++++++++++++++++ .../plugin.xml | 2 +- .../build.properties | 2 +- .../build.xml | 176 ++++++++++++++++++++ .../plugin.xml | 4 +- net.sourceforge.phpeclipse.core/build.xml | 24 ++-- net.sourceforge.phpeclipse.core/plugin.xml | 2 +- net.sourceforge.phpeclipse.feature/feature.xml | 14 +- net.sourceforge.phpeclipse.feature/license.html | 14 +- net.sourceforge.phpeclipse.phphelp/build.xml | 35 ++-- .../plugin.properties | 8 + net.sourceforge.phpeclipse.phphelp/plugin.xml | 49 +++++- .../sourceforge/phpdt/phphelp/PHPHelpPlugin.java | 2 +- .../phphelp/actions/PHPEclipseShowContextHelp.java | 2 +- .../phphelp/actions/PHPFunctionHelpResource.java | 2 +- .../ui/internal/editor/SmartyEditorMessages.java | 2 +- .../ui/internal/text/SmartyConfiguration.java | 5 - .../smarty/ui/internal/text/SmartyTagRule.java | 6 +- 27 files changed, 451 insertions(+), 75 deletions(-) create mode 100644 archive/net.sourceforge.phpeclipse.monitor.core/build.xml create mode 100644 archive/net.sourceforge.phpeclipse.monitor.ui/build.xml diff --git a/archive/net.sourceforge.phpeclipse.css.core/plugin.xml b/archive/net.sourceforge.phpeclipse.css.core/plugin.xml index a18283f..fd6a598 100644 --- a/archive/net.sourceforge.phpeclipse.css.core/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.css.core/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml b/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml index ac3d48a..6cfcd5e 100644 --- a/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.css.ui/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml b/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml index a092e3f..6f08492 100644 --- a/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.html.ui/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/editor/HTMLEditorMessages.java b/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/editor/HTMLEditorMessages.java index 94c3dd0..92973e2 100644 --- a/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/editor/HTMLEditorMessages.java +++ b/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/editor/HTMLEditorMessages.java @@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - Initial implementation - Klaus Hartlage - www.eclipseproject.de + www.phpeclipse.de **********************************************************************/ package net.sourceforge.phpeclipse.html.ui.internal.editor; diff --git a/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/text/HTMLConfiguration.java b/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/text/HTMLConfiguration.java index 34ca886..5d96a99 100644 --- a/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/text/HTMLConfiguration.java +++ b/archive/net.sourceforge.phpeclipse.html.ui/src/net/sourceforge/phpeclipse/html/ui/internal/text/HTMLConfiguration.java @@ -17,11 +17,6 @@ import org.eclipse.jface.text.contentassist.IContentAssistant; import org.eclipse.jface.text.source.ISourceViewer; import org.eclipse.ui.texteditor.ITextEditor; -/** - * @author khartlage - * - * TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - */ public class HTMLConfiguration extends XMLConfiguration { public HTMLConfiguration(XMLTextTools tools) { this(tools, null); diff --git a/archive/net.sourceforge.phpeclipse.js.core/plugin.xml b/archive/net.sourceforge.phpeclipse.js.core/plugin.xml index 0b8e60b..fc6bda8 100644 --- a/archive/net.sourceforge.phpeclipse.js.core/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.js.core/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.js.ui/plugin.xml b/archive/net.sourceforge.phpeclipse.js.ui/plugin.xml index 8922d35..071f9f3 100644 --- a/archive/net.sourceforge.phpeclipse.js.ui/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.js.ui/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.js.ui/src/net/sourceforge/phpeclipse/js/ui/editors/JSEditorMessages.java b/archive/net.sourceforge.phpeclipse.js.ui/src/net/sourceforge/phpeclipse/js/ui/editors/JSEditorMessages.java index 5af638b..91398d4 100644 --- a/archive/net.sourceforge.phpeclipse.js.ui/src/net/sourceforge/phpeclipse/js/ui/editors/JSEditorMessages.java +++ b/archive/net.sourceforge.phpeclipse.js.ui/src/net/sourceforge/phpeclipse/js/ui/editors/JSEditorMessages.java @@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - Initial implementation - Klaus Hartlage - www.eclipseproject.de + www.phpeclipse.de **********************************************************************/ package net.sourceforge.phpeclipse.js.ui.editors; diff --git a/archive/net.sourceforge.phpeclipse.monitor.core/build.properties b/archive/net.sourceforge.phpeclipse.monitor.core/build.properties index 32a2141..89e82f8 100644 --- a/archive/net.sourceforge.phpeclipse.monitor.core/build.properties +++ b/archive/net.sourceforge.phpeclipse.monitor.core/build.properties @@ -7,4 +7,4 @@ jars.compile.order = src.includes = build.properties,\ schema/ output.monitorcore.jar = bin/ -source.monitorcore.jar = monitorcore/ +source.monitorcore.jar = src/ diff --git a/archive/net.sourceforge.phpeclipse.monitor.core/build.xml b/archive/net.sourceforge.phpeclipse.monitor.core/build.xml new file mode 100644 index 0000000..1ac552c --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.monitor.core/build.xml @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.monitor.core/plugin.xml b/archive/net.sourceforge.phpeclipse.monitor.core/plugin.xml index f536ed5..12c3cd9 100644 --- a/archive/net.sourceforge.phpeclipse.monitor.core/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.monitor.core/plugin.xml @@ -3,7 +3,7 @@ diff --git a/archive/net.sourceforge.phpeclipse.monitor.ui/build.properties b/archive/net.sourceforge.phpeclipse.monitor.ui/build.properties index 142800d..4aab033 100644 --- a/archive/net.sourceforge.phpeclipse.monitor.ui/build.properties +++ b/archive/net.sourceforge.phpeclipse.monitor.ui/build.properties @@ -7,4 +7,4 @@ jars.compile.order = src.includes = schema/,\ build.properties output.monitorui.jar = bin/ -source.monitorui.jar = monitorui/ +source.monitorui.jar = src/ diff --git a/archive/net.sourceforge.phpeclipse.monitor.ui/build.xml b/archive/net.sourceforge.phpeclipse.monitor.ui/build.xml new file mode 100644 index 0000000..be5c517 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.monitor.ui/build.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archive/net.sourceforge.phpeclipse.monitor.ui/plugin.xml b/archive/net.sourceforge.phpeclipse.monitor.ui/plugin.xml index 285b1a5..f06c18a 100644 --- a/archive/net.sourceforge.phpeclipse.monitor.ui/plugin.xml +++ b/archive/net.sourceforge.phpeclipse.monitor.ui/plugin.xml @@ -3,7 +3,7 @@ @@ -13,7 +13,7 @@ - + diff --git a/net.sourceforge.phpeclipse.core/build.xml b/net.sourceforge.phpeclipse.core/build.xml index c855bda..0743079 100644 --- a/net.sourceforge.phpeclipse.core/build.xml +++ b/net.sourceforge.phpeclipse.core/build.xml @@ -37,7 +37,7 @@ - + @@ -86,11 +86,11 @@ - - + + - + @@ -99,23 +99,23 @@ - - - + + + - - + + - - + + @@ -138,7 +138,7 @@ - + diff --git a/net.sourceforge.phpeclipse.core/plugin.xml b/net.sourceforge.phpeclipse.core/plugin.xml index fc145ac..71df149 100644 --- a/net.sourceforge.phpeclipse.core/plugin.xml +++ b/net.sourceforge.phpeclipse.core/plugin.xml @@ -3,7 +3,7 @@ diff --git a/net.sourceforge.phpeclipse.feature/feature.xml b/net.sourceforge.phpeclipse.feature/feature.xml index f0e8217..39e773b 100644 --- a/net.sourceforge.phpeclipse.feature/feature.xml +++ b/net.sourceforge.phpeclipse.feature/feature.xml @@ -21,7 +21,7 @@ PHPECLIPSE.DE MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER Applicable Licenses Unless otherwise indicated, all Content made available by PHPeclipse.de is provided to you under the terms and conditions of the Common Public License Version 1.0 ("CPL"). A copy of the CPL is provided with this Content and is also available at http://www.eclipse.org/legal/cpl-v10.html. For purposes of the CPL, "Program" will mean the Content. -Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS modules ("Modules") and made available as downloadable archives ("Downloads"). +Content includes, but is not limited to, source code, object code, documentation and other files maintained in the PHPeclipse.de CVS repository ("Repository") in CVS modules ("Modules") and made available as downloadable archives ("Downloads"). Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features"). A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments are located in directories named "plugins" and Features are located in directories named "features". @@ -33,7 +33,7 @@ The top-level (root) directory Plug-in and Fragment directories Subdirectories of the directory named "src" of certain Plug-ins Feature directories -Note: if a Feature made available by Eclipse.org is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties". Such Abouts, Feature Licenses and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in that directory. +Note: if a Feature made available by PHPeclipse.de is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties". Such Abouts, Feature Licenses and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in that directory. THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER TO THE CPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO): @@ -199,11 +199,11 @@ b) in the case of each subsequent Contributor:</FONT></UL> - - - - - + + + + + -Eclipse.org Software User Agreement +PHPeclipse.de Software User Agreement -

Eclipse.org Software User Agreement

+

PHPeclipse.de Software User Agreement

15th June, 2004

Usage Of Content

-

ECLIPSE.ORG MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS +

PHPECLIPSE.DE MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR @@ -20,11 +20,11 @@

Applicable Licenses

-

Unless otherwise indicated, all Content made available by Eclipse.org is provided to you under the terms and conditions of the Common Public License Version 1.0 +

Unless otherwise indicated, all Content made available by PHPeclipse.de is provided to you under the terms and conditions of the Common Public License Version 1.0 ("CPL"). A copy of the CPL is provided with this Content and is also available at http://www.eclipse.org/legal/cpl-v10.html. For purposes of the CPL, "Program" will mean the Content.

-

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS +

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the PHPeclipse.de CVS repository ("Repository") in CVS modules ("Modules") and made available as downloadable archives ("Downloads").

Content may be apportioned into plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features"). A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins and/or Fragments associated with a Feature. Plug-ins and Fragments are located in directories @@ -43,7 +43,7 @@ including, but not limited to the following locations:

  • Feature directories
  • -

    Note: if a Feature made available by Eclipse.org is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the +

    Note: if a Feature made available by PHPeclipse.de is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties". Such Abouts, Feature Licenses and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in @@ -61,7 +61,7 @@ OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

    IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License or Feature Update License is provided, please -contact Eclipse.org to determine what terms and conditions govern that particular Content.

    +contact PHPeclipse.de to determine what terms and conditions govern that particular Content.

    Cryptography

    diff --git a/net.sourceforge.phpeclipse.phphelp/build.xml b/net.sourceforge.phpeclipse.phphelp/build.xml index 280176c..08cac08 100644 --- a/net.sourceforge.phpeclipse.phphelp/build.xml +++ b/net.sourceforge.phpeclipse.phphelp/build.xml @@ -37,7 +37,7 @@ - + @@ -57,7 +57,8 @@ - + + @@ -69,8 +70,9 @@ - - + + + @@ -90,7 +92,8 @@ - + + @@ -139,11 +142,11 @@ - - + + - + @@ -152,23 +155,23 @@ - - - + + + - - + + - - + + @@ -191,7 +194,7 @@ - + diff --git a/net.sourceforge.phpeclipse.phphelp/plugin.properties b/net.sourceforge.phpeclipse.phphelp/plugin.properties index 4b79c2b..389e36f 100644 --- a/net.sourceforge.phpeclipse.phphelp/plugin.properties +++ b/net.sourceforge.phpeclipse.phphelp/plugin.properties @@ -5,3 +5,11 @@ pluginName=PHP Plugin Help providerName=phpeclipse.de phphelpLabel=PHP Help phphelpFormat=Help (WIN_32 *.chm format) + +context.editingPHPSource.name= Editing PHP Source +context.editingPHPSource.description= Editing PHP Source Context + +category.source.name=Source +category.source.description= PHP Source Actions +ActionDefinition.contexthelp.name= Open PHP HTML help +ActionDefinition.contexthelp.description= Open PHP HTML help in browser diff --git a/net.sourceforge.phpeclipse.phphelp/plugin.xml b/net.sourceforge.phpeclipse.phphelp/plugin.xml index 63c0f53..b75be07 100644 --- a/net.sourceforge.phpeclipse.phphelp/plugin.xml +++ b/net.sourceforge.phpeclipse.phphelp/plugin.xml @@ -3,7 +3,7 @@ @@ -32,10 +32,11 @@ targetID="#PHPEditorContext" id="net.sourceforge.phpdt.phphelp.actions.popup.editor"> + id="net.sourceforge.phpdt.phphelp.actions.PHPEclipseShowContextHelp"> @@ -55,4 +56,48 @@ id="net.sourceforge.phpdt.phphelp.PHPHelpPreferencePage"> + + + + + + + + + + + + + + + + + + + + + diff --git a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/PHPHelpPlugin.java b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/PHPHelpPlugin.java index c7dd57d..d6fc392 100644 --- a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/PHPHelpPlugin.java +++ b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/PHPHelpPlugin.java @@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - Initial implementation - Klaus Hartlage - www.eclipseproject.de + www.phpeclipse.de **********************************************************************/ package net.sourceforge.phpdt.phphelp; diff --git a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPEclipseShowContextHelp.java b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPEclipseShowContextHelp.java index 73957ae..c822bb1 100644 --- a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPEclipseShowContextHelp.java +++ b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPEclipseShowContextHelp.java @@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - Initial implementation - Klaus Hartlage - www.eclipseproject.de + www.phpeclipse.de **********************************************************************/ package net.sourceforge.phpdt.phphelp.actions; diff --git a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java index ae1f34c..f33ad0d 100644 --- a/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java +++ b/net.sourceforge.phpeclipse.phphelp/src/net/sourceforge/phpdt/phphelp/actions/PHPFunctionHelpResource.java @@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - Initial implementation - Klaus Hartlage - www.eclipseproject.de + www.phpeclipse.de **********************************************************************/ package net.sourceforge.phpdt.phphelp.actions; diff --git a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/SmartyEditorMessages.java b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/SmartyEditorMessages.java index 046db9e..395dbfa 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/SmartyEditorMessages.java +++ b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/editor/SmartyEditorMessages.java @@ -7,7 +7,7 @@ http://www.eclipse.org/legal/cpl-v10.html Contributors: IBM Corporation - Initial implementation - Klaus Hartlage - www.eclipseproject.de + www.phpeclipse.de **********************************************************************/ package net.sourceforge.phpdt.smarty.ui.internal.editor; diff --git a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java index 2600db0..cc272c1 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java +++ b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java @@ -22,11 +22,6 @@ import org.eclipse.jface.text.rules.DefaultDamagerRepairer; import org.eclipse.jface.text.source.ISourceViewer; import org.eclipse.ui.texteditor.ITextEditor; -/** - * @author khartlage - * - * TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - */ public class SmartyConfiguration extends XMLConfiguration { private SmartyTagScanner smartyTagScanner; public SmartyConfiguration(XMLTextTools tools) { diff --git a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyTagRule.java b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyTagRule.java index f1a71f6..1e22864 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyTagRule.java +++ b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyTagRule.java @@ -8,7 +8,7 @@ * Contributors: * Igor Malinin - initial contribution * - * $Id: SmartyTagRule.java,v 1.1 2004-09-02 18:25:04 jsurfer Exp $ + * $Id: SmartyTagRule.java,v 1.2 2004-12-29 21:30:33 axelcl Exp $ */ package net.sourceforge.phpdt.smarty.ui.internal.text; @@ -19,9 +19,7 @@ import org.eclipse.jface.text.rules.IToken; import org.eclipse.jface.text.rules.Token; /** - * Rule detecting XML tag brackets and name. - * - * @author Igor Malinin + * Rule detecting smarty tags */ public class SmartyTagRule implements IRule { -- 1.7.1