You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MShark67
Thank you for implementing these commands!
I did a commit with some changes to your additions:
Previous/next change commands move between changed blocks and not changed lines.
Renamed the commands to the more translation friendly ecNextChange, ecPreviousChange. The extended names are "Next Change", "Previous Change" The corresponding command names in VS Code and VS are the same. However they only work when you compare files.
Changed the command type to ckSingleCaret. You should only have one caret after executing these commands
Very nice! The only issue I found is that in the new GotoNextChange and GotoPreviousChange functions stop one line too early in both directions. I've added a pull request for it. #135
Activity
MShark67 commentedon Feb 12, 2025
#134 Pull request.
Fix pyscripter#30
pyscripter commentedon Feb 12, 2025
@MShark67
Thank you for implementing these commands!
I did a commit with some changes to your additions:
Could you please check the changed code?
MShark67 commentedon Feb 13, 2025
Very nice! The only issue I found is that in the new GotoNextChange and GotoPreviousChange functions stop one line too early in both directions. I've added a pull request for it. #135