Notebook History Dialog

This dialog displays information regarding the editing times of the input notebook. This is a "live" dialog that dynamically updates as changes are made to the notebook. It can be accessed through Cell Notebook History.

1.gif

The time information is saved in each cell of the notebook, in the form of a list of numbers and/or pairs of numbers.
Cell[
BoxData["123"], "Input",
CellChangeTimes->{{3363263352.09502, 3363263354.03695}, 3363263406.22268, 3363263441.939}
]
Each number represents the exact time of an edit, in absolute time units. A list of pairs indicates multiple edits that have occurred during this interval.
Consecutive edits are recorded as an interval if they happen within a set time period. This period is determined by CellChangeTimeMergeInterval, which can be set through the Option Inspector or the Advanced section of the Preferences dialog. The default is 30 seconds.
The notebook history tracking feature can be turned off at the global level by using the Preferences dialog or by setting TrackCellChangeTimes to False.
Features

Controls

2.gif

Notebook Chooser Popup Menu

This popup menu allows users to choose from all current open notebooks. The chosen notebook will be brought to the front, making it the new input notebook.

Track History Checkbox

This checkbox enables or disables the notebook history tracking feature for the input notebook.

All/Selected Cells Radio Buttons

These radio buttons allow the graphics display to show information associated only with the selected cells or all cells in the input notebook.

Clear History Button

This button will clear the stored edit time information from all currently displayed cells. This operation cannot be undone.

Copy Buttons

The Copy Raw Data button will copy the raw data (in the form of a list of numbers and/or pairs of numbers) from currently displayed cells to the clipboard.
The Copy Image button will copy the currently displayed graphics to the clipboard. All dynamic features, except tooltips, are stripped from the copied graphics. This includes the zooming features.

Graphics

3.gif

The graphics display plots cells versus time. Each cell in the notebook corresponds to each row on the axis. The corresponding edit times are plotted as points, while edit intervals are represented by lines.

Mouse Events

As you mouse over the graphics, the mouse tooltip may provide some useful details for the following elements:

Zooming

9.gif

The graphics display comes with a couple of zooming features for the time axis:

Summary

10.gif

The summary is a concise, overall display of relevant cell information. This display also respects the setting of the selectiononly checkbox.