Commit 1af7f4d
committed
Don't use IFileInfo.toString() in UI, use IFileStore.toString()
The `IFileInfo.toString()` isn't intended to be shown to user, it has no
information interesting for users.
The `IFileStore.toString()` should be used in cases if information about
deleted resources need to be shown in UI.
Additionally changed dialog wording to not use "location" and be more
clear about what's going on.
Fixes eclipse-platform/eclipse.platform#14041 parent 1f3c3e1 commit 1af7f4d
File tree
2 files changed
+13
-4
lines changed- bundles/org.eclipse.ui.ide
- extensions/org/eclipse/ui/actions
- src/org/eclipse/ui/internal/ide
2 files changed
+13
-4
lines changedLines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
| 119 | + | |
117 | 120 | | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | | - | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
146 | 155 | | |
147 | 156 | | |
148 | 157 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
| 330 | + | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments