-
Notifications
You must be signed in to change notification settings - Fork 4
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
[PATCH] Save input line content in history only if has changed #2545
Comments
Patch |
|
The proposed patch is not quite correct. Comparison of input content and top of history is not enough to decide whether the history was changed or not. E.g. history list supports the delete capability of its items (see #1445). If user made some clean up of history but didn't change the input content, the history should be saved. |
Created 2545_save_history branch (parent: master). |
|
|
|
The bug was introduced in [5ffcffb]. The new input content is saved in history.
Created 2545_save_history_fix branch (parent: master).
Please review. |
Replying to andrew_b:
is not saved, of course. |
|
|
|
Merged to master.
|
won't fix in stable |
|
Important
This issue was migrated from Trac:
cosoleto
(cosoleto@….com)gotar@….pl
It's possible users reuse the same content of a dialog or just
enable/disable some options available, then saving the history is
pointless.
Note
Original attachments:
cosoleto
(cosoleto@….com) onApr 28, 2011 at 3:13 UTC
The text was updated successfully, but these errors were encountered: