Changeset 1481 for trunk/peppy/major.py

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

    r1478 r1481  
    410410    # of a superclass.  This is a dict based on the class name. 
    411411    localkeymaps = {} 
    412      
     412 
     413    # Generic storage for all instances of this class 
     414    class_storage = {} 
     415 
    413416    def __init__(self, parent, wrapper, buffer, frame): 
    414417        # set up the view-local versions of classprefs