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

Implement navigation between edit points #1138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jeremypw
Copy link
Collaborator

@jeremypw jeremypw commented Dec 4, 2021

Fixes #1018

A new gutter on the left is added. Clicking on this gutter places a TextMark at the beginning of the corresponding line, indicated by an icon in the gutter. Clicking the icon removes the mark.

Actions to move back and forward between these marks are introduced linked to hotkeys and context menu options.

Potential improvement: Make optional by adding a setting or converting to a plugin (if possible). Left until review.

APPEARANCE
Edit-point-history

@jeremypw jeremypw mentioned this pull request Dec 8, 2021
Jeremy Wootten added 3 commits January 14, 2025 15:10
# Conflicts:
#	po/de.po
#	po/en_GB.po
#	po/uk.po
#	src/MainWindow.vala
#	src/Widgets/SourceView.vala
@jeremypw jeremypw marked this pull request as ready for review January 21, 2025 11:07
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.

Introduce shortcuts to find previous/next edit point.
1 participant