Package pallavi :: Package plugins :: Module SwitchBufferActions
[hide private]
[frames] | no frames]

Module SwitchBufferActions

source code

This plugin provides actions to switch to the next or previous buffer
in the buffer list, or to switch to a particular filename. Currently,
the sequence is defined arbitrarily by the BufferList class in Views,
but eventually either this plugin or that class should support some sort
of recency list

This plugin provides the following actions:
NextBuffer
        Go to the next buffer in the list.
PreviousBuffer
        Go to the previous buffer in the list
GoToBuffer
        Prompt for a buffer to go to.



Functions [hide private]
 
setup() source code
 
PreviousBuffer(data=None) source code
 
NextBuffer(data=None) source code
 
GoToBuffer(data=None)
If data is specified, assume it is a filename to find a buffer for, otherwise prompt using an ugly dialog box
source code