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/bash_mode.py

    r1401 r1481  
    1717from peppy.fundamental import FundamentalMode 
    1818 
    19 class BashMode(JobControlMixin, SimpleFoldFunctionMatchMixin, FundamentalMode): 
     19class BashMode(SimpleFoldFunctionMatchMixin, FundamentalMode): 
    2020    """Major mode for editing Bash/KSH/Bourne shell scripts. 
    2121    """