Branch: refs/heads/develop
Home: https://github.com/cytoscape/cytoscape-impl
Commit: e65e370b71fc89f69aa51bc75eb428275e56994d
https://github.com/cytoscape/cytoscape-impl/commit/e65e370b71fc89f69aa51bc75eb428275e56994d
Author: Christian Lopes <[email protected]>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M
core-task-impl/src/main/java/org/cytoscape/task/internal/session/OpenSessionCommandTask.java
M
core-task-impl/src/main/java/org/cytoscape/task/internal/session/SaveSessionTaskFactoryImpl.java
M io-impl/impl/src/main/java/org/cytoscape/io/internal/CyActivator.java
M
swing-application-impl/src/main/java/org/cytoscape/internal/view/CytoscapeDesktop.java
Log Message:
-----------
Workaround that fixes CYTOSCAPE-12812 (Session Save behaviour) and doesn't
break CYTOSCAPE-12556 ('session open url' command).
- Now the session reader also accepts the extension ".tmpCYS" as a session
file, which is used when saving the temporary session file downloaded from a
URL.
- When saving the session, the SaveSessionTask will force a save-as only if the
file extension is ".tmpCYS" (or a new session, as before).
- The frame's title displays only "New Session" when it's from a temporary
(downloaded) session file, rather than the ugly tmp filename.
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/cytoscape-cvs/cytoscape/cytoscape-impl/push/refs/heads/develop/d7448a-e65e37%40github.com.