ツールチップにツリーの内容を表示するかどうかの設定項目を設けた(UI)
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4892 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
fcca4e498b
commit
296bd65a05
@ -630,6 +630,9 @@
|
|||||||
name="extensions.treestyletab.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove"
|
name="extensions.treestyletab.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove"
|
||||||
type="bool"
|
type="bool"
|
||||||
inverted="true"/>
|
inverted="true"/>
|
||||||
|
<preference id="extensions.treestyletab.tooltip.includeChildren"
|
||||||
|
name="extensions.treestyletab.tooltip.includeChildren"
|
||||||
|
type="bool"/>
|
||||||
<preference id="extensions.treestyletab.collapseExpandSubTree.dblclick"
|
<preference id="extensions.treestyletab.collapseExpandSubTree.dblclick"
|
||||||
name="extensions.treestyletab.collapseExpandSubTree.dblclick"
|
name="extensions.treestyletab.collapseExpandSubTree.dblclick"
|
||||||
type="bool"/>
|
type="bool"/>
|
||||||
@ -682,6 +685,9 @@
|
|||||||
<checkbox id="extensions.treestyletab.collapseExpandSubTree.dblclick-check"
|
<checkbox id="extensions.treestyletab.collapseExpandSubTree.dblclick-check"
|
||||||
preference="extensions.treestyletab.collapseExpandSubTree.dblclick"
|
preference="extensions.treestyletab.collapseExpandSubTree.dblclick"
|
||||||
label="&config.collapseExpandSubTree.dblclick;"/>
|
label="&config.collapseExpandSubTree.dblclick;"/>
|
||||||
|
<checkbox id="extensions.treestyletab.tooltip.includeChildren-check"
|
||||||
|
preference="extensions.treestyletab.tooltip.includeChildren"
|
||||||
|
label="&config.tooltip.includeChildren;"/>
|
||||||
<!--checkbox id="extensions.treestyletab.autoExpandSubTreeOnAppendChild-check"
|
<!--checkbox id="extensions.treestyletab.autoExpandSubTreeOnAppendChild-check"
|
||||||
preference="extensions.treestyletab.autoExpandSubTreeOnAppendChild"
|
preference="extensions.treestyletab.autoExpandSubTreeOnAppendChild"
|
||||||
label="&config.autoExpandSubTreeOnAppendChild;"/-->
|
label="&config.autoExpandSubTreeOnAppendChild;"/-->
|
||||||
|
@ -122,7 +122,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "Nicht aktive Zweige zuklappen">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "Nicht aktive Zweige zuklappen">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "Bei Doppelklick auf Tab untergeordneten Zweig auf- oder zuklappen">
|
<!ENTITY config.collapseExpandSubTree.dblclick "Bei Doppelklick auf Tab untergeordneten Zweig auf- oder zuklappen">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "Zweig automatisch aufklappen, wenn ein Tab in den Zweig eingefügt wird">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "Zweig automatisch aufklappen, wenn ein Tab in den Zweig eingefügt wird">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "Wenn ein Tab geschlossen wird">
|
<!ENTITY config.closeParentBehavior.caption "Wenn ein Tab geschlossen wird">
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "Collapse/Expand tree of the tab by double-click">
|
<!ENTITY config.collapseExpandSubTree.dblclick "Collapse/Expand tree of the tab by double-click">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "Expand tree automatically, when tabs are inserted into the tree">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "Expand tree automatically, when tabs are inserted into the tree">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "When a parent tab is closed">
|
<!ENTITY config.closeParentBehavior.caption "When a parent tab is closed">
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "Colapsar/Expandir sub-árboles de la pestaña al hacer doble-click">
|
<!ENTITY config.collapseExpandSubTree.dblclick "Colapsar/Expandir sub-árboles de la pestaña al hacer doble-click">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "Expandir sub-árboles automáticamente cuando una pestaña es insertada dentro del sub-árbol">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "Expandir sub-árboles automáticamente cuando una pestaña es insertada dentro del sub-árbol">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "When a parent tab is closed">
|
<!ENTITY config.closeParentBehavior.caption "When a parent tab is closed">
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "Contrai/espandi sottoalberi della scheda con un doppio-clic">
|
<!ENTITY config.collapseExpandSubTree.dblclick "Contrai/espandi sottoalberi della scheda con un doppio-clic">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "Espandi automaticamente i sottoalberi all'inserimento di nuove schede">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "Espandi automaticamente i sottoalberi all'inserimento di nuove schede">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "Alla chiusura della scheda principale">
|
<!ENTITY config.closeParentBehavior.caption "Alla chiusura della scheda principale">
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
<!ENTITY config.focusMode "Control(Command)-Tabでタブを切り替える時、折りたたまれたタブにもフォーカスする">
|
<!ENTITY config.focusMode "Control(Command)-Tabでタブを切り替える時、折りたたまれたタブにもフォーカスする">
|
||||||
|
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "タブのダブルクリックでツリーを開閉する">
|
<!ENTITY config.collapseExpandSubTree.dblclick "タブのダブルクリックでツリーを開閉する">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "タブのツールチップにツリーの内容を表示する">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "折り畳まれたツリー内に子孫のタブが追加された時、ツリーを自動的に展開する">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "折り畳まれたツリー内に子孫のタブが追加された時、ツリーを自動的に展開する">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "親のタブを閉じた時の挙動">
|
<!ENTITY config.closeParentBehavior.caption "親のタブを閉じた時の挙動">
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "Zwijaj/rozwijaj drzewo potomne karty za pomocą dwukrotnego kliknięcia">
|
<!ENTITY config.collapseExpandSubTree.dblclick "Zwijaj/rozwijaj drzewo potomne karty za pomocą dwukrotnego kliknięcia">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "Rozwijaj drzewo potomne automatycznie, gdy są do niego wstawione karty">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "Rozwijaj drzewo potomne automatycznie, gdy są do niego wstawione karty">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "Kiedy karta główna jest zamykana:">
|
<!ENTITY config.closeParentBehavior.caption "Kiedy karta główna jest zamykana:">
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "Сворачивать/разворачивать поддерево вкладок по двойному клику">
|
<!ENTITY config.collapseExpandSubTree.dblclick "Сворачивать/разворачивать поддерево вкладок по двойному клику">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "Разворачивать поддерево автоматически, когда вкладки вставляются в поддерево">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "Разворачивать поддерево автоматически, когда вкладки вставляются в поддерево">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "When a parent tab is closed">
|
<!ENTITY config.closeParentBehavior.caption "When a parent tab is closed">
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "When a tab gets focus, expand his tree and collapse others automatically">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "Exclude focus moving caused by current tab closing">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "通过双击折叠/展开标签的子树">
|
<!ENTITY config.collapseExpandSubTree.dblclick "通过双击折叠/展开标签的子树">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "当标签被插入子树时,自动展开子树">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "当标签被插入子树时,自动展开子树">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "关闭父标签时">
|
<!ENTITY config.closeParentBehavior.caption "关闭父标签时">
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "切換分頁時,自動展開該子樹並摺疊無關者">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect "切換分頁時,自動展開該子樹並摺疊無關者">
|
||||||
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "不包括因關閉當前分頁而造成的切換">
|
<!ENTITY config.autoCollapseExpandSubTreeOnSelect.onCurrentTabRemove "不包括因關閉當前分頁而造成的切換">
|
||||||
<!ENTITY config.collapseExpandSubTree.dblclick "按兩下分頁開關子樹">
|
<!ENTITY config.collapseExpandSubTree.dblclick "按兩下分頁開關子樹">
|
||||||
|
<!ENTITY config.tooltip.includeChildren "Show tree contents in tooltips on tabs">
|
||||||
<!ENTITY config.autoExpandSubTreeOnAppendChild "當新增分頁到子樹時,自動展開子樹">
|
<!ENTITY config.autoExpandSubTreeOnAppendChild "當新增分頁到子樹時,自動展開子樹">
|
||||||
|
|
||||||
<!ENTITY config.closeParentBehavior.caption "當關閉親分頁時">
|
<!ENTITY config.closeParentBehavior.caption "當關閉親分頁時">
|
||||||
|
Loading…
Reference in New Issue
Block a user