Govert van Drimmelen
Govert van Drimmelen
To more closely mirror Excel's built-in IntelliSense, we might add an option to show only the function description (with argument position highlighting) in the arguments tooltip. One issue would be...
Under High-DPI settings, the function list description is too low, and the offset we add when the Excel tooltip is visible is too small. The seconds of these is wrong...
To support mixed mode assemblies, the ExcelDnaDoc analyzer is compiled with different target framworks. This needs to be reflected in the NuGet package too. See #15 .
From an email suggestion: > I have noted that you have commented the following functions as untested: > sqlite3_stdcall_column_int64 and > sqlite3_stdcall_bind_int64 > > I have successfully managed to use...
This from a user - when we expand a paramarray parameter, the newly created parameters don't get the attributes we had on the original paramarry parameter. They're asking us to...
We could pack and extract a help file to our temp dir. This might have to integrate with the registration to get the right path into the help topic.
We have this as a dependency of our build task, but we're not shipping the library in the NuGet package. The build normally seems to work fine, but [this discussion](https://groups.google.com/g/exceldna/c/wYJ76hJLQ_w)...
From this discussion: https://groups.google.com/g/exceldna/c/1CkGn4zLA18/m/0S9ocPxvAAAJ For testing purposes, it can be convenient to use the `ExcelReference` class in a context where the code is not running as an Excel add-in in...
Under .NET 6 add-ins, the LogDisplay may fail to load with an error complaining about a set_Font method not found. This relates to a newer version of the assembly System.Drawing.Common...
This is partly an issue and partly documenting the current behaviour. Our current approach to making a .tlb file with dscom is to require it to be installed as global...