Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 075caa: Fixed a bug with the ICEFormEditor. Previously, it...

  Branch: refs/heads/dynamic_moose_files
  Home:   https://github.com/eclipse/ice
  Commit: 075caaa7bee66c151e9be2215e4efb50e5134bac
      https://github.com/eclipse/ice/commit/075caaa7bee66c151e9be2215e4efb50e5134bac
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java

  Log Message:
  -----------
  Fixed a bug with the ICEFormEditor. Previously, it would pass the first
available TreeComposite [it got from the Form] to the
TreeCompositeViewer.

With recent changes to the MOOSEModel, there were more than one
TreeComposite, and the incorrect one was being passed to the Tree
Viewer.

To resolve this, I added a new method to ICEFormEditor that provides the
ID of the desired TreeComposite (usually retrieved from a model).
MOOSEFormEditor overrides this method to look for the correct MOOSE data
tree. The ICEFormEditor finds the corresponding TreeComposite, or the
first available TreeComposite if the desired one cannot be found, and
sends it to the TreeCompositeViewer.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: 929e9471336ca86c92f8b57afb136d1cc5637efa
      https://github.com/eclipse/ice/commit/929e9471336ca86c92f8b57afb136d1cc5637efa
  Author: Jordan Deyton <deytonjh@xxxxxxxx>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java

  Log Message:
  -----------
  Fixed a bug in the ICEFormEditor where AdaptiveTreeComposites could not
be added due to an empty visit operation. They should be treated like
normal TreeComposites.

Added some default comments to visit operations that lacked them.

Signed-off-by: Jordan Deyton <deytonjh@xxxxxxxx>


  Commit: c26ac16176b37a95a28ed59892ac6e88eaf40706
      https://github.com/eclipse/ice/commit/c26ac16176b37a95a28ed59892ac6e88eaf40706
  Author: arbennett <bennettar@xxxxxxxx>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/launcher/test/CaebatLauncherBuilderTester.java

  Log Message:
  -----------
  Fixing the default location of the project created if one has not yet
been created in CaebatLauncherBuilderTester.

Signed-off-by: arbennett <bennettar@xxxxxxxx>


  Commit: dd8a49a939c060f5fcee4c075baac82c2b500e0e
      https://github.com/eclipse/ice/commit/dd8a49a939c060f5fcee4c075baac82c2b500e0e
  Author: arbennett <bennettar@xxxxxxxx>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/eclipse/ice.git


  Commit: 36f2ab8742083a099be21c6375353311f3c8f244
      https://github.com/eclipse/ice/commit/36f2ab8742083a099be21c6375353311f3c8f244
  Author: Alex McCaskey <mccaskeyaj@xxxxxxxx>
  Date:   2014-12-11 (Thu, 11 Dec 2014)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.moose/src/org/eclipse/ice/client/widgets/moose/MOOSEFormEditor.java
    M src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEFormEditor.java
    M tests/org.eclipse.ice.caebat.test/src/org/eclipse/ice/caebat/launcher/test/CaebatLauncherBuilderTester.java

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into dynamic_moose_files

Signed-off-by: Alex McCaskey <mccaskeyaj@xxxxxxxx>


Compare: https://github.com/eclipse/ice/compare/68cfc4e9af84...36f2ab874208

Back to the top