-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Sequential navigation in edit history #11338
Comments
Comment by swmitra
|
Comment by ficristo I will not review, but I have a question. |
Comment by swmitra
|
Comment by swmitra
|
Comment by swmitra
|
Comment by swmitra
|
Comment by swmitra
|
Comment by nethip
Edited:
|
Comment by swmitra
I will try to answer the questions, please let me know if you think anything in the assumptions can go wrong.
Please let me know if you think we can go wrong in any of these or other situations. Thanks again for raising this questions, I could verify lot of the scenarios after looking at this 😄 |
Comment by swmitra
Please have a look at the additional changes. |
Comment by swmitra
I have addressed most of the review comments. Please have a look at this PR and use it if possible. |
Comment by schroef Just downloaded the revision, but alt+i shows me this character ˆ?? OSX 10.11.6 |
Comment by petetnt Hi the OSX shortcuts were improved / fixed in adobe/brackets#13527, which didn't land to 1.10. You can change your shortcuts to match the ones in 13527 from Debug -> Show User Key Map and adding the following:
|
Comment by schroef Sorry but that doesnt do anything as well. Looking at that code, shouldn't that also be visible then in the navigation menu, if so it's not there in 1.10 |
Comment by schroef Seems shortcuts work not normally like in other applications. I need to pres cmd+alt+ left or right in a sequence in order to let it do something. I seem to be able to jump through documents. It doesnt always jump back to the complete history of it locations though |
Comment by swmitra
|
Comment by swmitra We are going to change the OSX shorcuts and provide a small UI place holder as well in the next pre release ( within a week's time!) |
Comment by schroef Well it doesnt store all the position i think. I've tried it couple times and sometimes is seems to work and sometimes not. I definitely dont see that history of 30 states. |
Issue by swmitra
Monday Jun 05, 2017 at 05:33 GMT
Originally opened as adobe/brackets#13418
This feature is something which I missed a lot! Remembering most recently used (interesting?) cursor positions and navigating there manually is really cumbersome.
This module adds the feature of remembering cursors/selections across full editors inside a project root and aids the user by providing 'Navigate Back'(Alt+I) and 'Navigate Fwd'(Alt+Shift+I) using the captured navigation frames.
Ping
@
petetnt@
ficristo for review.swmitra included the following code: https://github.com/adobe/brackets/pull/13418/commits
The text was updated successfully, but these errors were encountered: