Replies: 2 comments 9 replies
-
Hello Yves, Mark Jansen (@learn-more) is the author of the Visual Studio Solution Icon mod, as you can see here. He's the best person to answer your mod-related questions. Regarding the Windhawk-related questions:
This repository contains the official collection of Windhawk mods which appear on the website and in the Windhawk program. The mods here are in production state with very clear submission steps (refer to the readme). Mod development isn't done here and is up to the mod author. For example, I have my repository called my-windhawk-mods where I accept pull requests and can do incremental changes.
The "ownership" is based on the GitHub user. Once you submit a new mod with your GitHub user, you, and only you, can submit follow-up updates. Refer to the readme in this repository.
You can rate the mod after you install it:
If the information above doesn't answer it, let me know and I'll try to fill the gaps. |
Beta Was this translation helpful? Give feedback.
-
Okay thanks, I think it's clear now. I couldn't find that information or a reference to it on the website, so I didn't try to find official information elsewhere. And now I see that "learn-more" is actually a user name. I've seen that URL in the mod metadata but thought it was a placeholder or something else… 😕 |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've just installed Windhawk and the Mod for Visual Studio Solution Icon, after having seen this system a while ago. I had used the original VS extension in VS 2017/2019 but couldn't port it to VS 2022 anymore. So I'm trying out this approach which is not subject to Visual Studio's ever-changing extensibility APIs and the troubles that come with it.
It does what it advertises, also in VS 2022. But I'd rather use the solution icons that I've added for the older extension. I think I've seen this requested somewhere before, but I wasn't able to find something like a GitHub repo for that mod. Where are these mods hosted after all? Who owns them, where are the users and where can you log in? Where are the shown ratings and how can I add one? Is Windhawk a closed universe or is it backed by some external repository or integrates authentication services? I don't get that yet.
As I see it, this mod already creates an icon from a new bitmap with text drawn to it. It should be as easy as loading an existing icon and returning that instead, right? It's been a while since I did Win32 API coding in C but I should be able to do this. I'm not sure if it could also load PNG images though but ICO files would be a start.
And next, I also need this for VS Code which is technically unable to provide this via its own extensions. Has anybody already looked into that topic? I don't understand the window subclassing code in the mod. Never did that, only created my own window classes.
Beta Was this translation helpful? Give feedback.
All reactions