Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 245697: Removed the default resource selection for when th...

  Branch: refs/heads/anna/postprocessing
  Home:   https://github.com/eclipse/ice
  Commit: 24569796b1ee49fb858cba295b6baa29fe56761d
      https://github.com/eclipse/ice/commit/24569796b1ee49fb858cba295b6baa29fe56761d
  Author: Anna Wojtowicz <wojtowicza@xxxxxxxx>
  Date:   2015-03-04 (Wed, 04 Mar 2015)

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

  Log Message:
  -----------
  Removed the default resource selection for when the browser is created.
Since the default selection always corresponds to a text file (std out)
and text files are now delegated to the default Eclipse text editor, it
would cause the Item's std out file to also open in another tab whenever
the user clicks on a resource for the first time (i.e. open 2 resources
with one click). Instead, it will now have no default selection, but
displays a message to the user to select a resource to view it.

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



Back to the top