Package peppy :: Package plugins :: Module buffer_list_mode :: Class BufferListSTC
[frames] | no frames]

Class BufferListSTC

               object --+        
                        |        
stcinterface.STCInterface --+    
                            |    
  stcinterface.NonResidentSTC --+
                                |
                               BufferListSTC

Dummy STC just to prevent other modes from being able to change their major mode to this one.

Instance Methods
 
getShortDisplayName(self, url)
Return a short name for display in tabs or other context without needing a pathname.

Inherited from stcinterface.NonResidentSTC: CanEdit, Destroy, __init__

Inherited from stcinterface.STCInterface: AddRefDocument, CanCopy, CanCut, CanPaste, CanRedo, CanSave, CanUndo, Clear, Copy, CreateDocument, Cut, EmptyUndoBuffer, GetBinaryData, GetFoldColumn, GetFoldLevel, GetLength, GetModify, GetPrevLineIndentation, GetText, GetTextLength, GotoPos, GuessBinary, Paste, Redo, ReleaseDocument, SetDocPointer, SetSavePoint, Undo, open, openSuccess, prepareEncoding, readFrom, showStyle, writeTo

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

getShortDisplayName(self, url)

 

Return a short name for display in tabs or other context without needing a pathname.

Overrides: stcinterface.STCInterface.getShortDisplayName
(inherited documentation)