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 overview] Make side bar resizable #1945

Open
Tracked by #1886
ollimeier opened this issue Jan 15, 2025 · 2 comments
Open
Tracked by #1886

[font overview] Make side bar resizable #1945

ollimeier opened this issue Jan 15, 2025 · 2 comments

Comments

@ollimeier
Copy link
Collaborator

No description provided.

@ollimeier ollimeier mentioned this issue Jan 15, 2025
27 tasks
@ollimeier ollimeier changed the title Make side bar resizable [font overview] Make side bar resizable Jan 15, 2025
@ollimeier
Copy link
Collaborator Author

@justvanrossum
Currently the resize logic of the editor view is stored in Sidebar -> initResizeGutter which will be added via:

  initSidebars() {
    this.addSidebar(new Sidebar("left"));
    this.addSidebar(new Sidebar("right"));

I am wondering if we should be using the same logic for our new font overview, because we may potentially see also for example a right sidebar containing glyph information or if we should 'only' make the one left sidebar resizable?

@justvanrossum
Copy link
Collaborator

While the concept of tabbed sidebars does not make sense in the font overview (at with that specific visual design + behavior), I am fairly sure a right-hand sidebar is something we will need sooner or later.

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

No branches or pull requests

2 participants