Package peppy :: Module main :: Class Tabs
[frames] | no frames]

Class Tabs

               object --+    
                        |    
lib.userparams.ClassPrefs --+
                            |
                           Tabs

Nested Classes

Inherited from lib.userparams.ClassPrefs: __metaclass__

Instance Methods
 
useNewTab(self, mode, new_tab)
 
useNewTabForNewFile(self, mode)
 
useNewTabForDocument(self, mode)

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

Class Variables
  preferences_tab = "General"
  icon = "icons/tab.png"
  default_classprefs = IndexChoiceParam('open_file_in_new_tab', ...

Inherited from lib.userparams.ClassPrefs: classprefs, preferences_sort_weight

Properties

Inherited from object: __class__

Class Variable Details

default_classprefs

Value:
IndexChoiceParam('open_file_in_new_tab', ['always use new tab', 'use n\
ew tab unless blank', 'always reuse current tab'], 1, 'Should a new fi\
le be opened in a new tab\nor should the current tab be reused?'), Ind\
exChoiceParam('documents_in_new_tab', ['always use new tab', 'use new \
tab unless blank', 'always reuse current tab'], 1, 'When selecting a d\
ocument from the documents menu,\nshould it be displayed in a new tab \
or should\nthe current tab be reused?'),