This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make history recall a-cyclic
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, noamr
Priority: normal Keywords: patch

Created on 2004-03-11 23:00 by noamr, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
more_IdleHistory.py.diff noamr, 2004-03-11 23:00
more_config-main.def.diff noamr, 2004-03-11 23:01
Messages (2)
msg45505 - (view) Author: Noam Raphael (noamr) * Date: 2004-03-11 23:00
This patch adds an option for idleHistory to be
a-cyclic -- holding the Alt-P keys will bring all the
commands typed, one by one, and stop at the first one.
This, I think, is more intuitive - when history is
cyclic, and you press Alt-P continuously, you have no
sense of your position, since it's always jumping from
end to beginning. That's why I added this option, and
that's why I made it a-cyclic by default.

The diffs are against idlefork 0.9b1, but work against
current idle cvs.

Noam
msg45506 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2005-02-03 01:37
Logged In: YES 
user_id=149084

IdleHistory.py rev 1.5
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40029
2004-03-11 23:00:59noamrcreate