Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 520cf6: Improving the Add Tree Node Dialog

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 520cf6ac64c70a615420f92d1cb64124aae749a2
      https://github.com/eclipse/ice/commit/520cf6ac64c70a615420f92d1cb64124aae749a2
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

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

  Log Message:
  -----------
  Improving the Add Tree Node Dialog

Set up the add node dialog to also contain a text box to input the name
of the to-be-created child node. 

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


  Commit: 24e2d185ae667dd4321750767140ca2abd969706
      https://github.com/eclipse/ice/commit/24e2d185ae667dd4321750767140ca2abd969706
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

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

  Log Message:
  -----------
  Fixing bug related to saving and marking the ICEFormEditor dirty

If the setDirty method was called with false, the ICEFormEditor would
still set the message as "unsaved changes on the form yada yada". Fixing
that here. 

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


Compare: https://github.com/eclipse/ice/compare/029f4a292622...24e2d185ae66

Back to the top