From 8170daae431ee785c4c5fe5b924ab200f077ab3a Mon Sep 17 00:00:00 2001 From: metasim Date: Sat, 11 Nov 2000 04:49:45 +0000 Subject: [PATCH] Greatly enhanced the property editor, adding new bean info for the element types and an additional property editor. The navigator now shows project, property, target and task nodes. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268169 13f79535-47bb-0310-9956-ffa450edef68 --- .../ant/gui/resources/antidote.properties | 43 +++++++++++++++++-- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/src/antidote/org/apache/tools/ant/gui/resources/antidote.properties b/src/antidote/org/apache/tools/ant/gui/resources/antidote.properties index 580929282..37cc91fe1 100644 --- a/src/antidote/org/apache/tools/ant/gui/resources/antidote.properties +++ b/src/antidote/org/apache/tools/ant/gui/resources/antidote.properties @@ -2,8 +2,8 @@ # Configure the editors that appear on the right of the UI. org.apache.tools.ant.gui.Antidote.right.editors=\ - org.apache.tools.ant.gui.PropertyEditor, \ - org.apache.tools.ant.gui.SourceEditor + org.apache.tools.ant.gui.PropertyEditor +# org.apache.tools.ant.gui.SourceEditor # Configure the editors that appear on the left of the UI. org.apache.tools.ant.gui.Antidote.left.editors=\ @@ -16,8 +16,7 @@ org.apache.tools.ant.gui.Antidote.bottom.editors=\ # Set specific class properties. org.apache.tools.ant.gui.SourceEditor.name=Source -org.apache.tools.ant.gui.PropertyEditor.name=Target Info -org.apache.tools.ant.gui.PropertyEditor.noTargets=No targets selected. +org.apache.tools.ant.gui.PropertyEditor.name=Properties org.apache.tools.ant.gui.ProjectNavigator.name=Project org.apache.tools.ant.gui.Console.name=Console @@ -44,3 +43,39 @@ org.apache.tools.ant.gui.About.message=\ All rights reserved.

\ + +# Properties file for BeanInfo strings + +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.beanName=Target +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.beanDescription=\ + An executable target in the build. +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.name=Name +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.description=Description +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.depends=Dependencies +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.if=if Clause +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.unless=unless Clause +org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.xmlString=XML Code + +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.beanName=Project +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.beanDescription=\ + The top level project in the build definition. +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.name=Name +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.description=Description +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.basedir=Base Directory +org.apache.tools.ant.gui.acs.ACSProjectElementBeanInfo.default=Default Target + +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.beanName=Property +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.beanDescription=\ + A scoped property +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.name=Name +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.value=Value +org.apache.tools.ant.gui.acs.ACSPropertyElementBeanInfo.file=File + +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.beanName=Task +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.beanDescription=\ + A scoped property +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.taskType=Type +org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.xmlString=XML Code + + +