diff --git a/editor/sahliedit.litcoffee b/editor/sahliedit.litcoffee index a4f3ec3..3158a51 100644 --- a/editor/sahliedit.litcoffee +++ b/editor/sahliedit.litcoffee @@ -11,8 +11,11 @@ Editor for Sahli files. * allow Amiga choices * colorpicker - edit existing item +- remove item +- clear whole file - copy/clone - move items around +- sort items - output to screen (copy into file) * run from node - save filename dialog @@ -23,3 +26,12 @@ Title, load existing, and new file options. Silliness for checking that this works. $(-> $("h1").hide().slideDown(500)) +Create a split button to choose between the New and Load functionalities +(As we aren't going to ever load a file _and_ do a new file.) +(If someone wants to do that, they can restart with F5 or something.) + + $(-> $("#newsahli").button { disabled: false} ) + $(-> $("#loadsahli").button { disabled: false} ) + + + \ No newline at end of file diff --git a/editor/sahlieditor.html b/editor/sahlieditor.html index 406e28b..c52a2bb 100644 --- a/editor/sahlieditor.html +++ b/editor/sahlieditor.html @@ -9,7 +9,10 @@
form would go here
+