mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
added graphviz graph generator...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
642611f537
commit
fee35dca32
@ -472,6 +472,7 @@ var DialogsActions = actions.Actions({
|
||||
|
||||
// XXX this knows about action priority and shortcut marker...
|
||||
// XXX should these be more like .getDoc(..) and support lists of actions???
|
||||
// XXX should these be here or someplace in base (base-introspection)???
|
||||
getDocPath: ['- Interface/',
|
||||
function(action, clean, join){
|
||||
clean = clean == null ? true : clean
|
||||
@ -886,6 +887,12 @@ var UIIntrospectionActions = actions.Actions({
|
||||
cls: 'table-view'
|
||||
})
|
||||
})],
|
||||
|
||||
|
||||
// XXX EXPERIMENTAL...
|
||||
featureGraph: ['- Help/Generate feature graph (graphviz format)',
|
||||
function(){
|
||||
return this.features.FeatureSet.gvGraph(this.features.features) }],
|
||||
})
|
||||
|
||||
var UIIntrospection =
|
||||
@ -1429,6 +1436,7 @@ module.BrowseActions = core.ImageGridFeatures.Feature({
|
||||
depends: [
|
||||
'ui',
|
||||
'ui-dialogs',
|
||||
'ui-introspection',
|
||||
],
|
||||
suggested: [
|
||||
'keyboard',
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"glob": "^4.0.6",
|
||||
"guarantee-events": "^1.0.0",
|
||||
"ig-actions": "^3.2.5",
|
||||
"ig-features": "^3.2.2",
|
||||
"ig-features": "^3.2.4",
|
||||
"ig-object": "^1.0.1",
|
||||
"openseadragon": "^2.1.0",
|
||||
"preact": "^8.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user