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

🐞 Page up and page down keys don't do anything #1652

Closed
mikaeleiman opened this issue Mar 26, 2024 · 5 comments · Fixed by CodeEditApp/CodeEditTextView#38
Closed

🐞 Page up and page down keys don't do anything #1652

mikaeleiman opened this issue Mar 26, 2024 · 5 comments · Fixed by CodeEditApp/CodeEditTextView#38
Assignees
Labels
bug Something isn't working source editor
Milestone

Comments

@mikaeleiman
Copy link

Description

It seems the page up and page down keys don't do anything.

To Reproduce

  1. Open a text file, longer than what fits in the view
  2. Press page down

Expected Behavior

Cursor moves down about a view-ful, view scrolls along with it.

Version Information

CodeEdit: 0.1.0-alpha (38)
macOS: 14.4
Xcode: irrelevant

Additional Context

Downloaded CodeEdit to try it out, opened a text file and couldn't move around using page down/up. Looked for relevant settings and found none.

Screenshots

No response

@mikaeleiman mikaeleiman added the bug Something isn't working label Mar 26, 2024
@austincondiff austincondiff added this to the v0.2.0 milestone Mar 31, 2024
@austincondiff austincondiff moved this from 🆕 New to 📋 Todo in CodeEdit Project Mar 31, 2024
@matthijseikelenboom
Copy link
Contributor

Not reproducable when building directly from Xcode. @CodeEditApp/maintainers Can anyone try/verify this?

@plbstl
Copy link
Contributor

plbstl commented May 20, 2024

Using FN + Down arrow, I can confirm that editor does not scroll.

Directly building from Xcode.

@tom-ludwig
Copy link
Member

@matthijseikelenboom
I can confirm that the editor does not scroll when using the keyboard's Page Up/Down keys.

@matthijseikelenboom
Copy link
Contributor

Ah yes, I see. I misread the text in the issue.

We should check if this is a bug, or simply not something that has been implemented yet

@FastestMolasses
Copy link
Member

Looks like this is a bug inside https://github.com/CodeEditApp/CodeEditTextView

@thecoolwinter thecoolwinter moved this from 📋 Todo to 🏃‍♂️ In Progress in CodeEdit Project Jun 15, 2024
@thecoolwinter thecoolwinter moved this from 🏃‍♂️ In Progress to 👀 In Review in CodeEdit Project Jun 15, 2024
@thecoolwinter thecoolwinter self-assigned this Jun 15, 2024
@github-project-automation github-project-automation bot moved this from 👀 In Review to 🏁 Complete in CodeEdit Project Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working source editor
Projects
Status: 🏁 Complete
Development

Successfully merging a pull request may close this issue.

7 participants