PuffinPlot issue tracker

Bug: a88/75f3

ID : 75f3782a-a4b2-4654-927a-44faca48917d
Short name : a88/75f3
Status : fixed
Severity : minor
Assigned :
Reporter : Pontus Lurcock <pont@talvi.net>
Creator : Pontus Lurcock <pont@talvi.net>
Created : Fri, 14 Aug 2009 01:19:25 +0000
Target : 1.4
Summary : Add save indicator [114]

Comment: --------- Comment ---------
ID: af4e3e76-1c9c-4f47-9afe-93a2f36ad926
Short name: a88/75f3/af4
From: Pontus Lurcock <pont@talvi.net>
Date: Fri, 14 Aug 2009 01:19:25 +0000

Add some indication that the ctrl-S shortcut is performing an action --
flash some component of the GUI, and/or add a * to the window title
when a suite is unsaved.

Comment: --------- Comment ---------
ID: ec2a755f-24d1-4995-8033-eb8a38eefa8d
Short name: a88/75f3/ec2
From: Pontus Lurcock <pont@talvi.net>
Date: Mon, 24 Aug 2009 21:45:39 +0000

The Apple equivalent of a * in the title bar seems to be the the
Window.documentModified client property, documented at
http://developer.apple.com/technotes/tn2007/tn2196.html#WINDOW_DOCUMENTMODIFIED .
On Macs, the menu title should also flash briefly when a hotkey is
pressed, which would also give useful visual feedback that saving is
taking place. But this isn't implemented in Apple Java and I can't think
of any way to work around it.
http://lists.apple.com/archives/Java-dev/2008/Nov/msg00239.html seems
to confirm this.

Comment: --------- Comment ---------
ID: 1c9314e8-e4c3-41db-9187-b20f4f252afe
Short name: a88/75f3/1c9
From: Pontus Lurcock <pont@talvi.net>
Date: Wed, 14 Oct 2015 13:22:08 +0000

Implemented as specified -- with asterisk in title for Linux and
Windows, and the standard dot in the close icon for Macs. In addition,
the current suite name is now displayed in the title bar (previously
it just said "PuffinPlot").