Package peppy :: Module dired :: Class DiredSTC
[frames] | no frames]

Class DiredSTC

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

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

Instance Methods

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, getShortDisplayName, open, openSuccess, prepareEncoding, readFrom, showStyle, writeTo

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

Properties

Inherited from object: __class__