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

Add a font size / whole editor zoom button to statusbar #141

Open
tomlin7 opened this issue Oct 16, 2023 · 0 comments
Open

Add a font size / whole editor zoom button to statusbar #141

tomlin7 opened this issue Oct 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Floating views Related to menus, palette, notifications, findreplace, etc. Layout Related to biscuit layout text editor Related to text editor's features

Comments

@tomlin7
Copy link
Owner

tomlin7 commented Oct 16, 2023

Feature

Like in visual studio, this might be a helpful addition, maybe? This can also be a slider (or will that look weird?)
If going for a list of values like 25%, 50%, 75%, 100%, custom value the command palette can be used to pick the values.

comment any further suggestions and ideas you guys have!

notes

  • statusbar class, this also demonstrates the implementation of command palette actionsets.
  • the base class can be accessed from any class like self.base, the base class holds reference to all other components of the editor including the layout.
    eg. settings can be accessed like self.base.settings. active editor can be accessed like self.base.editorsmanager.active_editor
  • globally used fonts can be accessed from settings class
@tomlin7 tomlin7 added the enhancement New feature or request label Oct 16, 2023
@tomlin7 tomlin7 self-assigned this Oct 16, 2023
@tomlin7 tomlin7 added Layout Related to biscuit layout text editor Related to text editor's features Floating views Related to menus, palette, notifications, findreplace, etc. labels Oct 16, 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 Floating views Related to menus, palette, notifications, findreplace, etc. Layout Related to biscuit layout text editor Related to text editor's features
Projects
None yet
Development

No branches or pull requests

1 participant