Changeset 4306

Show
Ignore:
Timestamp:
07/22/08 11:12:46 (1 month ago)
Author:
ed
Message:

Added support for copying selected text.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dHtmlBox.py

    r4186 r4306  
    6464                # Open in the control itself 
    6565                self.Page = evt.href 
     66 
     67 
     68    def copy(self): 
     69        """Implement the plain text version of copying""" 
     70        return self.SelectionToText() 
    6671 
    6772