buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
638 stars 112 forks source link

[Feature Request]SingleEach for Tab Group #118

Open I-love-study opened 2 years ago

I-love-study commented 2 years ago

Hi, I want to set different images to different tab groups. But it can only setting different image for each tab (not tab group). Can you consider about this?

buchizo commented 2 years ago

@I-love-study I don't know extension can access to tab information from editor extension. However currently ClaudiaIDE support settings per solution. Just idea, If this feature expand to per project.

For example,

image

Is this idea help you?

I-love-study commented 2 years ago

@I-love-study I don't know extension can access to tab information from editor extension. However currently ClaudiaIDE support settings per solution. Just idea, If this feature expand to per project.

For example,

image

Is this idea help you?

I think that's not what I want. I will keep this issue.

buchizo commented 2 years ago

What is you said "tab groups" mean? Visual Studio's tab group (such as per project or per file extension)? or "documents group"?

I-love-study commented 2 years ago

Emmm, I don't know how to describe it. But not the choices you give to me. There's "New Vertical Tab Group" (or "New Horizontal Tab Group") in Windows Menu (Which keyboard shortcut is Alt + W, V)

image image

On these pictures, 1.cpp and 3.cpp are in one tab group, and 2.cpp are in another tab group. I want to make same picture for the same tab group (for example, 1.cpp and 3.cpp are the same pic) but different for other tab groups (like 2.cpp is another pic)

buchizo commented 2 years ago

Okey, I think that is 'documents group' of Visual Studio. I want to find how-to access document group information from extensions.