Show
Ignore:
Timestamp:
07/10/08 18:14:38 (4 months ago)
Author:
rob
Message:

Added JobControlMixin? to FundamentalMode? so that all text modes can use the RunFilter? command
* removed JobControlMixin? from PythonMode? and BashMode?
* added class_storage to MajorMode?
* remember last filter by storing in class_storage

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/peppy/plugins/python_mode.py

    r1478 r1481  
    222222 
    223223 
    224 class PythonMode(JobControlMixin, SimpleFoldFunctionMatchMixin, 
    225                  FundamentalMode): 
     224class PythonMode(SimpleFoldFunctionMatchMixin, FundamentalMode): 
    226225    keyword='Python' 
    227226    icon='icons/py.png'