Excel-DNA Intellisense character limit?

158 views
Skip to first unread message

Fredrik Lindroth

unread,
Jul 3, 2017, 9:33:05 AM7/3/17
to Excel-DNA
Hello, 

First of all. Love the addins.

So I'm using the Excel-DNA Intellisense and there seem to be a character limit. You can see it it the picture attached. It cuts off at the end.

Is there a solution to this?















Regards Fredrik

Govert van Drimmelen

unread,
Jul 3, 2017, 9:47:03 AM7/3/17
to exce...@googlegroups.com

Hi Fredrik,

 

With the way I’m currently storing and returning the descriptions in the Excel-DNA add-in, we are using the truncated descriptions, and are thus restricted to the Excel string limitations for the function registration – e.g. 255 characters for the argument description.

 

We could store and return the untruncated strings from the add-ins, and then IntelliSense should show everything.

The code that keeps track of this is a bit fiddly to work on but there are should be no fundamental problems in doing this.

There is already an issue for this work on GitHub: https://github.com/Excel-DNA/ExcelDna/issues/85

 

At the moment the one workaround is to put your IntelliSense descriptions for such functions in a .IntelliSense.xml file as described here: https://github.com/Excel-DNA/IntelliSense/wiki/Usage-Instructions

The xml file descriptions should take precedence over those compiled into the add-in, and won’t have these length limitation.

 

-Govert

--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to exceldna+u...@googlegroups.com.
To post to this group, send email to exce...@googlegroups.com.
Visit this group at https://groups.google.com/group/exceldna.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages