mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30: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 this knows about action priority and shortcut marker...
|
||||||
// XXX should these be more like .getDoc(..) and support lists of actions???
|
// 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/',
|
getDocPath: ['- Interface/',
|
||||||
function(action, clean, join){
|
function(action, clean, join){
|
||||||
clean = clean == null ? true : clean
|
clean = clean == null ? true : clean
|
||||||
@ -886,6 +887,12 @@ var UIIntrospectionActions = actions.Actions({
|
|||||||
cls: 'table-view'
|
cls: 'table-view'
|
||||||
})
|
})
|
||||||
})],
|
})],
|
||||||
|
|
||||||
|
|
||||||
|
// XXX EXPERIMENTAL...
|
||||||
|
featureGraph: ['- Help/Generate feature graph (graphviz format)',
|
||||||
|
function(){
|
||||||
|
return this.features.FeatureSet.gvGraph(this.features.features) }],
|
||||||
})
|
})
|
||||||
|
|
||||||
var UIIntrospection =
|
var UIIntrospection =
|
||||||
@ -1429,6 +1436,7 @@ module.BrowseActions = core.ImageGridFeatures.Feature({
|
|||||||
depends: [
|
depends: [
|
||||||
'ui',
|
'ui',
|
||||||
'ui-dialogs',
|
'ui-dialogs',
|
||||||
|
'ui-introspection',
|
||||||
],
|
],
|
||||||
suggested: [
|
suggested: [
|
||||||
'keyboard',
|
'keyboard',
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"glob": "^4.0.6",
|
"glob": "^4.0.6",
|
||||||
"guarantee-events": "^1.0.0",
|
"guarantee-events": "^1.0.0",
|
||||||
"ig-actions": "^3.2.5",
|
"ig-actions": "^3.2.5",
|
||||||
"ig-features": "^3.2.2",
|
"ig-features": "^3.2.4",
|
||||||
"ig-object": "^1.0.1",
|
"ig-object": "^1.0.1",
|
||||||
"openseadragon": "^2.1.0",
|
"openseadragon": "^2.1.0",
|
||||||
"preact": "^8.1.0",
|
"preact": "^8.1.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user