zxcalc / quantomatic

Quantomatic is a tool for doing automated graph rewriting.
http://quantomatic.github.io
154 stars 22 forks source link

Implement "Save All" menu item #135

Closed zamdzhiev closed 10 years ago

zamdzhiev commented 10 years ago

It would be nice to be able to save all documents in a project. This should be added to the file menu and maybe a shortcut assigned. The functionality is provided by the trySaveAll() method (see commit eb786132fd540410c80abcb9f45c8989206573ce), so implementing it should be easy.