コンテキストメニューの項目の表示・非表示をを設定ダイアログで設定できるようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1594 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
9f14b453d5
commit
1f3cd23f30
@ -47,6 +47,15 @@
|
|||||||
<preference id="extensions.treestyletab.show.context-item-removeTabSubTree"
|
<preference id="extensions.treestyletab.show.context-item-removeTabSubTree"
|
||||||
name="extensions.treestyletab.show.context-item-removeTabSubTree"
|
name="extensions.treestyletab.show.context-item-removeTabSubTree"
|
||||||
type="bool"/>
|
type="bool"/>
|
||||||
|
<preference id="extensions.treestyletab.show.context-item-collapseAllSubtree"
|
||||||
|
name="extensions.treestyletab.show.context-item-collapseAllSubtree"
|
||||||
|
type="bool"/>
|
||||||
|
<preference id="extensions.treestyletab.show.context-item-expandAllSubtree"
|
||||||
|
name="extensions.treestyletab.show.context-item-expandAllSubtree"
|
||||||
|
type="bool"/>
|
||||||
|
<preference id="extensions.treestyletab.show.context-item-toggleAutoHide"
|
||||||
|
name="extensions.treestyletab.show.context-item-toggleAutoHide"
|
||||||
|
type="bool"/>
|
||||||
</preferences>
|
</preferences>
|
||||||
|
|
||||||
<checkbox id="extensions.treestyletab.tabbar.scroll.smooth-check"
|
<checkbox id="extensions.treestyletab.tabbar.scroll.smooth-check"
|
||||||
@ -130,12 +139,26 @@
|
|||||||
src="chrome://treestyletab/content/res/style-mixed.png"/>
|
src="chrome://treestyletab/content/res/style-mixed.png"/>
|
||||||
</radiogroup>
|
</radiogroup>
|
||||||
</groupbox>
|
</groupbox>
|
||||||
|
<groupbox orient="vertical">
|
||||||
|
<caption label="&config.show.tabContextMenu.caption;"/>
|
||||||
|
<hbox align="center">
|
||||||
|
<checkbox id="extensions.treestyletab.show.context-item-removeTabSubTree-check"
|
||||||
|
preference="extensions.treestyletab.show.context-item-removeTabSubTree"
|
||||||
|
label="&context.removeTabSubTree.label;"/>
|
||||||
|
<checkbox id="extensions.treestyletab.show.context-item-collapseAllSubtree-check"
|
||||||
|
preference="extensions.treestyletab.show.context-item-collapseAllSubtree"
|
||||||
|
label="&context.collapseAllSubtree.label;"/>
|
||||||
|
<checkbox id="extensions.treestyletab.show.context-item-expandAllSubtree-check"
|
||||||
|
preference="extensions.treestyletab.show.context-item-expandAllSubtree"
|
||||||
|
label="&context.expandAllSubtree.label;"/>
|
||||||
|
</hbox>
|
||||||
|
<checkbox id="extensions.treestyletab.show.context-item-toggleAutoHide-check"
|
||||||
|
preference="extensions.treestyletab.show.context-item-toggleAutoHide"
|
||||||
|
label="&context.toggleAutoHide.label;"/>
|
||||||
|
</groupbox>
|
||||||
<checkbox id="extensions.treestyletab.show.openSelectionLinks-check"
|
<checkbox id="extensions.treestyletab.show.openSelectionLinks-check"
|
||||||
preference="extensions.treestyletab.show.openSelectionLinks"
|
preference="extensions.treestyletab.show.openSelectionLinks"
|
||||||
label="&config.show.openSelectionLinks;"/>
|
label="&config.show.openSelectionLinks;"/>
|
||||||
<checkbox id="extensions.treestyletab.show.context-item-removeTabSubTree-check"
|
|
||||||
preference="extensions.treestyletab.show.context-item-removeTabSubTree"
|
|
||||||
label="&config.show.contextItemRemoveTabSubTree;"/>
|
|
||||||
</prefpane>
|
</prefpane>
|
||||||
|
|
||||||
<prefpane id="prefpane-tab" label="&config.tabs.tab;"
|
<prefpane id="prefpane-tab" label="&config.tabs.tab;"
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
||||||
<!ENTITY config.tabbar.style.mixed "Mixed">
|
<!ENTITY config.tabbar.style.mixed "Mixed">
|
||||||
|
|
||||||
|
<!ENTITY config.show.tabContextMenu.caption "Add following items to the context menu on tabs">
|
||||||
<!ENTITY config.show.openSelectionLinks "Add "Open Selection Links in Tabs" to the context menu">
|
<!ENTITY config.show.openSelectionLinks "Add "Open Selection Links in Tabs" to the context menu">
|
||||||
<!ENTITY config.show.contextItemRemoveTabSubTree "Add "Close this Tree" to the context menu on tabs which have sub tree">
|
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY config.tabs.tab "Tab Operations">
|
<!ENTITY config.tabs.tab "Tab Operations">
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
||||||
<!ENTITY config.tabbar.style.mixed "Misto">
|
<!ENTITY config.tabbar.style.mixed "Misto">
|
||||||
|
|
||||||
|
<!ENTITY config.show.tabContextMenu.caption "Add following items to the context menu on tabs">
|
||||||
<!ENTITY config.show.openSelectionLinks "Aggiungi "Apri collegamenti selezionati in schede" al menu contestuale">
|
<!ENTITY config.show.openSelectionLinks "Aggiungi "Apri collegamenti selezionati in schede" al menu contestuale">
|
||||||
<!ENTITY config.show.contextItemRemoveTabSubTree "Aggiungi"Chiudi questo sottoalbero" al menu contestuale delle schede che possiedono sottoalberi">
|
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY config.tabs.tab "Navigazione">
|
<!ENTITY config.tabs.tab "Navigazione">
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
<!ENTITY config.tabbar.style.vertigo "Vertigo">
|
||||||
<!ENTITY config.tabbar.style.mixed "Mixed">
|
<!ENTITY config.tabbar.style.mixed "Mixed">
|
||||||
|
|
||||||
|
<!ENTITY config.show.tabContextMenu.caption "タブのコンテキストメニューに以下の項目を追加する">
|
||||||
<!ENTITY config.show.openSelectionLinks "コンテキストメニューに「選択したリンクをすべてタブで開く」を加える">
|
<!ENTITY config.show.openSelectionLinks "コンテキストメニューに「選択したリンクをすべてタブで開く」を加える">
|
||||||
<!ENTITY config.show.contextItemRemoveTabSubTree "サブツリーがあるタブのコンテキストメニューに「このサブツリーを閉じる」を加える">
|
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY config.tabs.tab "タブの開き方">
|
<!ENTITY config.tabs.tab "タブの開き方">
|
||||||
|
Loading…
Reference in New Issue
Block a user