Antoine Beauchamp
Antoine Beauchamp
Added a new dialog in the installer about instructions before uninstalling. See e453904af127c909617966858f0a0b9220fcc11f for details.
Leaving the issue opened in case someone else has an actual way of solving the problem.

I am unable to identify the cause of the issue. Anyone here can help?
The issue is still occurring in 0.9.0, branch [feature-issue115](https://github.com/end2endzone/ShellAnything/tree/feature-issue115), 22d3d87b4ec1c733d6990c3d5ed13061a18e0ed4.
**_Hint_**: Implement a `ScopeLogger` class in file `LoggerHelper.h` which job is to log (or vebose log) when the code enters/leave a scope. This will be much useful when trying to...
I am uncertain why this is happening. Here are two log captures of the same use case : a user right-click on directory C:\Windows\Cursors" : 1. [right-panel.txt](https://github.com/user-attachments/files/16740392/right-panel.txt) made by right-clicking...
The code has already been protected with a cheap patch for detecting calling CContextMenu::QueryContextMenu() twice for the same HMENU. The fix requires the field [CContextMenu::m_previousMenu](https://github.com/end2endzone/ShellAnything/blob/a4516fe2186ad5c66e0ea09ddeeb096df8b658a3/src/shellextension/CContextMenu.h#L92) to be declared static. It...
The proposed method to enable c-only code is the comand line `--language` set to one of the following values : * Set to `legacy` (or leave unspecified), to generate code...
Related to #52