-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HexEditor plugin creates an empty folder "plugins\Compare" #10
Comments
The same behavior with HexEditor_0.9.5.19_x86.zip |
@d0vgan See NPP_HexEdit/HexEditor/src/Hex.cpp Lines 329 to 353 in 4af4aea
Seems that is expected behaviour. Since 7.6.x it might make sense to use the plugin subdir to create such a dir. Additional observation: |
Looks like this folder is used by the function |
Ah, I forgot I can build the plugin myself :) |
move compare folder under plugin dir as a first step
fix additional finding regarding unchecked config path size from NPPM_GETPLUGINSCONFIGDIR, needs to be < MAX_PATH otherwise an error is returned by N++ and the buffer is empty -> just return in this case
Notepad++ 7.6.3, 32-bit.
When the "HexEditor.dll" (version 0.9.5.11) is placed under the "plugins\HexEditor" folder, an empty folder "plugins\Compare" is created when Notepad++ starts.
If the "HexEditor.dll" is removed, the folder "plugins\Compare" is not created.
The text was updated successfully, but these errors were encountered: