Update of /cvsroot/pycrust/PyCrust
In directory sc8-pr-cvs1:/tmp/cvs-serv14161
Modified Files:
frame.py
Log Message:
Change to a binding not already used by Scintilla.
Index: frame.py
===================================================================
RCS file: /cvsroot/pycrust/PyCrust/frame.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** frame.py 1 Apr 2003 06:43:04 -0000 1.2
--- frame.py 1 Apr 2003 15:46:52 -0000 1.3
***************
*** 68,72 ****
'Print file')
m.AppendSeparator()
! m.Append(ID_NAMESPACE, '&Update Namespace \tShift+Ctrl+U',
'Save file; update namespace for autocompletion and calltips')
m.AppendSeparator()
--- 68,72 ----
'Print file')
m.AppendSeparator()
! m.Append(ID_NAMESPACE, '&Update Namespace \tShift+Ctrl+N',
'Save file; update namespace for autocompletion and calltips')
m.AppendSeparator()
|