mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 19:00:09 +00:00
added a couple of notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
fa9dbe18c5
commit
6da746012d
@ -391,6 +391,7 @@ var MetadataUIActions = actions.Actions({
|
|||||||
// add separator to base...
|
// add separator to base...
|
||||||
fields.length > 0 && base.push('---')
|
fields.length > 0 && base.push('---')
|
||||||
|
|
||||||
|
// XXX might be a good idea to directly bind ctrl-c to copy value...
|
||||||
var o = overlay.Overlay(this.ribbons.viewer,
|
var o = overlay.Overlay(this.ribbons.viewer,
|
||||||
browse.makeList(
|
browse.makeList(
|
||||||
null,
|
null,
|
||||||
|
|||||||
@ -183,6 +183,9 @@ var BrowserClassPrototype = {
|
|||||||
// XXX Q: should we make a base list dialog and build this on that or
|
// XXX Q: should we make a base list dialog and build this on that or
|
||||||
// simplify this to implement a list (removing the path and disabling
|
// simplify this to implement a list (removing the path and disabling
|
||||||
// traversal)??
|
// traversal)??
|
||||||
|
// XXX might be a good idea to add a ctrl-c/copy handler...
|
||||||
|
// ...copy path by default but overloadable with something like
|
||||||
|
// .getCopyValue() which would return .strPath by default...
|
||||||
var BrowserPrototype = {
|
var BrowserPrototype = {
|
||||||
dom: null,
|
dom: null,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user