Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 462194: Almost finished getting the MOOSE plugins to use t...

  Branch: refs/heads/anna/moose_comments
  Home:   https://github.com/eclipse/ice
  Commit: 462194d459131706b7d3fe519f388049cb410d3b
      https://github.com/eclipse/ice/commit/462194d459131706b7d3fe519f388049cb410d3b
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-02-26 (Thu, 26 Feb 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/properties/DescriptionCellContentProvider.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/properties/TreePropertyCellContentProvider.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/Block.java
    M src/org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/Parameter.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/moose/BlockTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/moose/MOOSEFileHandlerTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/moose/ParameterTester.java
    M tests/org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/moose/YAMLBlockTester.java

  Log Message:
  -----------
  Almost finished getting the MOOSE plugins to use the new Entry.comment
attribute. Now when you click on a block in the MOOSE Model Builder, any
in-line comments (ie. name = value  # comment) are displayed in the
"Comment" column, and any descriptions (from the YAML spec) are
displayed in the tooltip when you hover over the parameter.

Just discovered a minor bug which I'll fix tomorrow, and then everything
should be ready to merge into master.

Signed-off-by: Anna Wojtowicz <wojtowicza@xxxxxxxx>



Back to the top