Skip to content

Add "Go To" menu option for moving cursor to beginning or end - #237

Merged
maxistar merged 1 commit into
maxistar:masterfrom
akarshit-1609:menu-option-go-to
Aug 30, 2026
Merged

Add "Go To" menu option for moving cursor to beginning or end#237
maxistar merged 1 commit into
maxistar:masterfrom
akarshit-1609:menu-option-go-to

Conversation

@akarshit-1609

Copy link
Copy Markdown
Contributor

Summary

Added a "Go To" feature to the simple text editor menu that allows users to quickly move the text cursor/caret to the beginning or end of the currently opened file. This is particularly useful when working with large documents, where manually scrolling to the beginning or end can be time-consuming and inefficient.

Changes

  • Added "Go To" option to the editor menu.

  • Added a dialog with two actions:

    • Beginning — moves the cursor to the start of the opened text file.
    • End — moves the cursor to the end of the opened text file.
  • The feature works with the currently opened document.

User Flow

  1. Open a text file.
  2. Select Go To from the menu.
  3. Choose Beginning or End.
  4. The cursor moves to the corresponding position in the document.

@maxistar maxistar left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the contribution! approved!

@maxistar
maxistar merged commit 3056afe into maxistar:master Aug 30, 2026
2 checks passed
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.

2 participants