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

✨ create new file should open new editing window with active cursor #897

Closed
foss- opened this issue Jan 5, 2023 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@foss-
Copy link

foss- commented Jan 5, 2023

Is your feature request related to a problem? Please describe.

Additional click into new editor window needed to start typing

Describe the solution you'd like

Clicking Create new file opens a new window, but cursor is not active. To start typing, a click into the window is needed. To avoid this it would be preferable if new windows opened with active cursor.

Also clicking into the window is not sufficient to trigger an active cursor. in CodeEdit the first line has to be clicked. This complicates getting started on a document even more.

Describe alternatives you've considered

I have nothing to add to this field.

Additional context

My use case is using CodeEdit mostly as text editor, so it may deviate from what developers need. But I was surprised about both behaviors:

  • no active cursor on new document
  • clicking in window does not enable active cursor

macOS 13.1
CodeEdit 1.0. (1)

@foss- foss- added the enhancement New feature or request label Jan 5, 2023
@ben-p-commits
Copy link
Contributor

I wonder if we should have new CodeEditTextView instances grabbing first responder.

@austincondiff
Copy link
Collaborator

Closing, duplicate of https://github.com/CodeEditApp/CodeEditTextView/issues/56

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
Status: 🏁 Complete
Development

No branches or pull requests

3 participants