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

Font improvements, shortcut to restart, quick tab switching #6

Closed
wants to merge 6 commits into from

Conversation

MHendricks
Copy link
Member

  • Fixes some in-consistencies with font resizing and saving
  • Adds a Restart PrEditor action to the File menu. This allows for quickly restarting the standalone PrEditor python process. This allows for fully resetting the python instance easily. This option is hidden when PrEditor is not launched from the cli as it wont be able to exit the host application.
  • Add a Command Palette that allows quickly switching between different workbox tabs similar to Sublime Text's Goto Anything feature. I would like to implement fuzzy search for this.

Checklist

  • I have read the CONTRIBUTING.md document
  • I formatted my changes with black
  • I linted my changes with flake8
  • I have added documentation regarding my changes where necessary
  • Any pre-existing tests continue to pass
  • Additional tests were made covering my changes

Types of Changes

  • Bugfix (change that fixes an issue)
  • New Feature (change that adds functionality)
  • Documentation Update (if none of the other choices apply)

Proposed Changes

@MHendricks MHendricks force-pushed the mikeh/command_palette branch 2 times, most recently from f49a2ff to b54c95b Compare December 22, 2023 20:01
@MHendricks MHendricks force-pushed the mikeh/command_palette branch 2 times, most recently from 7a9f062 to 2eed073 Compare January 2, 2024 23:25
- Combined the font setting methods into a single setFont method that
can report the new font family and size in the status label.
- statusTimer did not get restarted correctly if called before it expired.
- New tabs now get the same font as the other tabs.
@MHendricks MHendricks force-pushed the mikeh/command_palette branch from e655dee to 609d9b7 Compare March 6, 2024 05:09
@MHendricks MHendricks closed this Mar 6, 2024
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.

1 participant