ChungZH / notepanda

📃 A simple cross-platform notepad. Based on Qt and C++.

Home Page:https://t.me/notepanda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Multi-tab

ChungZH opened this issue · comments

commented

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

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

One window, many tabs, many files.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Open multiple files in one window at the same time.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

QTabBar.

commented

1f57876 Initial implementation of Multi-tab.

  • Create a new tab page when creating a new file.
commented

Done. But still need to optimize