neo-nie / pynsource

Automatically exported from code.google.com/p/pynsource
0 stars 0 forks source link

Lock down Persistence format #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Lock down Persistence format so that there is a version number and a known 
extension.

Original issue reported on code.google.com by abu...@gmail.com on 20 Aug 2012 at 1:38

GoogleCodeExporter commented 8 years ago
Possible extension .pyns ?

No version in files currently.

Current format:

{'type':'node', 'id':'CmdBase', 'x':557, 'y':270, 'width':87, 'height':31, 
'attrs':'', 'meths':''}
{'type':'node', 'id':'CmdDeselectAllShapes', 'x':650, 'y':14, 'width':230, 
'height':83, 'attrs':'', 'meths':'execute|undo'}
{'type':'edge', 'id':'CmdFileSaveWorkspace_to_CmdBase', 
'source':'CmdFileSaveWorkspace', 'target':'CmdBase', 
'uml_edge_type':'generalisation'}
{'type':'edge', 
'id':'CmdFileLoadWorkspaceFromQuickPrompt_to_CmdFileLoadWorkspaceBase', 
'source':'CmdFileLoadWorkspaceFromQuickPrompt', 
'target':'CmdFileLoadWorkspaceBase', 'uml_edge_type':'generalisation'}

Original comment by abu...@gmail.com on 20 Aug 2012 at 1:40

GoogleCodeExporter commented 8 years ago

Original comment by abu...@gmail.com on 20 Aug 2012 at 1:42