Konloch / Konloch/bytecode-viewer
Use file breadcrumbs above TabbedPane instead of full name tabs.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 15.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Take a look at how IntelliJ implements their tab structure. The name of the tab is the file name without path, and at the top there is a file breadcrumb bar which displays the full path. This saves space and gives more overview.
File breadcrumb component: https://github.com/weisJ/darklaf/issues/237
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the TabbedPane implementation and review the linked darklaf file-breadcrumb issue for the intended structure. The change is complete when tabs display only file names and a breadcrumb bar displays each file's full path, matching the requested IntelliJ-style overview.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100