Added new features like Partial Toolbar support#4640
Conversation
|
If you are using DeepSeek, we will debug this for a long time! |
|
I recommend to use the site arena.ai. There, choose claude-sonnet-4.6 or claude-sonnet-4.5. Once one ends, you can choose the other in the same conversation. They are about at the same level. If the usage of the both is exhausted, you can switch to claude-sonnet-4.5 thinking. Consecutive use of these three models should take enough time for the first one (say, claude-sonnet-4.6) to reset (about an hour). If you are in hurry or the task is easy/mechanical (add needed headers, remove comments, etc), you can use other models as a fallback, but I do not recommend that:
Do not ever use such crap as Deepseek or Gemini Flash. They will break even your working code where u did not ask to do any change. |
OK thank you for informing me, I'll check them later. For now, I'll use Claude and post an attempt to address the issue then I will check soon |
I've used Claude Sonnet 5 to address the issue and it seems to work better. If you still have the issue, please send a screenshot. |
I understand what you mean. However, the issue is that many texts are hardcoded and changing the font size could accidentally cause some texts to be cut off |
…lbar implementation
|
@Anixx Hi, could you tell me if the Links and Address toolbars are functional? Furthermore regarding the Desktop toolbar, as I mentioned, I've been stuck on the implementation for hours. Given your knowledge of the classic Windows environment, do you have any technical documentation, references or even just a hint on how the desktop toolbar is properly instantiated or what interfaces it relies on? Any suggestion would be helpful to add this functionality |
|
I do not see why this function would be needed. One can manage the toolbars from the right-click menu, plus it allows to add any custom toolbar. |
Alright then, the Desktop toolbar is out of scope as suggested. The only remaining feature that isn't working yet is the taskbar rotation (that is, docking it to the top, bottom, left, or right of the screen). Do you have any documentation or suggestions on how to implement it correctly? |
I've added taskbar rotation at bottom and top, could you tell me if it works for you? Thank you if you do |
|
With the new version, the taskbar properties open Settings app. Plus, Explorer crashed soon. |
OK, thanks for telling me. I will try to fix these issues |
Hello @Anixx if you can, try the new version and tell me if it works properly now |
|
Tested on Windows 10 1809 and the mod works with the redirect and the limitations are confirmed but the experience is overall improved compared to the first version. Good work Brother |
Thanks for the comment |
Submission reviewNote: This review was done by Claude, and then refined manually. Due to the amount of submissions, doing a fully manual review for each pull request is no longer feasible. Thank you for understanding. Please address the following issues. The items in the collapsed sections are optional, so it's your call whether to address them. The taskbar-rotation feature introduces a crash-on-unload that can take the whole shell down, and most of the machinery behind it doesn't actually run for the positions the mod supports. That's the main thing to fix. 1. Taskbar subclasses are leaked on unload → dangling
Either way, after the mod is disabled/updated/reloaded the DLL is unmapped while Fix: remove the subclasses unconditionally at teardown, and use 2. The whole vertical-layout / icon-rotation / custom-draw subsystem is unreachable for Top/Bottom — consider removing it. So roughly ~700 lines of always-installed subclassing exist purely to service Left/Right, which don't ship — and that subclassing is exactly what causes the crash in item 1. Removing the subclass subsystem entirely (keeping just the Optional improvements
Minor polish — none of this affects users, so it's your call.
Functionality notes
Non-critical observations about the feature behavior itself.
|
Thanks for the review, I've tried to address some of the reported issues. Please let me know if other fixes are required |













Changelog
If this pull request updates an existing mod, describe the changes below:
Mod authorship
If this pull request introduces a new mod, please complete the section below.
This mod was created by:
Please select the options that best apply. Your selection does not affect the acceptance criteria, but it helps reviewers understand the context of the code and provide relevant feedback.