smoothcontract / mediate

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

new, save and save as features #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
add new, open and save, save as support. current functionality is to edit
theme configured in mediate preference file - to create a new theme we
would have to manually copy the directory and make tweaks. This should be
automated.

implement theme load and save as functions - need to ignore preference
settings for these

new theme function should display a list of existing themes to base new
theme on. will then perform a directory copy using new name. Add another
wizard with theme name, modules etc.

add new descriptor function. maybe wizard based

add delete descriptor function - not sure how we will implement this
cleanly, perhaps a deprecated property in the list object? delete the
underlying file, but keep the descriptor in memory until we restart?

Original issue reported on code.google.com by aretman...@gmail.com on 11 Jun 2008 at 10:02

GoogleCodeExporter commented 9 years ago
add support for copy and pasting descriptors too. this will need to persist the 
new
descriptor to disk immediately so we can then re-parse it on loading. need to 
frig
the descriptor name when saving but otherwise should work okay. what about 
renaming
descriptors? tricky :-)

Original comment by aretman...@gmail.com on 11 Jun 2008 at 10:38

GoogleCodeExporter commented 9 years ago
copy/paste descriptor should not allow base descriptor to be copied

Original comment by aretman...@gmail.com on 11 Jun 2008 at 10:46

GoogleCodeExporter commented 9 years ago

Original comment by aretman...@gmail.com on 11 Mar 2009 at 3:23

GoogleCodeExporter commented 9 years ago
All implemented in mediate designer version 0.0.33

Original comment by aretman...@gmail.com on 9 Apr 2009 at 9:59