NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #735 (closed defect: fixed)

Opened 2011-09-02T09:54:49-05:00

Last modified 2011-12-19T08:31:37-06:00

Add Persistence to RecentFile Menu

Reported by: gharris Owned by: gharris
Priority: major Milestone: imagej2-b1-initial
Component: I/O Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Does not persist between sessions - add persistence mechanism

Only remembers IJ2 opened files.

Follow-on to #584

Change History

comment:1 Changed 2011-12-19T08:31:37-06:00 by gharris

  • Status changed from new to closed
  • Resolution set to fixed

Completed.

Added get/put List and Map methods to Prefs. Uses a key to group the entries.

In RecentFileService,

  • Added persisting of list using Prefs.
  • Added path display length limit.
  • Changed behavior to not remove an entry when a file is reopened.