The help for PanelTabs plugin is in russian, I don't get how to switch between tabs.
If someone that use this plugin can help me. Maybe I have to assign every tab to a folder shortcut?
The help for PanelTabs plugin is in russian, I don't get how to switch between tabs.
If someone that use this plugin can help me. Maybe I have to assign every tab to a folder shortcut?
There is no default shortcut to change between the tabs of the PanelTabs plugin but you can assign one (see third bullet point below).
You can change between tabs by doing one of the following:
Ctrl+UP to minimize the panels if you don't see the tab names)Plugins(F11) -> Panel Tabs -> Select Tab -> Press 1/2/3...MacroLib pluginMacros in the MacroLib folder (C:\Program Files\Far Manager\Plugins\MacroLib\Macros)PanelTabs.fmlua to the created Macros folder. Example:
C:\Program Files\Far Manager\Plugins\PanelTabs\PanelTabs.fmluaC:\Program Files\Far Manager\Plugins\MacroLib\Macros\PanelTabs.fmluaSelectTabs is defined in the PanelTabs.fmlua file (Bind="RCtrl:Release")tab:/edit at the command line and select the tab (or edit it, maybe to lock it)Some Google translated documentation from the original russin PanelTabs plugin documentation:
The plugin adds a row of bookmarks to the FAR panels, which can be switched by mouse or keyboard. To make the tabs visible you should reduce the height of the panels by at least one line (Ctrl + Up)
Two types of bookmarks are supported:
Non-fixed bookmarks - Bookmarks of this type automatically monitor the change of the current directory in the FAR panel
Fixed bookmarks - Bookmarks of this type store the directory at the time of adding, and allow you to return to it later with a single mouse click. In fact, they are a visual analogue of Folder Shortcuts.
Also, fixed bookmarks can be used to run macros or programs, thus being a kind of analog toolbar.
To switch bookmarks from the keyboard, you can assign macros to the Select tab command from the main menu of the plugin. On this command the plug-in goes into the bookmark selection mode. The choice is made by additional pressing of digital or the letter key corresponding to the bookmark number.
In addition, in the bookmark selection mode, the following commands are available:
Ins - Add bookmarkDel - Delete bookmarkSpace - Open Bookmark ListMul - Change the bookmark type (fixed / non-fixed)Tab - The following command will apply to the tab on the passive panel (it makes sense only for separate bookmarks)Div - The next bookmark selection command will be executed on the opposite panelEsc - Exit bookmarks selection modeThe prefix Tab and Div keys can be part of the calling macro.
Displays a list of bookmarks for one FAR panel and allows you to edit it. The dialog can be accessed through the plugin menu or by right-clicking on the bookmark adding button ("+").
Keyboard combinations:
Enter - Select current bookmark
The same action is performed on the left mouse click
F4 - Edit bookmark.
The same action is performed with the right mouse click
Ins Add bookmark
Del Delete Bookmark
Ctrl-Up Move bookmark up
Ctrl-Down Move bookmark downTab:The plugin adds the prefix Tab: (case insensitive), through which the basic commands for managing bookmarks are available.
Tab: without parameters - call the main menu of the plugin. (Does this work??)
After the prefix Tab: you can specify a number of commands. All commands start with "/" or "-":
tab:/Add - Add the current folder to the bookmark list
tab:/Edit - Open Bookmark List
tab:/Save=FileName - Save the current list of bookmarks to a file
tab:/Load=FileName - Load the current list of bookmarks from the file