bugfix: order bug when editing a new entry that has been moved about
This commit is contained in:
parent
c5e51be5ba
commit
af5c5c8e66
3 changed files with 5 additions and 1 deletions
|
|
@ -206,7 +206,8 @@
|
||||||
name = _ref2[_k];
|
name = _ref2[_k];
|
||||||
console.log(name.author, name.name, name.file);
|
console.log(name.author, name.name, name.file);
|
||||||
}
|
}
|
||||||
return console.log('---');
|
console.log('---');
|
||||||
|
return _this.buildlist(_this.data);
|
||||||
};
|
};
|
||||||
})(this)
|
})(this)
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -186,6 +186,7 @@ does not alter the array. Alternately, _have_ it alter the array.
|
||||||
@data.filedata = @.rearrangearray s,e,@data.filedata
|
@data.filedata = @.rearrangearray s,e,@data.filedata
|
||||||
console.log name.author,name.name,name.file for name in @data.filedata
|
console.log name.author,name.name,name.file for name in @data.filedata
|
||||||
console.log '---'
|
console.log '---'
|
||||||
|
@buildlist @data
|
||||||
|
|
||||||
Given a start and and end position, pop the array element at start off and
|
Given a start and and end position, pop the array element at start off and
|
||||||
insert it into the array at end position. A la the draggon-dropping.
|
insert it into the array at end position. A la the draggon-dropping.
|
||||||
|
|
|
||||||
2
todo.txt
2
todo.txt
|
|
@ -8,6 +8,8 @@ x 2014-08-06 @EDITOR save (print) routine
|
||||||
@EDITOR text/bg colors change 'SAHLI' thing
|
@EDITOR text/bg colors change 'SAHLI' thing
|
||||||
x 2014-08-07 @EDITOR update the line item when saving - what the heck is 'line item?' (meant update the listing to show edits)
|
x 2014-08-07 @EDITOR update the line item when saving - what the heck is 'line item?' (meant update the listing to show edits)
|
||||||
|
|
||||||
|
(A) fix color functions to use alpha (so they show up!)
|
||||||
|
|
||||||
x 2014-08-06 (A) Add "type" of file(format) - plain, xbin, etc.(
|
x 2014-08-06 (A) Add "type" of file(format) - plain, xbin, etc.(
|
||||||
x 2014-08-06 (A) Create Editor - Standalone @EDITOR
|
x 2014-08-06 (A) Create Editor - Standalone @EDITOR
|
||||||
(A) remove the SAUCE lines at bottom, return ANSI object for render @SAUCE
|
(A) remove the SAUCE lines at bottom, return ANSI object for render @SAUCE
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue