Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Save As" Button #5

Open
GoogleCodeExporter opened this issue Jun 13, 2015 · 2 comments
Open

"Save As" Button #5

GoogleCodeExporter opened this issue Jun 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Please implement the "Save as" button, which will perform a deep copy of the 
currently open project, creating a new project with the specified name.

Note that if the open project has been modified without pressing "save", the 
current changes should not be written to the old project, only to the new 
project specified in the "save as".  i.e. the same as common apps such as MS 
word.



Original issue reported on code.google.com by kyleanderson88 on 26 Jan 2012 at 5:26

@GoogleCodeExporter
Copy link
Author

Make sure that the majority of the copy operation is performed on the server, 
not on the client, only the "dirty" objects on the client need to be written 
back.

Original comment by kyleanderson88 on 26 Jan 2012 at 5:28

@GoogleCodeExporter
Copy link
Author

Do this on a per-schematic basis first.  (Have a "Save as" button within the 
the transmission & distribution button groups).  This should allow you to copy 
a schematic within the project.

Once that's done, add it for the project so that a project can be copied.  

Original comment by kyleanderson88 on 9 May 2012 at 8:37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant