-
Notifications
You must be signed in to change notification settings - Fork 38.2k
SCM: Support past commit message navigation #107619
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
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
d6fdca1
logging prior commit messages
meganrogge c8f852e
Logging prior commit messages
meganrogge 27149d5
Logging prior commit messages
meganrogge 88a4531
now works in forward and backward directions
meganrogge e4ebf2c
reset index on empty input
meganrogge 4fa9056
cleaning up code
meganrogge 42a3422
introduce historyNavigator, working but not persisting on window reload
meganrogge bde00c2
introduce historyNavigator, working but not persisting on window reload
meganrogge f5d70f7
add history
meganrogge c364f2f
saves search entries on window reload but doesn't save last typed mes…
meganrogge 3346e91
save input
meganrogge 9f2003d
change where the save occurs
meganrogge c97e54f
working
meganrogge 146fd7d
add remove last method
meganrogge bcc0a57
now replaces most recent input
meganrogge 48db8f5
remove check for null value
meganrogge 1ffa3cc
now at least lets you see most recent commit
meganrogge 3bf2e46
before adding objects
meganrogge 8af29be
add scmi value class
meganrogge 1a527ba
add scmi value class
meganrogge 3405e1c
new commit
meganrogge fe7f4ce
fix removal / insertion order
meganrogge adb870d
change function modifiers
meganrogge ed9012f
working correctly
meganrogge bd0f287
change conditional
meganrogge 37573b1
undo inadvertant changes
meganrogge bbbb299
Update README.md
meganrogge d9382a8
fix tricky bug
meganrogge b8277dd
working and removed unnecessary conditional
meganrogge 55c6f88
fix another bug
meganrogge 3914a37
make elements private again
meganrogge 116bb04
change order of save
meganrogge 8527d56
now working as expected, about to add context keys
meganrogge f30b941
hook up context keys
meganrogge 3429b56
save on shutdown
meganrogge 415f3be
improve variable name
meganrogge a80d5f7
disable show prior/next commit when there's no history and ensure tha…
meganrogge 65df40e
formatting
joaomoreno e6ab00a
add new history navigator
joaomoreno 8f1862e
fix bad ==
joaomoreno 38f1f47
rename scm input history methods
joaomoreno 0aa94a5
adopt HistoryNavigator2 in SCMInput
joaomoreno c4d9e46
remove unnecessary method
joaomoreno ae59e8c
revert history.ts
joaomoreno 44bdd44
:lipstick:
joaomoreno 4f147e0
change size of history required to be valid
meganrogge ef19cff
revert change
meganrogge 14b6f96
on reload, display latest input
meganrogge 1e422e7
Merge branch 'master' into pr/107619
joaomoreno eaa2e81
remove rogue console.log
joaomoreno dba636c
fix issue with saving uncommitted message
joaomoreno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, my bad! 👍