Skip to content

Added real-time cursor location to status bar - #1514

Merged
austincondiff merged 1 commit into
CodeEditApp:mainfrom
austincondiff:statusbar-cursor-location
Dec 21, 2023
Merged

Added real-time cursor location to status bar#1514
austincondiff merged 1 commit into
CodeEditApp:mainfrom
austincondiff:statusbar-cursor-location

Conversation

@austincondiff

@austincondiff austincondiff commented Dec 21, 2023

Copy link
Copy Markdown
Collaborator

Description

The real-time cursor position, selected character count, and selected line count is now displayed in the status bar.

Related Issues

Checklist

  • Add cursor location (line and column)
  • Add character count
  • Add line count
  • Add selected range count (could not test because multiple cursors currently doesn't work)

  • I read and understood the contributing guide as well as the code of conduct
  • The issues this PR addresses are related to each other
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • My changes are all related to the related issue above
  • I documented my code

Screenshots

Screen.Recording.2023-12-21.at.12.20.03.AM.mov
Screen.Recording.2023-12-21.at.12.30.58.AM.mov
Screen.Recording.2023-12-21.at.12.23.32.AM.mov

@0xWDG 0xWDG left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM.

@austincondiff
austincondiff merged commit 235ea68 into CodeEditApp:main Dec 21, 2023
@0xWDG 0xWDG linked an issue Dec 21, 2023 that may be closed by this pull request
@thecoolwinter thecoolwinter added the enhancement New feature or request label Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐞 Cursor position in status bar doesn't work

4 participants