maelh
maelh
Hi arioch, since you contacted me by mail, and referenced this issue, I'll reply here, too. I also think that it would be easier to fix using the built-in debugger...
Does it happen with the last release for Win64 ([from around 2019](https://github.com/castle-engine/castle-engine/issues/348)), or which version of the source code?
HxD will determine the Plugins directory using this logic: ```Delphi PluginsPath := IncludeTrailingPathDelimiter(ExtractFilePath(ParamStr(0))) + 'Plugins'; ``` `ParamStr(0)` is equivalent to calling `GetModuleFileName(0, [...])`, which means: > If this parameter is...
Right now every plugin is expected to be adapted to each new release, which is why the framework is tagged with version numbers. The changes so far have been minimal,...
Currently HxD's datainspector will either use the selected amount of bytes, or if there is no selection, the maximum possible byte count (which is obtained by querying each type converter...
In this case I think a global setting as suggested earlier would make the most sense.
Each datatype converter specifies MaxTypeSize in bytes when CreateConverter is called. If this potential future option would be activated, the selection would have to match this value or nothing would...
Now that I know better what you try to achieve, I think what you want is a bit similar to how UTF8Char (more correctly: UTF-8 code point) is handled. It...
> * No selection, I only care about the cursor, not the length (as long as it is long enough). > > * Selection is two bytes and I found...
Also add the documentation given here https://github.com/AmziLS/distribution#net , somehow in a subfolder or as readme in the nuget package. It should not clutter the general readme.