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

    r1462 r1481  
    7777 
    7878class FundamentalMode(FoldExplorerMixin, EditraSTCMixin, 
    79                       PeppySTC, MajorMode): 
     79                      PeppySTC, MajorMode, JobControlMixin): 
    8080    """Major mode for editing generic text files. 
    8181