Commit b5e266a
committed
DefaultRecentFileService: fix OpenFile package
This will theoretically make the recent file menu entries work again,
though it has not been tested in quite some time. As the FIXME notes,
the current approach is still wrong, in that it requires
scijava-plugins-commands on the classpath for the
DefaultRecentMenuService to function properly. What we should really do
instead is:
* Provide an OpenRecentFile command which leans on the IOService; or
* Migrate the OpenFile command into scijava-common itself.
Either way, not an urgent problem, so the FIXME stays for the moment.1 parent bf3a79c commit b5e266a
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
0 commit comments