bytecode-viewer icon indicating copy to clipboard operation
bytecode-viewer copied to clipboard

Use file breadcrumbs above TabbedPane instead of full name tabs.

Open GraxCode opened this issue 2 years ago • 1 comments

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

GraxCode avatar Apr 18 '22 09:04 GraxCode

I'm definitely in favor of changing the tabs to be more Intellij-like, I'll see what I can come up with on my end, thank you for the breadcrumb component link, that should help a lot

Konloch avatar Apr 20 '22 20:04 Konloch