added a couple of notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-01-26 07:43:22 +03:00
parent fa9dbe18c5
commit 6da746012d
2 changed files with 4 additions and 0 deletions

View File

@ -391,6 +391,7 @@ var MetadataUIActions = actions.Actions({
// add separator to base...
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,
browse.makeList(
null,

View File

@ -183,6 +183,9 @@ var BrowserClassPrototype = {
// 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
// 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 = {
dom: null,