Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ice
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
The Eclipse Integrated Computational Environment
ice
Merge requests
!4
Fixes bugs 469299 and 469302, the file viewer delete button not working
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fixes bugs 469299 and 469302, the file viewer delete button not working
github/fork/SmithRWORNL/master
into
master
Overview
1
Commits
6
Changes
7
Closed
Eclipse Webmaster
requested to merge
github/fork/SmithRWORNL/master
into
master
9 years ago
Overview
1
Commits
6
Changes
7
Expand
Created by: SmithRWORNL
and the CSV Plot Editor not being openable.
Signed-off-by: r8s
r8s@ornl.gov
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c850df2d
6 commits,
4 years ago
7 files
+
55
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/org.eclipse.ice.datastructures/src/org/eclipse/ice/datastructures/form/ResourceComponent.java
+
1
−
1
Options
@@ -69,7 +69,7 @@ public class ResourceComponent extends ListComponent<ICEResource> {
return
;
}
/**
* This operation gets all of the ICEResources from the component.
*
Loading