~gcrosswhite/leo-editor/ran-setup-through-2to3

« back to all changes in this revision

Viewing changes to leo/core/leoKeys.py

  • Committer: Edward K. Ream
  • Date: 2011-06-07 20:03:55 UTC
  • Revision ID: edreamleo@gmail.com-20110607200355-kpm9j21b4dt2bcer
Fixed an ancient bug: set-find-(scope) commands no longer terminate the find command.  Also, disabled c.idle_helper for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1390
1390
            'call-last-kbd-macro',
1391
1391
            # search commands
1392
1392
            # 'replace-string', # A special case so Shift-Ctrl-r will work after Ctrl-f.
 
1393
            'set-find-everywhere',              # 2011/06/07
 
1394
            'set-find-node-only',               # 2011/06/07
 
1395
            'set-find-suboutline-only',         # 2011/06/07
1393
1396
            'toggle-find-collapses_nodes',
1394
1397
            'toggle-find-ignore-case-option',
1395
1398
            'toggle-find-in-body-option',