Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix qtconsole history logic for end-of-line #2946

Merged
merged 2 commits into from Feb 20, 2013
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Feb 16, 2013

EndOfLine may or may not mean the end of a full line when the line is longer
than the window. This commit uses the same logic to check as the actual move,
so it should be consistent.

closes #2943

EndOfLine may or may not mean the end of a full line when the line is longer than the window.
This commit uses the same logic to check as the actual move, so it should be consistent.

closes ipython#2943
@Carreau
Copy link
Member

Carreau commented Feb 17, 2013

From the comment of #2943, I would say +1.

@ellisonbg
Copy link
Member

I have verified that this does fix the bug, merging.

ellisonbg added a commit that referenced this pull request Feb 20, 2013
fix qtconsole history logic for end-of-line
@ellisonbg ellisonbg merged commit 2a61853 into ipython:master Feb 20, 2013
@minrk minrk deleted the qteol branch March 31, 2014 23:36
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
fix qtconsole history logic for end-of-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Up arrow key history search gets stuck in QTConsole
3 participants