Package peppy :: Module mainmenu :: Class EOLModeSelect
[frames] | no frames]

Class EOLModeSelect

                        object --+    
                                 |    
actions.base.BufferBusyActionMixin --+
                                     |
                 frame.RadioAction --+
                                     |
                                    EOLModeSelect

Instance Methods
 
getIndex(self)
 
getItems(self)
 
action(self, index=-1, multiplier=1)

Inherited from actions.base.BufferBusyActionMixin: isActionAvailable, isEnabled

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

Class Methods
 
worksWithMajorMode(cls, mode)
Class Variables
  name = "Line Endings"
  inline = False
  localize_items = True
  tooltip = "Switch line endings"
  default_menu = "Transform",-999
  items = ['Unix (LF)', 'DOS/Windows (CRLF)', 'Old-style Apple (...
  modes = [wx.stc.STC_EOL_LF, wx.stc.STC_EOL_CRLF, wx.stc.STC_EO...
Properties

Inherited from object: __class__

Class Variable Details

items

Value:
['Unix (LF)', 'DOS/Windows (CRLF)', 'Old-style Apple (CR)']

modes

Value:
[wx.stc.STC_EOL_LF, wx.stc.STC_EOL_CRLF, wx.stc.STC_EOL_CR]