class |:def |():for x in xrange(|):###############################################################################
## Script description
## By: your name here
import pn
import scintilla
from pypn.decorators import script
@script()
def |():
""" What this does """
pass@script()
def |():
""" What this does """
passeditor = scintilla.Scintilla(pn.CurrentDoc())editor.BeginUndoAction()
|
editor.EndUndoAction()editor.GetText(editor.SelectionStart, editor.SelectionEnd)