2009-04-10 01:32:03 +00:00
|
|
|
pref("extensions.treestyletab.animation.enabled", true);
|
|
|
|
pref("extensions.treestyletab.animation.indent.duration", 200);
|
|
|
|
pref("extensions.treestyletab.animation.collapse.duration", 150);
|
2009-04-07 16:09:17 +00:00
|
|
|
|
2007-10-23 06:05:44 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.width", 200);
|
2009-07-07 08:30:30 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.height", 32);
|
2008-06-17 06:22:49 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.shrunkenWidth", 80);
|
2007-10-23 06:05:44 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.position", "left");
|
2008-10-17 15:47:45 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.position.subbrowser.enabled", false);
|
2007-10-26 12:56:04 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.multirow", false);
|
2009-05-11 07:19:37 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.invertTab", true);
|
2009-05-11 23:19:11 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.invertTabContents", false);
|
2009-04-28 04:11:22 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.invertClosebox", false);
|
2007-10-23 06:05:44 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.scroll.smooth", true);
|
2009-04-10 01:32:03 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.scroll.duration", 250);
|
2010-07-25 16:13:19 +00:00
|
|
|
// 0 = no scroll, 1 = scroll to new tab only when the current tab will not scrolled out, 2 = scroll to new tab always
|
|
|
|
pref("extensions.treestyletab.tabbar.scrollToNewTab.mode", 1);
|
2010-03-31 12:30:06 +00:00
|
|
|
// flat, mixed, vertigo
|
2010-11-18 16:04:31 +09:00
|
|
|
// pref("extensions.treestyletab.tabbar.style", "mixed");
|
|
|
|
pref("extensions.treestyletab.platform.default.tabbar.style", "mixed");
|
2010-09-01 15:50:10 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.style.aero", false);
|
2008-06-17 06:22:49 +00:00
|
|
|
// 0 = disabled, 1 = hide, 2 = shrink
|
2010-03-31 18:47:30 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode", 0);
|
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode.fullscreen", 1);
|
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode.toggle", 2);
|
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode.toggle.fullscreen", 1);
|
2007-11-09 04:07:54 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.delay", 50);
|
2008-06-17 07:43:21 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.area", 7);
|
2009-12-17 08:49:21 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.expandArea", false);
|
2008-03-11 04:43:38 +00:00
|
|
|
// 0 = not transparent, 1 = partial transparent, 2 = completely transparent
|
|
|
|
pref("extensions.treestyletab.tabbar.transparent.style", 1);
|
|
|
|
pref("extensions.treestyletab.tabbar.transparent.partialTransparency", "0.25");
|
2008-03-09 12:46:19 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.mousemove", true);
|
2008-06-18 14:04:50 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.accelKeyDown", true);
|
2008-03-09 12:18:58 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.accelKeyDown.delay", 800);
|
2008-06-18 14:04:50 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.tabSwitch", true);
|
2008-06-17 13:24:44 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.feedback", false);
|
2008-03-09 06:36:52 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.feedback.delay", 3000);
|
2009-03-29 19:06:25 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.keepShownOnMouseover", true);
|
2009-03-29 21:03:58 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.togglerSize", 5);
|
2009-08-26 14:59:25 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.autoCancelOnDrop", true);
|
2009-09-04 01:47:10 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.insensitiveArea", 14);
|
2009-08-26 14:59:25 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.horizontal", true);
|
2009-07-07 15:34:14 +00:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.vertical", false);
|
2007-11-17 06:05:23 +00:00
|
|
|
pref("extensions.treestyletab.enableSubtreeIndent.allTabsPopup", true);
|
2009-07-08 00:09:13 +00:00
|
|
|
pref("extensions.treestyletab.allowSubtreeCollapseExpand.horizontal", false);
|
|
|
|
pref("extensions.treestyletab.allowSubtreeCollapseExpand.vertical", true);
|
2010-11-25 01:14:36 +09:00
|
|
|
pref("extensions.treestyletab.stackCollapsedTabs", true);
|
2007-10-23 06:05:44 +00:00
|
|
|
pref("extensions.treestyletab.showBorderForFirstTab", false);
|
2007-11-17 17:55:46 +00:00
|
|
|
pref("extensions.treestyletab.autoExpand.enabled", true);
|
2007-11-17 17:52:51 +00:00
|
|
|
pref("extensions.treestyletab.autoExpand.delay", 500);
|
|
|
|
pref("extensions.treestyletab.autoExpand.intelligently", true);
|
|
|
|
pref("extensions.treestyletab.autoExpand.collapseFinally", false);
|
2010-11-29 19:24:27 +09:00
|
|
|
pref("extensions.treestyletab.maxTreeLevel.horizontal", 0);
|
2010-12-01 15:38:21 +09:00
|
|
|
pref("extensions.treestyletab.maxTreeLevel.vertical", 999);
|
2010-11-29 17:24:45 +09:00
|
|
|
pref("extensions.treestyletab.maxTreeLevel.phisical", false);
|
2009-12-18 12:57:21 +00:00
|
|
|
pref("extensions.treestyletab.indent", 12);
|
|
|
|
pref("extensions.treestyletab.indent.property", "margin");
|
2010-11-18 16:04:31 +09:00
|
|
|
// pref("extensions.treestyletab.indent.property.top", "");
|
|
|
|
// pref("extensions.treestyletab.indent.property.right", "");
|
|
|
|
// pref("extensions.treestyletab.indent.property.bottom", "");
|
|
|
|
// pref("extensions.treestyletab.indent.property.left", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.top", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.right", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.bottom", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.left", "");
|
2007-10-31 00:38:37 +00:00
|
|
|
// 0 = first child, 1 = last child
|
|
|
|
pref("extensions.treestyletab.insertNewChildAt", 1);
|
2008-03-02 16:01:33 +00:00
|
|
|
pref("extensions.treestyletab.twisty.style", "auto"); // none, retro, modern-black, modern-white, auto
|
2009-05-08 06:04:22 +00:00
|
|
|
pref("extensions.treestyletab.twisty.expandSensitiveArea", true);
|
2008-12-03 13:17:40 +00:00
|
|
|
pref("extensions.treestyletab.clickOnIndentSpaces.enabled", true);
|
2009-08-10 03:15:15 +00:00
|
|
|
pref("extensions.treestyletab.tooltip.includeChildren", true);
|
2007-10-21 15:02:58 +00:00
|
|
|
|
2009-12-25 11:19:50 +00:00
|
|
|
pref("extensions.treestyletab.show.context-item-reloadTabSubtree", true);
|
2009-07-06 09:21:06 +00:00
|
|
|
pref("extensions.treestyletab.show.context-item-reloadDescendantTabs", false);
|
2009-12-25 11:19:50 +00:00
|
|
|
pref("extensions.treestyletab.show.context-item-removeTabSubtree", true);
|
2007-11-26 15:07:10 +00:00
|
|
|
pref("extensions.treestyletab.show.context-item-removeDescendantTabs", false);
|
2010-12-08 20:34:42 +09:00
|
|
|
pref("extensions.treestyletab.show.context-item-removeAllTabsButThisTree", false);
|
2007-11-17 06:05:23 +00:00
|
|
|
pref("extensions.treestyletab.show.context-item-collapseAllSubtree", true);
|
|
|
|
pref("extensions.treestyletab.show.context-item-expandAllSubtree", true);
|
2008-02-22 17:55:35 +00:00
|
|
|
pref("extensions.treestyletab.show.context-item-toggleAutoHide", true);
|
|
|
|
pref("extensions.treestyletab.show.context-item-toggleFixed", true);
|
2009-12-25 11:19:50 +00:00
|
|
|
pref("extensions.treestyletab.show.context-item-bookmarkTabSubtree", true);
|
2007-10-22 09:59:43 +00:00
|
|
|
|
2009-07-27 07:22:56 +00:00
|
|
|
// 0 = always ask, 1 = load into the tab, 2 = open new child tab
|
|
|
|
pref("extensions.treestyletab.dropLinksOnTab.behavior", 0);
|
2010-07-30 02:39:51 +00:00
|
|
|
// value = Basic | Structure | Collapse/expand
|
|
|
|
// Basic behavior:
|
|
|
|
// 0 = always ask
|
|
|
|
// 1 = tree
|
|
|
|
// 2 = separate
|
|
|
|
// 4 = replace
|
|
|
|
// Structure:
|
|
|
|
// 256 = use dummy tab (for subtree)
|
|
|
|
// 1024 = use dummy tab, only if there is any orphan
|
|
|
|
// 512 = do not restore tree structure
|
|
|
|
// Collapse/expand:
|
|
|
|
// 2048 = expand all tree
|
|
|
|
pref("extensions.treestyletab.openGroupBookmark.behavior", 2304); /* 0 | 256 | 2048 */
|
2010-12-20 20:41:22 +09:00
|
|
|
// 0 = always ask, 1 = bookmark all, 2 = bookmark only the parent tab
|
2011-01-06 10:25:17 +09:00
|
|
|
pref("extensions.treestyletab.bookmarkDroppedTabs.behavior", 0);
|
2010-05-06 09:56:39 +00:00
|
|
|
pref("extensions.treestyletab.taskbarPreviews.hideCollapsedTabs", true);
|
2007-10-21 15:02:58 +00:00
|
|
|
|
2009-12-25 11:27:23 +00:00
|
|
|
pref("extensions.treestyletab.autoCollapseExpandSubtreeOnSelect", true);
|
|
|
|
pref("extensions.treestyletab.autoCollapseExpandSubtreeOnSelect.onCurrentTabRemove", true);
|
|
|
|
pref("extensions.treestyletab.autoCollapseExpandSubtreeOnSelect.whileFocusMovingByShortcut", false);
|
|
|
|
pref("extensions.treestyletab.collapseExpandSubtree.dblclick", false);
|
|
|
|
pref("extensions.treestyletab.autoExpandSubtreeOnCollapsedChildFocused", true);
|
|
|
|
pref("extensions.treestyletab.autoExpandSubtreeOnAppendChild", true);
|
2011-01-26 00:06:32 +09:00
|
|
|
pref("extensions.treestyletab.autoAttach", true);
|
2010-12-09 20:13:04 +09:00
|
|
|
// 0 = don't attach
|
|
|
|
// 1 = attach if the search term equals to the selection in the current tab
|
|
|
|
// 2 = always attach
|
2011-01-26 00:06:32 +09:00
|
|
|
pref("extensions.treestyletab.autoAttach.searchResult", 1);
|
2011-01-26 00:01:37 +09:00
|
|
|
// 0 = don't attach (open as an independent tab)
|
|
|
|
// 1 = attach to the current tab (open as a child)
|
|
|
|
// 2 = attach to the parent of the current tab (open as a sibling)
|
|
|
|
pref("extensions.treestyletab.autoAttach.newTabCommand", 0);
|
2007-10-19 03:05:36 +00:00
|
|
|
// 0 = default, 1 = only visible tabs
|
|
|
|
pref("extensions.treestyletab.focusMode", 1);
|
2009-06-09 15:03:59 +00:00
|
|
|
/*
|
2009-12-18 07:28:54 +00:00
|
|
|
3 = promote only the first child tab as the parent level
|
|
|
|
0 = promote all children as the parent level
|
2009-06-09 15:03:59 +00:00
|
|
|
1 = detach all children
|
|
|
|
2 = close all children too
|
|
|
|
*/
|
2009-06-24 08:18:17 +00:00
|
|
|
pref("extensions.treestyletab.closeParentBehavior", 3);
|
2010-09-18 16:13:07 +00:00
|
|
|
pref("extensions.treestyletab.closeParentBehavior.moveDetachedTabsToBottom", false);
|
2009-06-09 15:03:59 +00:00
|
|
|
/*
|
2009-12-18 07:28:54 +00:00
|
|
|
3 = promote only the first child tab as the root level
|
|
|
|
1 = promote all children as new roots (=detach all children)
|
2009-06-09 16:02:58 +00:00
|
|
|
Note: this affects only when closeParentBehavior == 0
|
2009-06-09 15:03:59 +00:00
|
|
|
*/
|
2009-06-10 03:34:47 +00:00
|
|
|
pref("extensions.treestyletab.closeRootBehavior", 3);
|
2009-12-25 11:27:23 +00:00
|
|
|
pref("extensions.treestyletab.createSubtree.underParent", true);
|
2009-12-27 04:56:16 +00:00
|
|
|
/*
|
|
|
|
0 = do nothing.
|
|
|
|
1 = always ask.
|
|
|
|
2 = reopen all tabs of the tree if a member of tree is reopened.
|
2010-11-11 01:14:04 +09:00
|
|
|
256 = don't reopen tree if some tabs are overflowed and lost from the history.
|
2009-12-27 04:56:16 +00:00
|
|
|
*/
|
2009-12-27 05:25:04 +00:00
|
|
|
pref("extensions.treestyletab.undoCloseTabSet.behavior", 3);
|
2007-10-20 08:22:42 +00:00
|
|
|
|
2011-01-20 11:55:49 +09:00
|
|
|
pref("extensions.treestyletab.restoreTreeOnStartup", false);
|
|
|
|
|
2007-10-17 18:18:16 +00:00
|
|
|
|
2008-03-03 08:26:51 +00:00
|
|
|
pref("browser.link.open_newwindow.restriction.override", 0);
|
|
|
|
pref("browser.tabs.loadFolderAndReplace.override", false);
|
2009-09-09 04:45:54 +00:00
|
|
|
pref("browser.tabs.insertRelatedAfterCurrent.override", false);
|
2010-05-02 04:51:19 +00:00
|
|
|
pref("browser.tabs.insertRelatedAfterCurrent.override.force", true);
|
2007-10-20 08:22:42 +00:00
|
|
|
|
2009-12-25 11:19:50 +00:00
|
|
|
pref("extensions.multipletab.show.multipletab-selection-item-removeTabSubtree", true);
|
|
|
|
pref("extensions.multipletab.show.multipletab-selection-item-createSubtree", true);
|
2007-10-17 16:07:43 +00:00
|
|
|
|
2007-10-20 08:22:42 +00:00
|
|
|
|
2009-12-15 08:38:16 +00:00
|
|
|
pref("extensions.treestyletab.compatibility.TMP", true); // Tab Mix Plus
|
2010-03-31 11:08:46 +00:00
|
|
|
pref("extensions.treestyletab.compatibility.STM.warnForNewTabPosition", true); // Super Tab Mode
|
2008-06-20 06:16:22 +00:00
|
|
|
|
|
|
|
|
2010-10-25 03:06:02 +00:00
|
|
|
pref("extensions.treestyletab.platform.Darwin.tabbar.style", "metal");
|
|
|
|
pref("extensions.treestyletab.platform.Darwin.indent.property.top", "margin-bottom");
|
|
|
|
pref("extensions.treestyletab.platform.Linux.tabbar.style", "plain");
|
|
|
|
|
|
|
|
|
2009-07-27 07:22:56 +00:00
|
|
|
pref("extensions.treestyletab.prefsVersion", 0);
|