Changes between Version 1 and Version 2 of CopyPageName

Show
Ignore:
Timestamp:
05/18/12 16:38:42 (13 months ago)
Author:
jimbo (IP: 188.96.51.115)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CopyPageName

    v1 v2  
    1 The keybindung as it is now in code (Ctrl-t) will only work if you put 
    2 ShowTreeControl="" 
    3 into your KeyBindings.py, because otherwise ShowTreeControls lives on that key.  
    4 Or change the "Ctrl-t" in the code. 
    5  
    6  
    71{{{ 
    82# -*- coding: utf-8 -*- 
     3 
     4# copyPageName.py 
     5# Copies the name of the current page to the clipboard. 
     6# The keybindung as it is now in code (Ctrl-t) will only work if you put 
     7# ShowTreeControl="" 
     8# into your KeyBindings.py, because otherwise ShowTreeControls lives on that key.  
     9# Or change the "Ctrl-t" in the code. 
    910 
    1011import re