Legal Notice
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no
"
Invariant Sections
"
,
"
Front-Cover Texts
"
or
"
Back-Cover Texts
"
, each as defined in the license. A copy of the license can be found in the file
COPYING.DOC.txt
included with jEdit.
BufferTabs adds a set of tabbed-pane style tabs to the jEdit text area. The tabs show all buffers currently open in jEdit, so clicking on a tab will easily switch to that buffer. The tabs can be placed on any of the four sides of the text area.
BufferTabs provides a popup menu that may be accessed by right-clicking (command-clicking on the Macintosh) on a tab. This popup menu offers quick access to some common functions such as reloading, saving, or closing the current buffer. There are also Insert File Name and Insert File Path commands in the popup menu. These will insert into the current buffer the name of the buffer's file or the full path to the buffer's file respectively. You may also copy either of these to the clipboard using the Copy File Name and Copy File Path commands provided in the popup menu.
For usability purpose you will find also shortcuts to close all buffers Close All and close all buffers except the current one Close all Others. To manage the text area Toggle Docks will toggle all 4 docking areas so that you can edit the buffer efficiently.
BufferTabs can colorize tab backgrounds based of the filename colors defined in the Global Options... > File System Browser > Colors panel. Some Look and Feels don't allow the background color of a tab to be changed, to compensate for this the text color can be changed instead. Setting can be changed in the Plugins > BufferTabs panel. The Muting option can make the File system browser colors more suitable for tab backgrounds and titles. There is an option to show a slight color variation, between tabs of the same file type, to make then easier to pick out.
Buffer Tabs can be enabled by default
Buffer Tabs can display or not buffer icons
Buffer Tabs can be displayed on any of the four sides of the text area
Buffer Tabs right-click popup menu can be enabled or disabled.
Buffer Tabs can display colored backgrounds or colored titles
Closing a tab with a double left click or a single middle click can be enabled or disabled.
The source code is distributed under the GPL. Please see http://www.fsf.org/copyleft/gpl.html
The preferred way to send bug reports or feature requests is to use the Sourceforge Bug Tracker at http://sourceforge.net/bugs/?group_id=588
You can also write to:
André Kaplan
<akaplan@jedit.org>
;
or jEdit-users mailing-list
<jedit-users@lists.sourceforge.net>
;
or jEdit-devel mailing-list
<jedit-devel@lists.sourceforge.net>
.
Jason Ginchereau, original author of BufferTabs
Chris Laird for the original BufferSelector plugin, from which many ideas were borrowed.
Joe Laffey for the right-click popup menu.
Chris Samuels for the colored tabs feature.
Version 0.8.3. Requires JDK 1.3, jEdit 4.2
change the options panel. Add option for mouse actions Thanks to Dennis Benzinger
Added menu for closing all buffers /all buffers except current
Adde menu for toggle docks
Fix: [1176564] BufferTabs 0.8.2: wrong tab highlighted with multiple views
Version 0.8.2. Requires JDK 1.3, jEdit 4.2
Fix bug [923714]: last opened buffer becomes the current one in all view
Version 0.8.1. Requires JDK 1.3, jEdit 4.2
Support the jEdit 4.2 plugin mode
Middle mouse button to close the buffer
Drags the tab to arrange
Version 0.8.0. Requires JDK 1.3, jEdit 4.1
Buffer Tabs can display colored backgrounds or colored titles
Version 0.7.8. Requires JDK 1.3, jEdit 3.2.2
Delayed the creation of the popup menu so the plugin starts up faster
Fixed a bug where pop-up menu was not displayed on OS X
Fixed a bug where the path was not updated after doing "Save As"
Ant now used as build tool
DocBook now used for the documentation
BufferTabs
were not properly removed from
EditBus
when an
EditPane
was destroyed