Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 70f981: Fixing bug 481431 to open proper ICEFormEditor for...

  Branch: refs/heads/mccaskey/moose_xml_contentdescriber
  Home:   https://github.com/eclipse/ice
  Commit: 70f981089364239a93bd9f6fca76fef94e8efb1c
      https://github.com/eclipse/ice/commit/70f981089364239a93bd9f6fca76fef94e8efb1c
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-11-09 (Mon, 09 Nov 2015)

  Changed paths:
    M org.eclipse.ice.caebat.batml.ui/src/org/eclipse/ice/caebat/batml/ui/BatMLFormEditor.java
    M org.eclipse.ice.client.widgets.moose/plugin.xml
    M org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MooseXMLFormContentDescriber.java
    M org.eclipse.ice.client.widgets/plugin.xml
    M org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/FormTextContentDescriber.java
    M org.eclipse.ice.persistence.xml/plugin.xml
    M org.eclipse.ice.persistence.xml/src/org/eclipse/ice/persistence/xml/XMLFormContentDescriber.java
    M org.eclipse.ice.reflectivity.test/META-INF/MANIFEST.MF
    A org.eclipse.ice.reflectivity.test/src/org/eclipse/ice/reflectivity/test/ReflectivityXMLFormContentDescriberTester.java
    M org.eclipse.ice.reflectivity.ui/META-INF/MANIFEST.MF
    M org.eclipse.ice.reflectivity.ui/plugin.xml
    A org.eclipse.ice.reflectivity.ui/src/org/eclipse/ice/reflectivity/ui/ReflectivityXMLFormContentDescriber.java
    M org.eclipse.ice.repository/ice.macosx_product.launch

  Log Message:
  -----------
  Fixing bug 481431 to open proper ICEFormEditor for ICE XML Items

This commit modifies the XMLFormContentDescriber to ensure that the
correct ICEFormEditor subclass is used when a users double-clicks the
ICE Item XML file. It checks that no other subclass of
XMLFormContentDescriber is appropriate for describing the incoming text.
If not, it returns VALID and the ICEFormEditor is used, otherwise, the
correct ICEFormEditor subclass corresponding to the VALID
XMLFormContentDescriber is used. 

Added a ReflectivityXMLFormContentDescriber and tester. Still need one
for BatMLFormEditor and ReactorFormEditor

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top